Esempio n. 1
0
 public function getMappings()
 {
     if (!isset($this->cached_mappings[$this->tracker->getId()][$this->swimline_tracker->getId()])) {
         $this->cached_mappings[$this->tracker->getId()][$this->swimline_tracker->getId()] = $this->tracker_mapping_factory->getMappings($this->tracker, $this->getDashboardColumns());
     }
     return $this->cached_mappings[$this->tracker->getId()][$this->swimline_tracker->getId()];
 }
Esempio n. 2
0
 public function getMappings()
 {
     return $this->tracker_mapping_factory->getMappings($this->tracker, $this->getDashboardColumns());
 }