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
Referencia de la Clase DOMBasicValueException
Diagrama de herencias de DOMBasicValueException
DOMBasicException

Métodos públicos

 __construct ($attribName, $value, $expectedValue=null, $variableType= 'attrib')
 
- Métodos públicos heredados desde DOMBasicException
 __construct ($message)
 

Otros miembros heredados

- Campos de datos heredados desde DOMBasicException
 $originalMessage
 

Documentación del constructor y destructor

__construct (   $attribName,
  $value,
  $expectedValue = null,
  $variableType = 'attrib' 
)

Constructs a new DOMBasicValueException on the $name variable.

Parámetros
string$attribNameThe name of the attrib where something was wrong with.
mixed$valueThe value that the option was tried to be set too.
string$expectedValueA string explaining the allowed type and value range.
string$variableTypeWhat type of variable was tried to be set (option, attrib, setting, argument).

La documentación para esta clase fue generada a partir del siguiente fichero: