PHP Class HTMLPurifier_StringHash, yii

Inheritance: extends ArrayObject
Exibir arquivo Open project: yiisoft/yii Class Usage Examples

Protected Properties

Property Type Description
$accessed

Public Methods

Method 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 method

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

offsetGet() public method

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

resetAccessed() public method

Resets the access array.
public resetAccessed ( )

Property Details

$accessed protected_oe property

protected $accessed