Example #1
0
 /**
  * Return the ServiceArea details of the current geometry.
  * @return Array or Null.
  */
 public function getService_area()
 {
     return Geometry::Get_Service_Area($this->id);
 }