PhpBrew\Command\MigratedCommand::execute PHP Метод

execute() публичный Метод

public execute ( )
    public function execute()
    {
        echo <<<HELP
- `phpbrew install-ext` command is now moved to `phpbrew ext install`
- `phpbrew enable` command is now moved to `phpbrew ext enable`
HELP;
    }
MigratedCommand