Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1833 робота. Сейчас ищут 1737 программистов ...
Оглавление
Using Pyrus, the PEAR Installer for PHP 5.3+
PEAR Developer Guide
Channels: distributing your packages
PEAR Packages
constructor HTML_Menu_SigmaTreeRenderer()
Вернуться к: HTML_Menu
constructor HTML_Menu_SigmaTreeRenderer()
constructor HTML_Menu_SigmaTreeRenderer() – Class constructor.
Synopsis
require_once 'HTML/Menu/SigmaTreeRenderer.php';
void constructor HTML_Menu_SigmaTreeRenderer::HTML_Menu_SigmaTreeRenderer ( object HTML_Template_Sigma &$tpl , string $prefix = 'mu_' )
Sets the template object to use and sets prefix for template blocks and placeholders. We use prefix to avoid name collisions with existing template blocks and it is customisable to allow output of several menus into one template.
Parameter
- object HTML_Template_Sigma &$tpl
-
template object to use for output
- string $prefix
-
prefix for template blocks and placeholders
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: HTML_Menu