XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
RMFormHidden Class Reference
Inheritance diagram for RMFormHidden:
Inheritance graph

Public Member Functions

 __construct ($name, $value)
 
 getValue ()
 
 render ()
 
 setValue ($value)
 
- Public Member Functions inherited from RMFormElement
 addClass ($class)
 
 getCaption ()
 
 getClass ()
 
 getDescription ()
 
 getExtra ()
 
 getForm ()
 
 getName ()
 
 id ()
 
 render ()
 
 setCaption ($caption)
 
 setClass ($class)
 
 setDescription ($desc)
 
 setExtra ($extra)
 
 setForm ($name)
 
 setId ($id)
 
 setName ($name)
 

Public Attributes

 $_value
 

Additional Inherited Members

- Static Public Attributes inherited from RMFormElement
static $elementsIds = array()
 

Detailed Description

Clase para el manejo y creación de cmapos HIDDEN

Definition at line 14 of file hidden.class.php.

Constructor & Destructor Documentation

RMFormHidden::__construct (   $name,
  $value 
)

Constructor de la clase

Parameters
string$nameNombre del campo
string$valueValor del elemento

Definition at line 22 of file hidden.class.php.

References RMFormElement\setName().

Here is the call graph for this function:

Member Function Documentation

RMFormHidden::getValue ( )

Devuelve el valor del elemento

Returns
string

Definition at line 37 of file hidden.class.php.

References $_value.

Referenced by render().

Here is the caller graph for this function:

RMFormHidden::render ( )

Genera el c?digo HTML para mostrar el elemento

Returns
string

Definition at line 44 of file hidden.class.php.

References $ret, getValue(), and RMFormElement\id().

Here is the call graph for this function:

RMFormHidden::setValue (   $value)

Establece el valor del elemento.

Parameters
string$valueValor del elemento

Definition at line 30 of file hidden.class.php.

Member Data Documentation

RMFormHidden::$_value

Definition at line 16 of file hidden.class.php.

Referenced by getValue().


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