예제 #1
0
파일: Custom.php 프로젝트: timetoogo/pinq
 public function getParameters()
 {
     return $this->onFunction->getParameterIds();
 }
예제 #2
0
파일: Join.php 프로젝트: timetoogo/pinq
 public function getParameters()
 {
     return array_merge($this->options->getParameters(), $this->joiningFunction->getParameterIds());
 }