HandleClassNameWithoutSuffixInflector.php
Table of Contents
Classes
- HandleClassNameWithoutSuffixInflector
- Returns a method name that is handle + the last portion of the class name but also without a given suffix, typically "Command". This allows you to handle multiple commands on a single object but with slightly less annoying method names.