fromValue() public static method

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