rest_mediatekdocuments

Entry
in package

FinalYes

Table of Contents

Properties

$name  : string
The entry name.
$value  : Value|null
The entry value.

Methods

__construct()  : void
Create a new entry instance.
getName()  : string
Get the entry name.
getValue()  : Option<string|int, Value>
Get the entry value.

Properties

$name

The entry name.

private string $name

Methods

__construct()

Create a new entry instance.

public __construct(string $name[, Value|null $value = null ]) : void
Parameters
$name : string
$value : Value|null = null

getName()

Get the entry name.

public getName() : string
Return values
string

        
On this page

Search results