Example #1
0
File: POI.php Project: x1m3/a10mins
 function addImage(Image $image)
 {
     $image->setPoi($this);
     $this->images->add($image);
 }