getHandler() public method

Returns the command handler to execute when a command is run.
See also: setHandler()
public getHandler ( ) : object
return object The command handler.
Example #1
0
 public function testDefaultHandler()
 {
     $this->assertEquals(new NullHandler(), $this->config->getHandler());
 }