evaluateDynamicContent() public method
Evaluates the given PHP statements.
This method is mainly used internally to implement dynamic content feature.
| public mixed evaluateDynamicContent ( $statements ) | ||
|---|---|---|
| $statements | string |
The PHP statements to be evaluated. |
| return | mixed |
The return value of the PHP statements. |
Please login to continue.