LdapTools\AttributeConverter\ConvertADTimeSpan::fromLdap PHP Method

fromLdap() public method

public fromLdap ( $value )
    public function fromLdap($value)
    {
        return new ADTimeSpan($value);
    }
ConvertADTimeSpan