|
| | $filemtimeTtl = 0 |
| |
| const | HIDDEN = 0 |
| | Property is hidden. More...
|
| |
| const | READABLE = 1 |
| | Property is readable. More...
|
| |
| const | WRITEABLE = 2 |
| | Property is writeable. More...
|
| |
| const | READWRITE = 3 |
| | Property is readable and writeable. More...
|
| |
| | init () |
| |
| | done () |
| |
| | getSession () |
| |
| | publish ($property, $visibility=self::READABLE) |
| | Publish a property (or hide it again). More...
|
| |
| | alias ($alias, $property, $object=null) |
| | Define an alias for a property (of another object). More...
|
| |
| | configure ($config) |
| | Configure the object. More...
|
| |
| | _get ($key) |
| | Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
| |
| | _set ($key, $value) |
| | Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
| |
| | $_fred = null |
| |
| | $_config = null |
| |
| | $_name = null |
| |
| | $_components = [] |
| | Local components (key = component name, value = component). More...
|
| |
| | $_session = null |
| |
| | $_published = [] |
| | Published properties (key = name of property, value = visibility). More...
|
| |
| | $_aliases = [] |
| | Alias properties (key = alias, value = [object,property]). More...
|
| |
Definition at line 5 of file Check.php.
◆ check()
| check |
( |
& |
$message = null | ) |
|
|
abstract |
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Health/Check.php