fromValue() public static méthode

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