Services\DateTime::fromFhir PHP 메소드

fromFhir() 공개 정적인 메소드

public static fromFhir ( $value )
    public static function fromFhir($value)
    {
        return new self($value);
    }