예제 #1
0
파일: Map.php 프로젝트: josemrc/ae2web
 /**
  * {@inheritdoc}
  */
 public function getJS()
 {
     $js = parent::getJS();
     $js['opt']['target'] = $this->getId();
     unset($js['opt']['capabilities']);
     return $js;
 }
예제 #2
0
파일: Map.php 프로젝트: akapivo/www.dmi.be
 /**
  * {@inheritdoc}
  */
 public function getJS()
 {
     $js = parent::getJS();
     unset($js['opt']['capabilities']);
     return $js;
 }