IDLeDOM
DOM interfaces automatically generated from WebIDL
Loading...
Searching...
No Matches
Wikimedia\IDLeDOM\Helper\EventListener Class Reference

Public Member Functions

void __invoke (... $args)
 Make this callback interface callable.
 

Static Public Member Functions

static Wikimedia IDLeDOM EventListener cast ( $f)
 Create a EventListener from a callable.
 

Protected Member Functions

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.
 

Member Function Documentation

◆ __invoke()

void Wikimedia\IDLeDOM\Helper\EventListener::__invoke ( $args)

Make this callback interface callable.

Parameters
mixed...$args
Returns
void

◆ _getMissingProp()

mixed Wikimedia\IDLeDOM\Helper\EventListener::_getMissingProp ( string $prop)
protected

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$propthe name of the property requested
Returns
mixed

◆ _setMissingProp()

Wikimedia\IDLeDOM\Helper\EventListener::_setMissingProp ( string $prop,
$value )
protected

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$propthe name of the property requested
mixed$valuethe value to set

◆ cast()

static Wikimedia IDLeDOM EventListener Wikimedia\IDLeDOM\Helper\EventListener::cast ( $f)
static

Create a EventListener from a callable.

Parameters
callable | \Wikimedia\IDLeDOM\EventListener$f
Returns
\Wikimedia\IDLeDOM\EventListener
Parameters
callable$f
Event$event
Returns
void

The documentation for this class was generated from the following file: