Beispiel #1
0
 public function setPriority($priority)
 {
     UsersValidator::validatePriority($priority);
     $this->priority = $priority;
 }