Esempio n. 1
0
 /**
  * @return bool
  */
 public function convert()
 {
     $this->value = strtoupper(parent::convert());
     return in_array($this->value, $this->trues);
 }