示例#1
0
 /**
  * Removes an instance of MUBoard_Entity_Posting from the list of children.
  *
  * @param MUBoard_Entity_Posting $children.
  *
  * @return void
  */
 public function removeChildren(MUBoard_Entity_Posting $posting)
 {
     $this->children->removeElement($posting);
 }
示例#2
0
 /**
  * Removes an instance of MUBoard_Entity_Posting from the list of posting.
  *
  * @param MUBoard_Entity_Posting $posting.
  *
  * @return void
  */
 public function removePosting(MUBoard_Entity_Posting $posting)
 {
     $this->posting->removeElement($posting);
 }