Beispiel #1
0
 public static function kanSkapaLag(Foretag $foretag)
 {
     return $foretag->getAntalLag() < self::getMaxLag() ? true : false;
 }