Ejemplo n.º 1
0
 /**
  * Removes a Album
  *
  * @param Tx_Yag_Domain_Model_Album the Album to be removed
  * @return void
  */
 public function removeAlbum(Tx_Yag_Domain_Model_Album $albumToRemove)
 {
     $this->albums->detach($albumToRemove);
 }