Class Zippy\Html\PageFragment

abstract
extends HtmlContainer
implements EventReceiver

Компонент реализующий блок страницы с собственным HTML шаблоном для отображении на странице как обычного компонента. Позволяет отображать на разных страницах типовые элементы с тем же содержанием. Напрмер меню, формы логина и т.д. Как правило используется блочный тэг типа DIV

Methods
Methods inherited from Zippy\Html\HtmlContainer
__construct(), add(), getComponent(), __get(), getURLNode(), RenderImpl(), getChildComponents()
Methods inherited from Zippy\Html\HtmlComponent
__toString(), setAttribute(), getAttribute(), getAttributeNames(), setOwner(), getOwner(), getPageOwner(), getFormOwner(), setVisible(), isVisible(), getTag(), beforeRender(), afterRender(), getLabelTag(), getLabelTagFor(), getHTML()
Properties inherited from Zippy\Html\HtmlContainer
$components
Properties inherited from Zippy\Html\HtmlComponent
$id, $disabled, $visible, $owner, $tag