Title
in package
Table of Contents
- $value : string
- create() : self
- Create instance.
- value() : string
- Return value.
- __construct() : mixed
- Constructor.
Properties
$value
private
string
$value
Methods
create()
Create instance.
public
static create(string $item) : self
Parameters
- $item : string
Return values
self —value()
Return value.
public
value() : string
Return values
string —__construct()
Constructor.
private
__construct(string $value) : mixed
Parameters
- $value : string