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

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

Returns whether the application has any commands that are not anonymous.
См. также: getNamedCommands()
public hasNamedCommands ( ) : boolean
Результат boolean Returns `true` if the application has named commands and `false` otherwise.
    public function hasNamedCommands();