SatisAdmin\Console\Application::getDefaultCommands PHP Метод

getDefaultCommands() защищенный Метод

{@inheritDoc}
protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        return array_merge(parent::getDefaultCommands(), [new BuildCommand(), new AddUserCommand(), new RemoveUserCommand(), new AsseticDumpCommand()]);
    }