예제 #1
0
 /**
  * @param self $other
  * @return bool
  */
 public function hasEqualOrLowerLoaComparedTo(self $other)
 {
     return $this->getLevel() <= $other->getLevel();
 }