PHP 클래스 Horde_Perms_Permission_Sql, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Duck ([email protected])
상속: extends Horde_Perms_Permission
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_cache Horde_Cache Cache object.
$_db Horde_Db_Adapter Database handle for saving changes.
$_id string The string permission id.

공개 메소드들

메소드 설명
__sleep ( ) : array Tasks to run on serialize().
getId ( ) : TODO Get permission ID.
save ( ) Saves any changes to this object to the backend permanently. New objects are added instead.
setId ( string $id ) Set permission id.
setObs ( Horde_Cache $cache, Horde_Db_Adapter $db ) Sets the helper functions within the object.

메소드 상세

__sleep() 공개 메소드

Tasks to run on serialize().
public __sleep ( ) : array
리턴 array Parameters that are stored.

getId() 공개 메소드

Get permission ID.
public getId ( ) : TODO
리턴 TODO

save() 공개 메소드

Saves any changes to this object to the backend permanently. New objects are added instead.
public save ( )

setId() 공개 메소드

Set permission id.
public setId ( string $id )
$id string Permission ID.

setObs() 공개 메소드

Sets the helper functions within the object.
public setObs ( Horde_Cache $cache, Horde_Db_Adapter $db )
$cache Horde_Cache The cache object.
$db Horde_Db_Adapter The database object.

프로퍼티 상세

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

Cache object.
protected Horde_Cache $_cache
리턴 Horde_Cache

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

Database handle for saving changes.
protected Horde_Db_Adapter $_db
리턴 Horde_Db_Adapter

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

The string permission id.
protected string $_id
리턴 string