rest_mediatekdocuments

AdapterRepository
in package
implements RepositoryInterface

FinalYes

Table of Contents

Interfaces

RepositoryInterface

Properties

$reader  : ReaderInterface
The reader to use.
$writer  : WriterInterface
The writer to use.

Methods

__construct()  : void
Create a new adapter repository instance.
clear()  : bool
Clear an environment variable.
get()  : string|null
Get an environment variable.
has()  : bool
Determine if the given environment variable is defined.
set()  : bool
Set an environment variable.

Properties

Methods

clear()

Clear an environment variable.

public clear(string $name) : bool
Parameters
$name : string
Tags
throws
InvalidArgumentException
Return values
bool

get()

Get an environment variable.

public get(string $name) : string|null
Parameters
$name : string
Tags
throws
InvalidArgumentException
Return values
string|null

has()

Determine if the given environment variable is defined.

public has(string $name) : bool
Parameters
$name : string
Return values
bool

set()

Set an environment variable.

public set(string $name, string $value) : bool
Parameters
$name : string
$value : string
Tags
throws
InvalidArgumentException
Return values
bool

        
On this page

Search results