fromValue() 공개 정적인 메소드

public static fromValue ( $value )
예제 #1
0
 public function getTypeFromValue($value)
 {
     return $this->getType(TypeId::fromValue($value));
 }