Example #1
0
 /**
  * @see CPF_Formset_Domain::get()
  *
  * @param unknown_type $pID
  * @return CPF_Formset_Domain
  *
  */
 public function get($pID)
 {
     $artist = new self($pID);
     if (!$artist->isSaved()) {
         $artist->load_from_mb($pID);
     }
     return $artist;
 }