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