Class HookManager

Description

Gestion des ancres pour l'affichage de textes a l'exterieur des template du Model

Il faut ajouter la ligne $this->assign("hookManager", $this->hookManager); dans la methode build() des modèles qui font appel à

  • todo: move that file to framework/class directory
  • todo: indent properly

Located in /karibou2/lib/hookmanager.class.php (line 21)


	
			
Variable Summary
mixed $hooks
Method Summary
HookManager __construct ()
void add (mixed $hookname, mixed $text)
void addView (mixed $hookname, mixed $model, mixed $template)
void display (mixed $hookname)
void fetch (mixed $hookname)
void returnTextArray (mixed $hookname)
Variables
mixed $hooks (line 23)
  • access: public
Methods
Constructor __construct (line 28)
HookManager __construct ()
add (line 35)
void add (mixed $hookname, mixed $text)
addView (line 49)
void addView (mixed $hookname, mixed $model, mixed $template)
display (line 98)
void display (mixed $hookname)
fetch (line 73)

Methode retournant le texte d'une ancre au format string

void fetch (mixed $hookname)
returnTextArray (line 64)
void returnTextArray (mixed $hookname)

Documentation generated on Sat, 17 Feb 2007 02:54:45 +0100 by phpDocumentor 1.3.0RC3