CaMykS  1.0-20231201
Public Member Functions | Public Attributes | List of all members
HTMLForm_hidden Class Reference

Public Member Functions

 __construct ($name, $value, $id='')
 
 display ()
 

Public Attributes

 $name
 Hidden input name. More...
 
 $value
 Hidden input value. More...
 
 $id
 Hidden input id. More...
 

Detailed Description

HTMLForm_hidden class.

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Constructor & Destructor Documentation

◆ __construct()

HTMLForm_hidden::__construct (   $name,
  $value,
  $id = '' 
)

Class constructor.

Parameters
string$name
mixed$value
string$id
Returns
void

Member Function Documentation

◆ display()

HTMLForm_hidden::display ( )

Return input object html.

Returns
string

Member Data Documentation

◆ $name

string HTMLForm_hidden::$name

Hidden input name.

◆ $value

mixed HTMLForm_hidden::$value

Hidden input value.

◆ $id

string HTMLForm_hidden::$id

Hidden input id.


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