PHP 클래스 IMP_Search_Vfolder_Builtin, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Search_Vfolder
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_canEdit boolean Can this query be edited?
$_nosave array List of serialize entries not to save.

공개 메소드들

메소드 설명
__construct ( array $opts = [] ) Constructor.
unserialize ( string $data ) Unserialization.

보호된 메소드들

메소드 설명
_init ( ) Initialization tasks.

메소드 상세

__construct() 공개 메소드

The 'add', 'id', 'label', and 'mboxes' parameters are not honored.
또한 보기: __construct()
public __construct ( array $opts = [] )
$opts array

_init() 추상적인 보호된 메소드

Initialization tasks.
abstract protected _init ( )

unserialize() 공개 메소드

Unserialization.
public unserialize ( string $data )
$data string Serialized data.

프로퍼티 상세

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

Can this query be edited?
protected bool $_canEdit
리턴 boolean

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

List of serialize entries not to save.
protected array $_nosave
리턴 array