예제 #1
0
 /**
  * @param	Branch $branch The branch object to add.
  */
 protected function doAddBranch($branch)
 {
     $this->collBranchs[] = $branch;
     $branch->setRepository($this);
 }