Webmozart\Console\Api\Application\Application::hasCommands PHP Метод

hasCommands() публичный Метод

Returns whether the application has any registered commands.
public hasCommands ( ) : boolean
Результат boolean Returns `true` if the application has any commands and `false` otherwise.
    public function hasCommands();