예제 #1
0
 /**
  * Converts an $hash to the Value defined by the field type.
  *
  * @param mixed $hash
  *
  * @return mixed
  */
 public function fromHash($hash)
 {
     return $this->internalFieldType->fromHash($hash);
 }