\phpDocumentor\Transformer\TemplateParameter

Model representing a parameter in a template or transformation.

Summary

Methods
Properties
Constants
__construct()
key()
value()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$key
$value
N/A

Properties

$key

$key : string

Type

string —

$value

$value : string

Type

string —

Methods

__construct()

__construct(string  $key, string  $value) : mixed

Parameters

string $key
string $value

Returns

mixed —

key()

key() : string

Returns

string —

value()

value() : string

Returns

string —

__toString()

__toString() : string

Returns

string —