Webmozart\Console\Api\Application\Application::hasCommands PHP Method

hasCommands() public method

Returns whether the application has any registered commands.
public hasCommands ( ) : boolean
return boolean Returns `true` if the application has any commands and `false` otherwise.
    public function hasCommands();