PHP Class WickedSingleRevisions, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Db_Migration_Base
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Db_Adapter $connection, $version = null )
down ( ) Downgrade.
up ( ) Upgrade.

Private Methods

Method Description
_rename ( $page, $name, $oldversion, $newversion )

Method Details

__construct() public method

public __construct ( Horde_Db_Adapter $connection, $version = null )
$connection Horde_Db_Adapter

down() public method

Downgrade.
public down ( )

up() public method

Upgrade.
public up ( )