예제 #1
0
 public function groupBy(Symbol $symbol)
 {
     $info = $symbol->annotate();
     return $info['name'] . $info['arguments'];
 }