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(); }