Class PropertyEvent
Event class for the ICanBoogie\Object::property
event.
The ICanBoogie\Object::property
event is fired when no getter
was found in a class or prototype to obtain the value of a property.
Hooks can be attached to that event to provide the value of the property.
Should they be able to provide the value, they must create the
value
property within the event object. Thus, even
null
is considered a valid result.
- ICanBoogie\Event
- ICanBoogie\Object\PropertyEvent
Methods summary
public
|
#
__construct(
The event is created with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
string
|
$property |
#
The name of the property to retrieve. |