Lines Matching defs:aggregate
24 * The default implementation initializes the aggregate result to
28 * aggregate result is returned. After visiting a child, the aggregate
30 * with the previous aggregate result and the result of visiting the child.
92 * initializes its aggregate result to this value.
107 * the aggregate value is returned as the result of
115 * @param mixed $aggregate The previous aggregate value. In the default
116 * implementation, the aggregate value is initialized
118 * which is passed as the `aggregate` argument to
125 protected function aggregateResult($aggregate, $nextResult)
147 * @param mixed $currentResult The current aggregate result of the children
152 * aggregate result from {@see AbstractParseTreeVisitor::visitChildren()}.