Class BookingWidget
Add extension that can be added to an object with Object::add_extension(). For DataObject extensions, use DataObjectDecorator. Each extension instance has an "owner" instance,
accessible through Extension::getOwner(). Every object instance gets its own set of
extension instances, meaning you can set parameters specific to the "owner
instance" in new Extension instances.
- Extension
-
BookingWidget
Methods summary
public
<type>
|
|
public
<type>
|
Methods inherited from Extension
__construct(),
clearOwner(),
getOwner(),
get_classname_without_arguments(),
setOwner()
Magic methods summary
Properties summary
public static
array
|
$allowed_actions |
#
This is used by extensions designed to be applied to controllers. It works
the same way as |