|
Protected Member Functions inherited from Handler |
| | init () |
| |
| | 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...
|
| |
Protected Attributes inherited from Handler |
| | $_log |
| |
| | $_config = null |
| |
| | $_name = 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 Http.php.
◆ add()
| add |
( |
|
$prio, |
|
|
|
$message, |
|
|
|
$context |
|
) |
| |
◆ $endpoint
◆ $timeout
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Log/Handler/Http.php