PHP Class Prado\Web\UI\WebControls\TExpression
TExpression evaluates a PHP expression and renders the result.
The expression is evaluated during the rendering stage. The expression being
evaluated can be set via the property {@link setExpression Expression}.
The context of the expression evaluated is the TExpression object itself.
Note, since TExpression allows evaluation of arbitrary PHP expression,
make sure {@link setExpression Expression} does not come directly from user input.
Show file
Open project: pradosoft/prado
Public Methods
Method Details
getExpression()
public method
Renders the evaluation result of the expression.
setExpression()
public method