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