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

Class: ActionStackEntry

Source Location: /action/ActionStackEntry.class.php

Class Overview

MojaviObject
   |
   --ActionStackEntry

ActionStackEntry represents information relating to a single Action request during a single HTTP request.


Author(s):

  • Sean Kerr (skerr@mojavi.org)

Version:

  • $Id: ActionStackEntry.class.php 506 2004-11-29 02:30:31Z seank $

Copyright:

Variables

Methods


Inherited Methods

Class: MojaviObject

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

Class Details

[line 24]
ActionStackEntry represents information relating to a single Action request during a single HTTP request.



Tags:

version:  $Id: ActionStackEntry.class.php 506 2004-11-29 02:30:31Z seank $
since:  3.0.0
copyright:  (c) Sean Kerr, http://www.mojavi.org
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]


Class Variables

$actionName =  null

[line 33]


Type:   mixed


[ Top ]

$microtime =  null

[line 34]


Type:   mixed


[ Top ]

$moduleName =  null

[line 35]


Type:   mixed


[ Top ]

$presentation =  null

[line 36]


Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 54]

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

Class constructor.



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 getActionInstance [line 87]

Action getActionInstance( )

Retrieve this entry's action instance.



Tags:

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


[ Top ]

method getActionName [line 72]

string getActionName( )

Retrieve this entry's action name.



Tags:

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


[ Top ]

method getMicrotime [line 103]

string getMicrotime( )

Retrieve this entry's microtime.



Tags:

return:  A string representing the microtime this entry was created.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]

method getModuleName [line 118]

string getModuleName( )

Retrieve this entry's module name.



Tags:

return:  A module name.
access:  public
since:  3.0.0
author:  Sean Kerr (skerr@mojavi.org)


[ Top ]

method getPresentation [line 136]

string &getPresentation( )

Retrieve this entry's rendered view presentation.

This will only exist if the view has processed and the render mode is set to View::RENDER_VAR.




Tags:

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


[ Top ]

method setPresentation [line 153]

void setPresentation( string &$presentation)

Set the rendered presentation for this action.



Tags:

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


Parameters:

string   &$presentation   A rendered presentation.

[ Top ]


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