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

hasDefaultCommands() public method

Returns whether the application has any default commands.
See also: getDefaultCommands()
public hasDefaultCommands ( ) : boolean
return boolean Returns `true` if the application has default commands and `false` otherwise.
    public function hasDefaultCommands();