コード例 #1
0
 public function setPriority($priority)
 {
     FocValidator::validatePriority($priority);
     $this->priority = $priority;
 }