Returns a LogEntry or EventLog array based on supplied parameters.
By default,fetch as many entries as pagination allows and order them in a descending fashion based on timestamp.
Get the module in which the logged code was executed
Write an entry to the event log.
Adds a logging type to the lookup table
Removes a logging type from the lookup table
Returns properties of a EventLog object.
This is the function that returns information about the set of log entries that was requested. This function should offer property names that are identical to properties of instances of the URL class. A call to EventLog::get() without parameters should return mostly the same property values as the global $url object for the request. The difference would occur when the data returned doesn't necessarily match the request, such as when several log entries are requested, but only one is available to return.
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
Documentation generated on Thu, 30 Oct 2008 20:31:10 +0100 by phpDocumentor 1.3.2