Airship\Hangar\Command::getCommandObject PHP Method

getCommandObject() public method

Return a command
public getCommandObject ( string $name, boolean $cache = true ) : self
$name string
$cache boolean
return self (derived class)
    public function getCommandObject($name, $cache = true) : self
    {
        return self::getCommandStatic($name, $cache);
    }