setJoinType() публичный Метод

public setJoinType ( string $joinType )
$joinType string
Пример #1
0
 /**
  * @param string|null $joinType
  *
  * @return $this
  */
 public function setJoinType($joinType)
 {
     $this->joinQuery->setJoinType($joinType);
     return $this;
 }