Guides

StorageAttributes
in package
implements StorageAttributes

Table of Contents

Interfaces

StorageAttributes

Properties

$attributes  : array<string|int, mixed>

Methods

__construct()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

Methods

__construct()

public __construct([array<string|int, string> $attributes = [] ]) : mixed
Parameters
$attributes : array<string|int, string> = []

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results