Class CallIntermediate

Description

intermediate object used for method/func calls

Located in /CallIntermediate.php (line 7)

BaseIntermediateObject
   |
   --CallIntermediate
Method Summary
void finish ()
AndObject with ( $params)
void __get ( $name)
Variables
Methods
finish (line 12)

Finishes the chain and calls the function

  • access: public
void finish ()
with (line 22)

Call the function with parameters

  • return: Contains an IntermediateObject pointing to the function again
  • access: public
AndObject with ( $params)
  • array $params: Can contain it() to reference to the original value before the function call
__get (line 27)
  • access: public
void __get ( $name)
  • $name

Inherited Methods

Inherited From BaseIntermediateObject

BaseIntermediateObject::__construct()
BaseIntermediateObject::getStack()
BaseIntermediateObject::_previousInStack()

Documentation generated on Sun, 20 Jan 2008 11:50:57 -0800 by phpDocumentor 1.4.0