Esempio n. 1
0
 /**
  * Removes an instance of MUBoard_Entity_Posting from the list of children by it's identifier.
  *
  * @param integer $children.
  *
  * @return void
  */
 public function removeChildrenById($id)
 {
     $this->children->remove($id);
 }
Esempio n. 2
0
 /**
  * Removes an instance of MUBoard_Entity_Posting from the list of posting by it's identifier.
  *
  * @param integer $posting.
  *
  * @return void
  */
 public function removePostingById($id)
 {
     $this->posting->remove($id);
 }