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.
파일 보기
프로젝트 열기: 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. |
|
메소드 상세
Tasks to run on serialize().
public getId ( ) : TODO |
리턴 |
TODO |
|
Saves any changes to this object to the backend permanently. New
objects are added instead.
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. |
프로퍼티 상세
protected Horde_Cache $_cache |
리턴 |
Horde_Cache |
|
Database handle for saving changes.
protected Horde_Db_Adapter $_db |
리턴 |
Horde_Db_Adapter |
|
The string permission id.
protected string $_id |
리턴 |
string |
|