mojavi
[ class tree: mojavi ] [ index: mojavi ] [ all elements ]

Class: ActionStack

Source Location: /action/ActionStack.class.php

Class Overview

MojaviObject
   |
   --ActionStack

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


Author(s):

  • Sean Kerr (skerr@mojavi.org)

Version:

  • $Id: ActionStack.class.php 774 2005-03-14 02:06:45Z seank $

Copyright:

Methods


Inherited Methods

Class: MojaviObject

MojaviObject::toString()
Retrieve a string representation of this object.

Class Details

[line 24]
ActionStack keeps a list of all requested actions and provides accessor methods for retrieving individual entries.



Tags:

version:  $Id: ActionStack.class.php 774 2005-03-14 02:06:45Z seank $
since:  3.0.0
copyright:  (c) Sean Kerr, http://www.mojavi.org
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


Class Methods


method addEntry [line 50]

void addEntry( string $moduleName, string $actionName, Action $actionInstance)

Add an entry.



Tags:

access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


Parameters:

string   $moduleName   A module name.
string   $actionName   An action name.
Action   $actionInstance   An action implementation instance.

[ Top ]

method getEntry [line 73]

ActionStackEntry getEntry( int $index)

Retrieve the entry at a specific index.



Tags:

return:  An action stack entry implementation.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


Parameters:

int   $index   An entry index.

[ Top ]

method getFirstEntry [line 99]

ActionStackEntry getFirstEntry( )

Retrieve the first entry.



Tags:

return:  An action stack entry implementation.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]

method getLastEntry [line 126]

ActionStackEntry getLastEntry( )

Retrieve the last entry.



Tags:

return:  An action stack entry implementation.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]

method getSize [line 153]

int getSize( )

Retrieve the size of this stack.



Tags:

return:  The size of this stack.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


Documentation generated on Tue, 21 Feb 2006 01:45:09 +0900 by phpDocumentor 1.3.0RC5