SystemLogEvents methods
fillFromParameters( p )
Overloads the Items::fillFromParameters method to provide an easy way to load SystemLogEvent items when instantiating this class.
pSpecifications on how to fill the SystemLogEvents object, with the possible keys below plus any other setup keys from Items::fillFromParameters, or an array of SystemLogEvent objects to fill the list with.typeThe class name of the SystemLogEvent objects to get.fromTimestampGet SystemLogEvent items added starting on this timestamp.toTimestampGet SystemLogEvent items added up to this timestamp.
Returns: true if everything went ok, false otherwise.
Last updated
Was this helpful?