Programming Language PHP
Namespace Latitude\QueryBuilder
Class ExpressionInterface
Method/Function append
Total Examples 1
1 code examples of PHP Latitude\QueryBuilder\ExpressionInterface::append extracted from open source projects
protected function applyRight(ExpressionInterface $query): ExpressionInterface
{
return $query->append('%s', $this->right);
}