예제 #1
0
파일: Medlem.php 프로젝트: krillo/motiomera
 public function getLag()
 {
     if (!$this->lag) {
         $this->lag = Lag::loadByMedlem($this);
     }
     return $this->lag;
 }