Property | Type | Description | |
---|---|---|---|
$accessed |
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. |
public getAccessed ( ) : array | ||
return | array | in form array($index => true). |