public function __construct() { parent::__construct(); }
/** * Обновляет персистентные данные страницы. * @param WebPage Экземпляр класса страницы * @param int Номер страницы * @param mixed Версия страницы */ public final function updatePage(WebPage $page, $number) { $page->beforeSaveToSession(); $this->pages[$number] = $page; }
public function __construct($params = null) { \Zippy\Html\WebPage::__construct(); $this->add(new \ZippyERP\System\Blocks\Header("header")); $this->add(new \Zippy\Html\Label("errormessage", new PropertyBinding($this, '_errormsg')))->setVisible(false); }