phpDocumentor

GuideSpecification
in package
implements ArrayAccess uses LegacyArrayAccess

Table of Contents

Interfaces

ArrayAccess

Properties

$format  : string
$output  : string
$source  : Source

Methods

__construct()  : mixed
getFormat()  : string
getOutput()  : string
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
source()  : Source
withSource()  : self
normalizePropertyName()  : string

Properties

Methods

__construct()

public __construct(Source $source, string $output, string $format) : mixed
Parameters
$source : Source
$output : string
$format : string

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