|
static Wikimedia IDLeDOM CustomEventInit | cast ( $a) |
| Create a CustomEventInit from an associative array.
|
|
|
mixed | _getMissingProp (string $prop) |
| Handle an attempt to get a non-existing property on this object.
|
|
| _setMissingProp (string $prop, $value) |
| Handle an attempt to set a non-existing property on this object.
|
|
◆ __get()
mixed Wikimedia\IDLeDOM\Helper\CustomEventInit::__get |
( |
string | $name | ) |
|
◆ __isset()
bool Wikimedia\IDLeDOM\Helper\CustomEventInit::__isset |
( |
string | $name | ) |
|
◆ _getMissingProp()
mixed Wikimedia\IDLeDOM\Helper\CustomEventInit::_getMissingProp |
( |
string | $prop | ) |
|
|
abstractprotected |
Handle an attempt to get a non-existing property on this object.
The default implementation raises an exception but the implementor can choose a different behavior: return null (like JavaScript), dynamically create the property, etc.
- Parameters
-
string | $prop | the name of the property requested |
- Returns
- mixed
◆ _setMissingProp()
Wikimedia\IDLeDOM\Helper\CustomEventInit::_setMissingProp |
( |
string | $prop, |
|
|
| $value ) |
|
abstractprotected |
Handle an attempt to set a non-existing property on this object.
The default implementation raises an exception but the implementor can choose a different behavior: ignore the operation (like JavaScript), dynamically create the property, etc.
- Parameters
-
string | $prop | the name of the property requested |
mixed | $value | the value to set |
◆ cast()
static Wikimedia IDLeDOM CustomEventInit Wikimedia\IDLeDOM\Helper\CustomEventInit::cast |
( |
| $a | ) |
|
|
static |
Create a CustomEventInit from an associative array.
- Parameters
-
array | \Wikimedia\IDLeDOM\CustomEventInit | $a | |
- Returns
- \Wikimedia\IDLeDOM\CustomEventInit
- Parameters
-
- Returns
- bool
-
bool
-
bool
-
mixed|null
◆ offsetExists()
bool Wikimedia\IDLeDOM\Helper\CustomEventInit::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
mixed Wikimedia\IDLeDOM\Helper\CustomEventInit::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
Wikimedia\IDLeDOM\Helper\CustomEventInit::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
Wikimedia\IDLeDOM\Helper\CustomEventInit::offsetUnset |
( |
| $offset | ) |
|
The documentation for this class was generated from the following file:
- src/Helper/CustomEventInit.php