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