SystemLogEvents methods
Last updated
Overloads the Items::fillFromParameters method to provide an easy way to load SystemLogEvent items when instantiating this class.
p Specifications 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.
type The class name of the SystemLogEvent objects to get.
fromTimestamp Get SystemLogEvent items added starting on this timestamp.
toTimestamp Get SystemLogEvent items added up to this timestamp.
Returns: true if everything went ok, false otherwise.
Last updated