\phpDocumentor\Transformer\TemplateParameter

Model representing a parameter in a template or transformation.

Summary

Methods
Properties
Constants
setKey()
getKey()
setValue()
getValue()
No public properties found
No constants found
No protected methods found
$key
$value
N/A
No private methods found
No private properties found
N/A

Properties

$key

$key : string

Type

string

$value

$value : string

Type

string

Methods

setKey()

setKey(string  $key) : $this

Sets an XML attribute

Parameters

string $key

Returns

$this —

for a fluent interface

getKey()

getKey() : string

Returns

string

setValue()

setValue(string  $value) : $this

Sets an XML value

Parameters

string $value

Returns

$this —

for a fluent interface

getValue()

getValue() : string

Returns

string