[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 223 lignes (6 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_Block:: (10 méthodes):
Horde_Block()
getApp()
getParams()
getTitle()
getContent()
buildTree()
_title()
_params()
_content()
_buildTree()
Classe: Horde_Block - X-Ref
The abstract Horde_Block:: class represents a single block withinHorde_Block($params = array() X-Ref |
Constructor. param: array|boolean $params Any parameters the block needs. If false, |
getApp() X-Ref |
Returns the application that this block belongs to. return: string The application name. |
getParams() X-Ref |
Returns any settable parameters for this block. This is a static method. It does *not* reference $this->_params; that is for runtime parameters (the choices made from these options). return: array The block's configurable parameters. |
getTitle() X-Ref |
Returns the text to go in the title of this block. This function handles the changing of current application as needed so code is executed in the scope of the application the block originated from. return: string The block's title. |
getContent() X-Ref |
Returns the content for this block. This function handles the changing of current application as needed so code is executed in the scope of the application the block originated from. return: string The block's content. |
buildTree(&$tree, $indent = 0, $parent = null) X-Ref |
Pas de description |
_title() X-Ref |
Returns the title to go in this block. return: string The block title. |
_params() X-Ref |
Returns the parameters needed by block. return: array The block's parameters. |
_content() X-Ref |
Returns this block's content. return: string The block's content. |
_buildTree(&$tree, $indent = 0, $parent = null) X-Ref |
Returns this block's content. return: string The block's content. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |