\acdhOeaw\fedora\dissemination\parameterSubstr

Returns value's substring

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, integer  $start, integer  $length = null) : string

Returns substring of a given value by simply calling substr().

Parameters

string $value

value to be transformed

integer $start

index of the first character to be returned

integer $length

returned value length

Returns

string