Class IntermediateObject

Description

An object which lets you perform most of the operations

Located in /IntermediateObject.php (line 5)

BaseIntermediateObject
   |
   --IntermediateObject
Method Summary
AssignIntermediate assign (mixed $value)
void processWith ( $fn)
void take ( $value)
void __toString ()
Variables
Methods
assign (line 45)

Assigns value to variable. Can use it(). Sets active value to $value

AssignIntermediate assign (mixed $value)
  • mixed $value
call (line 61)

Calls a function or method.

With it() calls the active value as a function, with its()->method, tries to call a method of the active value otherwise will try calling $what

  • access: public
CallIntermediate call (ItObject|ItsObject|string $what)
display (line 33)

Displays current value with echo

  • access: public
IntermediateObject display ()
processWith (line 16)

Process this with a processor function

  • deprecated: Use call
  • access: public
void processWith ( $fn)
  • $fn
take (line 24)
void take ( $value)
  • $value
__toString (line 7)
  • access: public
void __toString ()

Inherited Methods

Inherited From BaseIntermediateObject

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

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