UpgradeTool::execute PHP Method

execute() public method

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