PHP Класс Content_Types_Manager, horde

Автор: Chuck Hagenbuch ([email protected])
Автор: Michael Rubinsky ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_db Horde_Db_Adapter Database adapter
$_tables array Tables

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

Метод Описание
__construct ( Horde_Db_Adapter $db )
ensureTypes ( mixed $types ) : array Ensure that an array of types exist in storage. Create any that don't, return type_ids for all.

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

Метод Описание
_t ( string $tableType ) : string Shortcut for getting a table name.

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

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

public __construct ( Horde_Db_Adapter $db )
$db Horde_Db_Adapter

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

Shortcut for getting a table name.
protected _t ( string $tableType ) : string
$tableType string
Результат string Configured table name.

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

Ensure that an array of types exist in storage. Create any that don't, return type_ids for all.
public ensureTypes ( mixed $types ) : array
$types mixed An array of types or single type value. Values typed as an integer are assumed to already be an type_id.
Результат array An array of type_ids.

Описание свойств

$_db защищенное свойство

Database adapter
protected Horde_Db_Adapter $_db
Результат Horde_Db_Adapter

$_tables защищенное свойство

Tables
protected array $_tables
Результат array