PHP Класс 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.
Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Horde_Db_Migration_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
down ( ) Downgrade, though all style information will be lost and reverted to 'ansel_default'.
up ( )

Защищенные методы

Метод Описание
_ensureHash ( string $hash ) Ensure the style hash is recorded in the database.
_ensureHashes ( $rows )

Описание методов

_ensureHash() защищенный Метод

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

_ensureHashes() защищенный Метод

protected _ensureHashes ( $rows )

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

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

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

public up ( )