Ejemplo n.º 1
0
 /**
  * Create openOn map method.
  *
  * @param Map $map The map.
  *
  * @return $this
  */
 public function openOn(Map $map)
 {
     $this->map = $map;
     $map->addLayer($this);
     return $this->addMethod('openOn', array($map));
 }