Skip to content

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

Methods

Name Description
render Render the criteria string
renderWhere Renders as 'where' SQL string

RenderingTrait::render

Description

public render (bool $withBindVariables)

Render the criteria string

Parameters

  • (bool) $withBindVariables : Render with bind variables

Return Values

string|null


RenderingTrait::renderWhere

Description

public renderWhere (bool $withBinds)

Renders as 'where' SQL string

Parameters

  • (bool) $withBinds : Render with bind variables

Return Values

string


Clone this wiki locally