getExpression() public method

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