예제 #1
0
 /**
  * Sets name if it is valid, return the n first characters if it is too long
  * @param $description
  */
 public function setName($name)
 {
     $this->name = ModelValidation::getValidName($name);
 }