PropertyNameAndValueDto
in package
Class PropertyNameAndValueDto
Table of Contents
- $name : string
- $value : string
- __construct() : mixed
- PropertyNameAndValueDto constructor.
- name() : string
- value() : string
Properties
$name
protected
string
$name
$value
protected
string
$value
Methods
__construct()
PropertyNameAndValueDto constructor.
public
__construct(string $name, string $value) : mixed
Parameters
- $name : string
- $value : string
Return values
mixed —name()
public
name() : string
Return values
string —value()
public
value() : string