fromValue() public static method

public static fromValue ( $value )
コード例 #1
0
ファイル: PhpTypeSystem.php プロジェクト: timetoogo/pinq
 public function getTypeFromValue($value)
 {
     return $this->getType(TypeId::fromValue($value));
 }