Definition at line 51 of file Expr.php.
◆ __construct()
__construct |
( |
|
$expression | ) |
|
Constructor
- Parameters
-
string | $expression | the expression to hold. |
- Returns
- void
Definition at line 66 of file Expr.php.
68 $this->_expression = (string) $expression;
◆ __toString()
Cast to string
- Returns
- string holded javascript expression.
Definition at line 76 of file Expr.php.
◆ $_expression
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Json/Expr.php