コード例 #1
0
 public function setAbbreviation($abbreviation)
 {
     $this->abbreviation = ModelValidation::getValidAbbreviation($abbreviation);
 }