HTMLPurifier_StringHash Klassenreferenz


Öffentliche Methoden

 offsetGet ($index)
 getAccessed ()
 resetAccessed ()

Geschützte Attribute

 $accessed = array()

Ausführliche Beschreibung

This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.

Warnung:
For the sake of backwards compatibility with early versions of PHP 5, you must not use the $hash[$key] syntax; if you do our version of offsetGet is never called.

Definiert in Zeile 11 der Datei StringHash.php.


Dokumentation der Elementfunktionen

getAccessed (  ) 

Returns a lookup array of all array indexes that have been accessed.

Rückgabe:
Array in form array($index => true).

Definiert in Zeile 27 der Datei StringHash.php.

offsetGet ( index  ) 

Retrieves a value, and logs the access.

Definiert in Zeile 18 der Datei StringHash.php.

resetAccessed (  ) 

Resets the access array.

Definiert in Zeile 34 der Datei StringHash.php.


Dokumentation der Datenelemente

$accessed = array() [protected]

Definiert in Zeile 13 der Datei StringHash.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen