getJoinType() public method

public getJoinType ( ) : string
return string
Esempio n. 1
0
 /**
  * @return string
  */
 public function getJoinType()
 {
     return $this->joinQuery->getJoinType();
 }