Public Member Functions | Protected Attributes

Zend_Json_Expr Class Reference

Public Member Functions

 __construct ($expression)
 __toString ()

Protected Attributes

 $_expression

Detailed Description

Definition at line 51 of file Expr.php.


Constructor & Destructor Documentation

__construct ( expression )

Constructor

Parameters:
string$expressionthe expression to hold.
Returns:
void

Definition at line 66 of file Expr.php.


Member Function Documentation

__toString (  )

Cast to string

Returns:
string holded javascript expression.

Definition at line 76 of file Expr.php.


The documentation for this class was generated from the following file: