Beispiel #1
0
 /**
  * @param	Album $album The album object to add.
  */
 protected function doAddAlbum($album)
 {
     $this->collAlbums[] = $album;
     $album->setInterpret($this);
 }