Newscoop\Entity\Picture::getPlace PHP Метод

getPlace() публичный Метод

Get place
public getPlace ( ) : string
Результат string
    public function getPlace()
    {
        return $this->place;
    }

Usage Example

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