예제 #1
0
파일: POI.php 프로젝트: x1m3/a10mins
 function addImage(Image $image)
 {
     $image->setPoi($this);
     $this->images->add($image);
 }