예제 #1
0
 /**
  * Returns a map for the script
  *
  * @return RM_ReportScript_Map
  */
 public function getMap()
 {
     if (!$this->_map) {
         $this->_map = $this->_mapper->mapFactory()->create($this);
     }
     return $this->_map;
 }
예제 #2
0
 /**
  * Creates a map
  *
  * @return RM_ReportScript_Map
  */
 public function createMap()
 {
     return $this->_mapper->mapFactory()->create();
 }