CRM_Utils_SQL_Literal
in package
A literal fragment of SQL.
Ex: new CRM_Utils_SQL_Literal('CONCAT(@foo, sysdate())')
Table of Contents
Properties
- $value : string
Methods
- __construct() : mixed
- getValue() : string
Properties
$value
private
string
$value
Methods
__construct()
public
__construct(string $value) : mixed
Parameters
- $value : string
getValue()
public
getValue() : string