![]() |
DOMbasic
1.0
DOMBasic es un Framework PHP para la creación de elementos DOM que generan contenido HTML dinámico y permite su modificación 'al vuelo' (Websites). Está escrito entéramente en PHP y sigue el paradigma POO.
|
Métodos públicos | |
__construct ($name, $mode) | |
![]() | |
__construct ($message) | |
Campos de datos | |
const | READ = 1 |
const | WRITE = 2 |
![]() | |
$originalMessage | |
__construct | ( | $name, | |
$mode | |||
) |
Constructs a new DOMBasicAttribReadOnlyException for the attrib $name.
string | $name | The name of the attrib. |
int | $mode | The mode of the attrib that is allowed (::READ or ::WRITE). |
const READ = 1 |
Used when the attrib is read-only.
const WRITE = 2 |
Used when the attrib is write-only.