/**
  * @param string $value
  * @JsonProperty(type="string")
  * @deprecated exists only for backwards compat, use realType.
  */
 public function setType($value)
 {
     $this->realType = TypeParser::parseTypeString($value);
 }
예제 #2
0
 protected function _parseTypeString($type)
 {
     return TypeParser::parseTypeString($type);
 }