1 code examples of PHP Latitude\QueryBuilder\ExpressionInterface extracted from open source projects
protected function applyRight(ExpressionInterface $query): ExpressionInterface
{
return $query->append('%s', $this->right);
}