getPlace() public method

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