|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/html/form/Bs_FormHtml.class.php
BlueShoes Application Framework - Form
Bs_FormHtml
Bs_Object | +-- Bs_FormElement | +-- Bs_FormHtml
Html Element Class
|
public class Bs_FormHtml extends Bs_FormElement
Html Element Class
dependencies: Bs_FormElement
| Authors | andrej arn <andrej@arn.li> |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
|
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
Public Method Summary |
| void |
Bs_FormHtml()Constructor. |
| string |
&getElement()Return some html code to display the element on a website in a form. |
|
Fields inherited from Bs_FormElement |
| $persister, $persisterid, $_form, $name, $elementtype, $formid, $container, $orderid, $elementstringformat, $persistervarsettings, $this |
|
Private Field Summary |
| mixed |
$htmlthe html to display. |
|
|
|
Public Method Details |
Bs_FormHtml |
|
public void Bs_FormHtml( )
|
| |
Constructor.
|
| Returns |
void |
|
&getElement |
|
public string &getElement( )
|
| |
Return some html code to display the element on a website in a form.
|
| Returns |
string some html code |
|
|
Private Field Details |
$html |
|
private mixed $html
>><<
the html to display.
usually a string, can be a hash because it's language dependant.
|
|
|
Private Constant Details |
BS_FORMHTML_VERSION
define( BS_FORMHTML_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |