PhpBrew\Command\AppCommand::execute PHP Méthode

execute() public méthode

public execute ( )
    public function execute()
    {
        $listCommand = $this->getCommand('list');
        $listCommand->execute();
    }