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();