getExpression() public method

public getExpression ( ) : array
return array
Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getExpression()
 {
     return array('$group' => $this->expr->getExpression());
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function getExpression()
 {
     return ['$group' => $this->expr->getExpression()];
 }