Beispiel #1
0
 public function listLag()
 {
     if (!$this->lag) {
         $this->lag = Lag::listByForetag($this);
     }
     //print_r($this->lag);
     return $this->lag;
 }