PHP 클래스 Content_Users_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 )
ensureUsers ( array $users ) : array Ensure that an array of users exist in storage. Create any that don't, return user_ids for all.
toDriver ( $value )

보호된 메소드들

메소드 설명
_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.

ensureUsers() 공개 메소드

Ensure that an array of users exist in storage. Create any that don't, return user_ids for all.
public ensureUsers ( array $users ) : array
$users array An array of users. Values typed as an integer are assumed to already be an user_id.
리턴 array An array of user_ids.

toDriver() 공개 메소드

public toDriver ( $value )

프로퍼티 상세

$_db 보호되어 있는 프로퍼티

Database adapter
protected Horde_Db_Adapter $_db
리턴 Horde_Db_Adapter

$_tables 보호되어 있는 프로퍼티

Tables
protected array $_tables
리턴 array