getAllJoins() 공개 메소드

public getAllJoins ( ) : array
리턴 array
예제 #1
0
 /**
  * @return array
  */
 public function getAllJoins()
 {
     return $this->joinQuery->getAllJoins();
 }