UpgradeTool::execute PHP 메소드

execute() 공개 메소드

Execute the specified command.
public execute ( )
    function execute()
    {
        $command = $this->command;
        $this->{$command}();
    }