コード例 #1
0
ファイル: BasesfGuardUser.php プロジェクト: ratibus/Crew
 /**
  * @param	Branch $branch The branch object to add.
  */
 protected function doAddBranch($branch)
 {
     $this->collBranchs[] = $branch;
     $branch->setsfGuardUser($this);
 }