[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/ -> Block.php (sommaire)

(pas de description)

Poids: 223 lignes (6 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

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 within
the Blocks framework.

$Horde: framework/Block/Block.php,v 1.33.10.5 2006/01/01 21:28:08 jan Exp $

Copyright 2003-2006 Mike Cochrane <mike@graftonhall.co.nz>
Copyright 2003-2006 Jan Schneider <jan@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Horde_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