PHP Class AnselUpgradeComputestylehashes, horde

Copyright 2010-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: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Db_Migration_Base
Show file Open project: horde/horde

Public Methods

Method Description
down ( ) Downgrade, though all style information will be lost and reverted to 'ansel_default'.
up ( )

Protected Methods

Method Description
_ensureHash ( string $hash ) Ensure the style hash is recorded in the database.
_ensureHashes ( $rows )

Method Details

_ensureHash() protected method

Ensure the style hash is recorded in the database.
protected _ensureHash ( string $hash )
$hash string The hash to record.

_ensureHashes() protected method

protected _ensureHashes ( $rows )

down() public method

Downgrade, though all style information will be lost and reverted to 'ansel_default'.
public down ( )

up() public method

public up ( )