PHP Class IMP_Search_Vfolder_Builtin, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Search_Vfolder
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_canEdit boolean Can this query be edited?
$_nosave array List of serialize entries not to save.

Méthodes publiques

Méthode Description
__construct ( array $opts = [] ) Constructor.
unserialize ( string $data ) Unserialization.

Méthodes protégées

Méthode Description
_init ( ) Initialization tasks.

Method Details

__construct() public méthode

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

_init() abstract protected méthode

Initialization tasks.
abstract protected _init ( )

unserialize() public méthode

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

Property Details

$_canEdit protected_oe property

Can this query be edited?
protected bool $_canEdit
Résultat boolean

$_nosave protected_oe property

List of serialize entries not to save.
protected array $_nosave
Résultat array