PHP Class HTMLPurifier_StringHash, yii

Inheritance: extends ArrayObject
Afficher le fichier Open project: yiisoft/yii Class Usage Examples

Protected Properties

Свойство Type Description
$accessed

Méthodes publiques

Méthode Description
getAccessed ( ) : array Returns a lookup array of all array indexes that have been accessed.
offsetGet ( mixed $index ) : mixed Retrieves a value, and logs the access.
resetAccessed ( ) Resets the access array.

Method Details

getAccessed() public méthode

Returns a lookup array of all array indexes that have been accessed.
public getAccessed ( ) : array
Résultat array in form array($index => true).

offsetGet() public méthode

Retrieves a value, and logs the access.
public offsetGet ( mixed $index ) : mixed
$index mixed
Résultat mixed

resetAccessed() public méthode

Resets the access array.
public resetAccessed ( )

Property Details

$accessed protected_oe property

protected $accessed