[ Index ]
 

Code source de Symfony 1.0.0

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

title

Body

[fermer]

/lib/action/ -> sfActionStack.class.php (sommaire)

(pas de description)

Poids: 121 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

sfActionStack:: (6 méthodes):
  addEntry()
  getEntry()
  popEntry()
  getFirstEntry()
  getLastEntry()
  getSize()


Classe: sfActionStack  - X-Ref

sfActionStack keeps a list of all requested actions and provides accessor
methods for retrieving individual entries.

addEntry($moduleName, $actionName, $actionInstance)   X-Ref
Adds an entry to the action stack.

param: string   A module name
param: string   An action name
param: sfAction An sfAction implementation instance
return: sfActionStackEntry sfActionStackEntry instance

getEntry($index)   X-Ref
Retrieves the entry at a specific index.

param: int An entry index
return: sfActionStackEntry An action stack entry implementation.

popEntry()   X-Ref
Removes the entry at a specific index.

param: int An entry index
return: sfActionStackEntry An action stack entry implementation.

getFirstEntry()   X-Ref
Retrieves the first entry.

return: mixed An action stack entry implementation or null if there is no sfAction instance in the stack

getLastEntry()   X-Ref
Retrieves the last entry.

return: mixed An action stack entry implementation or null if there is no sfAction instance in the stack

getSize()   X-Ref
Retrieves the size of this stack.

return: int The size of this stack.



Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7