PhpMigration\Changes\v7dot0\Removed::prepare PHP Method

prepare() public method

public prepare ( )
    public function prepare()
    {
        $this->visitor->callChange('v5dot3\\Deprecated', 'removeTableItems', ['funcTable', $this->funcTable]);
        $this->visitor->callChange('v5dot4\\Deprecated', 'removeTableItems', ['funcTable', $this->funcTable]);
        $this->visitor->callChange('v5dot5\\Deprecated', 'removeTableItems', ['funcTable', $this->funcTable]);
        $this->visitor->callChange('v5dot5\\Deprecated', 'removeTableItems', ['mysqlTable', $this->funcTable]);
        $this->visitor->callChange('v5dot6\\IncompMisc', 'removeTableItems', ['mcryptTable', $this->funcTable]);
        $this->visitor->callChange('v5dot6\\Deprecated', 'skipHRPD', true);
    }
Removed