Sstalle\php7cc\Infrastructure\Application::getDefaultCommands PHP Метод

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

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $defaultCommands = parent::getDefaultCommands();
        $defaultCommands[] = new PHP7CCCommand();
        return $defaultCommands;
    }