Yii_CJavaScriptExpression
in package
CJavaScriptExpression represents a JavaScript expression that does not need escaping.
Tags
Table of Contents
Properties
- $code : string
Methods
- __construct() : mixed
- __toString() : string
- String magic method
Properties
$code
public
string
$code
the javascript expression wrapped by this object
Methods
__construct()
public
__construct(string $code) : mixed
Parameters
- $code : string
-
a javascript expression that is to be wrapped by this object
Tags
__toString()
String magic method
public
__toString() : string
Return values
string —the javascript expression wrapped by this object