phpDocumentor

LegacyArrayAccess

Table of Contents

Methods

offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
normalizePropertyName()  : string

Methods

offsetExists()

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

offsetGet()

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

offsetSet()

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

offsetUnset()

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

normalizePropertyName()

private normalizePropertyName(string $offset) : string
Parameters
$offset : string
Return values
string

        
On this page

Search results