PhpBrew\Command\AppCommand::execute PHP 메소드

execute() 공개 메소드

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