-
Notifications
You must be signed in to change notification settings - Fork 1
RenderingTrait
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Database\Criteria\Traits\RenderingTrait
Trait fort criteria rendering
| Name | Description |
|---|---|
| render | Render the criteria string |
| renderWhere | Renders as 'where' SQL string |
Description
public render (bool $withBindVariables)Render the criteria string
Parameters
-
(bool) $withBindVariables: Render with bind variables
Return Values
string|null
Description
public renderWhere (bool $withBinds)Renders as 'where' SQL string
Parameters
-
(bool) $withBinds: Render with bind variables
Return Values
string