Newscoop\Entity\Picture::getPhotographer PHP Method

getPhotographer() public method

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

Usage Example

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