\acdhOeaw\fedora\dissemination\parameterAddParam

Assuming value is an URL, adds a given query parameter value.

If a parameter already exists in the query string, the parameter is turned into an array.

Summary

Methods
Properties
Constants
getName()
transform()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getName()

getName() 

Returns transformation name

transform()

transform(string  $value, string  $paramName = '', string  $paramValue = '') : string

Adds a given query parameter value to the URL. If the parameter already exists in the query, it's turned into an array.

Parameters

string $value

URL to be transformed

string $paramName

query parameter name

string $paramValue

query parameter value

Returns

string