\Pivot\Database\FiltersSubscriptionFilter

See http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/filters.html See http://www.slideshare.net/rosstuck/extending-doctrine-2-for-your-domain-model-13257781

SubscriptionFilter

Summary

Methods
Properties
Constants
addFilterConstraint()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
defineEqualSign()
removeQuotes()
No private properties found
N/A

Methods

addFilterConstraint()

addFilterConstraint(\Pivot\Database\Filters\ClassMetaData  $targetEntity, string  $targetTableAlias) : string

Gets the SQL query part to add to a query.

Parameters

\Pivot\Database\Filters\ClassMetaData $targetEntity
string $targetTableAlias

Returns

string —

The constraint SQL if there is available, empty string otherwise.

defineEqualSign()

defineEqualSign(null|mixed  $value) : string

Parameters

null|mixed $value

Returns

string

removeQuotes()

removeQuotes(string  $variable) : string

Parameters

string $variable

Returns

string