Exemplo n.º 1
0
 /**
  * @param $value
  *
  * @return static
  */
 public static function create($value)
 {
     $ins = new static(GenericValidator::checkTextRawMapAnswer($value));
     return $ins;
 }