RemoveProtocol
in package
implements
iTransformation
URL encodes given value
Tags
Table of Contents
Interfaces
- iTransformation
- An interface for dissemination services parameters transformation
Methods
- getName() : string
- Returns transformation name
- transform() : string
- Returns raw URL decoded value from the acdh identifier.
Methods
getName()
Returns transformation name
public
getName() : string
Return values
stringtransform()
Returns raw URL decoded value from the acdh identifier.
public
transform(string $value) : string
Parameters
- $value : string
-
value to be transformed