getJoinType() public méthode

public getJoinType ( ) : string
Résultat string
 /**
  * @return string
  */
 public function getJoinType()
 {
     return $this->joinQuery->getJoinType();
 }