UpgradeTool::execute PHP Метод

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

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