PHP Class Neos\Flow\Persistence\Doctrine\CountWalker

Inheritance: extends Doctrine\ORM\Query\TreeWalkerAdapter
Mostrar archivo Open project: neos/flow-development-collection

Public Methods

Method Description
walkSelectStatement ( Doctrine\ORM\Query\AST\SelectStatement $AST ) : void Walks down a SelectStatement AST node, modifying it to retrieve a COUNT

Method Details

walkSelectStatement() public method

Walks down a SelectStatement AST node, modifying it to retrieve a COUNT
public walkSelectStatement ( Doctrine\ORM\Query\AST\SelectStatement $AST ) : void
$AST Doctrine\ORM\Query\AST\SelectStatement
return void