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

hasNamedCommands() public method

Returns whether the application has any commands that are not anonymous.
See also: getNamedCommands()
public hasNamedCommands ( ) : boolean
return boolean Returns `true` if the application has named commands and `false` otherwise.
    public function hasNamedCommands();