PHP Class DoctrineExtensions\Query\Mysql\Variance

Inheritance: extends Doctrine\ORM\Query\AST\Functions\FunctionNode
Show file Open project: beberlei/DoctrineExtensions

Protected Properties

Property Type Description
$arithmeticExpression Doctrine\ORM\Query\AST\SimpleArithmeticExpression

Public Methods

Method Description
getSql ( Doctrine\ORM\Query\SqlWalker $sqlWalker )
parse ( Parser $parser )

Method Details

getSql() public method

public getSql ( Doctrine\ORM\Query\SqlWalker $sqlWalker )
$sqlWalker Doctrine\ORM\Query\SqlWalker

parse() public method

public parse ( Parser $parser )
$parser Doctrine\ORM\Query\Parser

Property Details

$arithmeticExpression protected property

protected SimpleArithmeticExpression,Doctrine\ORM\Query\AST $arithmeticExpression
return Doctrine\ORM\Query\AST\SimpleArithmeticExpression