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

Class: DPreviousActionKeeper

Source Location: /Web/MVC/DPreviousActionKeeper.php

Class Overview

DObject
   |
   --DPreviousActionKeeper

Previous action keeper for the controller event handler


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 22]
Previous action keeper for the controller event handler



[ Top ]


Class Methods


static method getInstance [line 60]

static DPreviousActionKeeper &getInstance( )

Gets DPreviousActionKeeper instance



Tags:

access:  public


[ Top ]

constructor __construct [line 51]

DPreviousActionKeeper __construct( )

Constructor



Tags:

access:  public


Overrides DObject::__construct() (Constructor)

[ Top ]

method clearPreviousAction [line 74]

void clearPreviousAction( )

Clears previous action



Tags:

access:  public


[ Top ]

method compareCurrentActionWithPreviousAction [line 106]

boolean compareCurrentActionWithPreviousAction( )

Compares current and previous actions



Tags:

access:  public


[ Top ]

method getCurrentAction [line 96]

string getCurrentAction( )

Gets the current action



Tags:

access:  public


[ Top ]

method getPreviousAction [line 118]

string getPreviousAction( )

Gets previous action



Tags:

access:  public


[ Top ]

method rewriteActions [line 130]

void rewriteActions( )

Sets current action as previous action



Tags:

access:  public


[ Top ]

method setCurrentAction [line 86]

void setCurrentAction( string $fileName)

Sets current action



Tags:

access:  public


Parameters:

string   $fileName  

[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:09:53 +0300 by phpDocumentor 1.4.3