예제 #1
0
파일: Client.php 프로젝트: vkoptev/olap
 public function slice($filter)
 {
     $this->cube->slice($filter);
     return $this;
 }