getPhotographer() public method

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