Example #1
0
 public function addImage(Image $value)
 {
     $bean = $this->bean();
     $bean->ownFileList[] = $value->bean();
     return $this;
 }