PHP 클래스 Content_Types_Manager, horde

저자: Chuck Hagenbuch ([email protected])
저자: Michael Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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