Definition at line 49 of file Expr.php.
◆ __construct()
__construct |
( |
|
$expression | ) |
|
Instantiate an expression, which is just a string stored as an instance member variable.
- Parameters
-
string | $expression | The string containing a SQL expression. |
Definition at line 64 of file Expr.php.
66 $this->_expression = (string) $expression;
◆ __toString()
- Returns
- string The string of the SQL expression stored in this object.
Definition at line 72 of file Expr.php.
◆ $_expression
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Db/Expr.php