CommandNameExtractor
in
Extract the name from a command so that the name can be determined by the context better than simply the class name
Table of Contents
- extract() : string
- Extract the name from a command
Methods
extract()
Extract the name from a command
public
extract(object $command) : string
Parameters
- $command : object