コード例 #1
0
ファイル: Client.php プロジェクト: vkoptev/olap
 public function slice($filter)
 {
     $this->cube->slice($filter);
     return $this;
 }