Cherrycake
Cherrycake
Examples
Github
Introduction
Status
Architecture
Basics
Modules
Classes
Lifecycle
Performance
Security
Patterns
Items
Server requirements
Guide
Getting started
Modules guide
Classes guide
Actions guide
Patterns guide
Cache guide
Database guide
Items guide
HtmlDocument guide
Css and Javascript guide
Session guide
Login guide
Locale guide
Log guide
Stats guide
Janitor guide
Command line interface
Debugging
Reference
Core modules
Core classes
Action
AjaxResponseJson
BasicObject
CacheProvider
Color
DatabaseProvider
DatabaseResult
DatabaseRow
Engine
Gradient
Item
Items
Image
JanitorTask
LogEvent
LogEvents
Module
Response
Request
RequestParameter
RequestPathComponent
Result
StatsEvent
StatsEvents
SystemLogEvent
SystemLogEvents
SystemLogEvents methods
Code conventions
License
Extras
Powered by GitBook

SystemLogEvents methods

fillFromParameters( p )

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.

Previous
SystemLogEvents
Next
Code conventions
Last updated 9 months ago