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

Public Member Functions

mixed __get (string $name)
 
bool __isset (string $name)
 
 __set (string $name, $value)
 
 __unset (string $name)
 
string getText ()
 
 setText (?string $val)
 
string getLink ()
 
 setLink (?string $val)
 
string getVLink ()
 
 setVLink (?string $val)
 
string getALink ()
 
 setALink (?string $val)
 
string getBgColor ()
 
 setBgColor (?string $val)
 
string getBackground ()
 
 setBackground (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

◆ __get()

mixed Wikimedia\IDLeDOM\Helper\HTMLBodyElement::__get ( string $name)
Parameters
string$name
Returns
mixed

◆ __isset()

bool Wikimedia\IDLeDOM\Helper\HTMLBodyElement::__isset ( string $name)
Parameters
string$name
Returns
bool

◆ __set()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::__set ( string $name,
$value )
Parameters
string$name
mixed$value

◆ __unset()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::__unset ( string $name)
Parameters
string$name

◆ _getMissingProp()

mixed Wikimedia\IDLeDOM\Helper\HTMLBodyElement::_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$propthe name of the property requested
Returns
mixed

◆ _setMissingProp()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::_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$propthe name of the property requested
mixed$valuethe value to set

◆ getALink()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getALink ( )
Returns
string

◆ getBackground()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getBackground ( )
Returns
string

◆ getBgColor()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getBgColor ( )
Returns
string

◆ getLink()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getLink ( )
Returns
string

◆ getText()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getText ( )
Returns
string

◆ getVLink()

string Wikimedia\IDLeDOM\Helper\HTMLBodyElement::getVLink ( )
Returns
string

◆ setALink()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setALink ( ?string $val)
Parameters
?string$val

◆ setBackground()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setBackground ( string $val)
Parameters
string$val

◆ setBgColor()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setBgColor ( ?string $val)
Parameters
?string$val

◆ setLink()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setLink ( ?string $val)
Parameters
?string$val

◆ setText()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setText ( ?string $val)
Parameters
?string$val

◆ setVLink()

Wikimedia\IDLeDOM\Helper\HTMLBodyElement::setVLink ( ?string $val)
Parameters
?string$val

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