PHP Class Redaxscript\Html\HtmlAbstract

Since: 2.6.0
Author: Henry Ruhs
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_html string html of the element

Méthodes publiques

Méthode Description
append ( string $html = null ) : Element append to the html
clear ( ) : Element clear the html
html ( string $html = null ) : Element set the html
prepend ( string $html = null ) : Element prepend to the html

Method Details

append() public méthode

append to the html
Since: 2.6.0
public append ( string $html = null ) : Element
$html string html to append
Résultat Element

clear() public méthode

clear the html
Since: 3.0.0
public clear ( ) : Element
Résultat Element

html() public méthode

set the html
Since: 2.6.0
public html ( string $html = null ) : Element
$html string html to set
Résultat Element

prepend() public méthode

prepend to the html
Since: 2.6.0
public prepend ( string $html = null ) : Element
$html string html to prepend
Résultat Element

Property Details

$_html protected_oe property

html of the element
protected string $_html
Résultat string