コード例 #1
0
ファイル: Image.php プロジェクト: elminero/contact_v1.1
 private function setImageParam(ImageController $image)
 {
     $this->_id = $image->getId();
     $this->_personId = $image->getPersonId();
     $this->_pathFile = $image->getPathFile();
     $this->_caption = $image->getCaption();
     $this->_avatar = $image->getAvatar();
     $this->_visible = $image->getVisible();
 }