$_identifier
$_identifier : string
Holds the identifier string
Represents a single identifier name in the database.
Identifier values are unsafe with user supplied data. Values will be quoted when identifier quoting is enabled.
sql(\Cake\Database\ValueBinder $generator) : string
Converts the expression to its string representation
\Cake\Database\ValueBinder | $generator | Placeholder generator object |
Loading…