Exemplo n.º 1
0
 public function __construct($id, $lat, $lng)
 {
     parent::__construct($id);
     $this->lat = floatval($lat);
     $this->lng = floatval($lng);
     $this->setId($id);
     $this->title = $id;
 }
Exemplo n.º 2
0
 function __construct($id)
 {
     parent::__construct($id);
     $this->bounds = new Tx_Listfeusers_Gmap_Bounds();
 }