Newscoop\Entity\Picture::getPlace PHP Method

getPlace() public method

Get place
public getPlace ( ) : string
return string
    public function getPlace()
    {
        return $this->place;
    }

Usage Example

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