Exakat\Analyzer\Analyzer::groupCount PHP 메소드

groupCount() 공개 메소드

public groupCount ( $column )
    public function groupCount($column)
    {
        $this->addMethod("groupCount(m){it.{$column}}");
        return $this;
    }
Analyzer