PHP Класс Redaxscript\Html\HtmlAbstract

С версии: 2.6.0
Автор: Henry Ruhs
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_html string html of the element

Открытые методы

Метод Описание
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

Описание методов

append() публичный Метод

append to the html
С версии: 2.6.0
public append ( string $html = null ) : Element
$html string html to append
Результат Element

clear() публичный Метод

clear the html
С версии: 3.0.0
public clear ( ) : Element
Результат Element

html() публичный Метод

set the html
С версии: 2.6.0
public html ( string $html = null ) : Element
$html string html to set
Результат Element

prepend() публичный Метод

prepend to the html
С версии: 2.6.0
public prepend ( string $html = null ) : Element
$html string html to prepend
Результат Element

Описание свойств

$_html защищенное свойство

html of the element
protected string $_html
Результат string