Пример #1
0
 public function getLag()
 {
     if (!$this->lag) {
         $this->lag = Lag::loadByMedlem($this);
     }
     return $this->lag;
 }