getHandlerMethod() public method

Returns the method of the command handler that should be executed when the configured command is run.
See also: setHandlerMethod()
public getHandlerMethod ( ) : string
return string The method name.
Example #1
0
 public function testDefaultHandlerMethod()
 {
     $this->assertSame('handle', $this->config->getHandlerMethod());
 }