Boolean
in package
implements
Field
Interfaces, Classes and Traits
Table of Contents
- $name : string
- $value : bool
- create() : self
- Create instance.
- name() : string
- Return name.
- value() : bool
- Return value.
- __construct() : mixed
- Constructor.
Properties
$name
private
string
$name
$value
private
bool
$value
Methods
create()
Create instance.
public
static create(string $name, bool $value) : self
Parameters
- $name : string
- $value : bool
Return values
self —name()
Return name.
public
name() : string
Tags
Return values
string —value()
Return value.
public
value() : bool
Tags
Return values
bool —__construct()
Constructor.
private
__construct(string $name, bool $value) : mixed
Parameters
- $name : string
- $value : bool