GuideSpecification
in package
implements
ArrayAccess
Uses
LegacyArrayAccess
Tags
Interfaces, Classes and Traits
- ArrayAccess
Table of Contents
- $format : string
- $output : string
- $source : Source
- __construct() : mixed
- getFormat() : string
- getOutput() : string
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- source() : Source
- withSource() : self
- normalizePropertyName() : string
Properties
$format
private
string
$format
$output
private
string
$output
$source
private
Source
$source
Methods
__construct()
public
__construct(Source $source, string $output, string $format) : mixed
Parameters
- $source : Source
- $output : string
- $format : string
Return values
mixed —getFormat()
public
getFormat() : string
Return values
string —getOutput()
public
getOutput() : string
Return values
string —offsetExists()
public
offsetExists(string $offset) : bool
Parameters
- $offset : string
Return values
bool —offsetGet()
public
offsetGet(string $offset) : mixed
Parameters
- $offset : string
Return values
mixed —offsetSet()
public
offsetSet(string $offset, mixed $value) : void
Parameters
- $offset : string
- $value : mixed
Return values
void —offsetUnset()
public
offsetUnset(string $offset) : void
Parameters
- $offset : string
Return values
void —source()
public
source() : Source
Return values
Source —withSource()
public
withSource(Source $source) : self
Parameters
- $source : Source
Return values
self —normalizePropertyName()
private
normalizePropertyName(string $offset) : string
Parameters
- $offset : string