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

Public Member Functions

string getEnterKeyHint ()
 
 setEnterKeyHint (string $val)
 
string getInputMode ()
 
 setInputMode (string $val)
 

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

◆ _getMissingProp()

mixed Wikimedia\IDLeDOM\Helper\ElementContentEditable::_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\ElementContentEditable::_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

◆ getEnterKeyHint()

string Wikimedia\IDLeDOM\Helper\ElementContentEditable::getEnterKeyHint ( )
Returns
string

◆ getInputMode()

string Wikimedia\IDLeDOM\Helper\ElementContentEditable::getInputMode ( )
Returns
string

◆ setEnterKeyHint()

Wikimedia\IDLeDOM\Helper\ElementContentEditable::setEnterKeyHint ( string $val)
Parameters
string$val

◆ setInputMode()

Wikimedia\IDLeDOM\Helper\ElementContentEditable::setInputMode ( string $val)
Parameters
string$val

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