Newscoop\Entity\Picture::getPhotographer PHP 메소드

getPhotographer() 공개 메소드

Get photographer
public getPhotographer ( ) : string
리턴 string
    public function getPhotographer()
    {
        return $this->photographer;
    }

Usage Example

 public function getPhotographer()
 {
     $this->__load();
     return parent::getPhotographer();
 }