示例#1
0
 /**
  * Initialization of the join builder.
  *
  * @param JoinInterface $join
  */
 public function __construct(JoinInterface $join)
 {
     $this->joinArray = $join->getJoinArray();
 }