\phpDocumentor\ConfigurationGuideSpecification

Summary

Methods
Properties
Constants
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
__construct()
source()
withSource()
getOutput()
getFormat()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
normalizePropertyName()
$source
$output
$format
N/A

Properties

$source

$source : \phpDocumentor\Configuration\Source

Type

\phpDocumentor\Configuration\Source —

$output

$output : string

Type

string —

$format

$format : string

Type

string —

Methods

offsetExists()

offsetExists(string  $offset) : bool

Parameters

string $offset

Returns

bool —

offsetGet()

offsetGet(string  $offset) : mixed

Parameters

string $offset

Returns

mixed —

offsetSet()

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

Parameters

string $offset
mixed $value

offsetUnset()

offsetUnset(string  $offset) : void

Parameters

string $offset

__construct()

__construct(\phpDocumentor\Configuration\Source  $source, string  $output, string  $format) : mixed

Parameters

\phpDocumentor\Configuration\Source $source
string $output
string $format

Returns

mixed —

source()

source() : \phpDocumentor\Configuration\Source

Returns

\phpDocumentor\Configuration\Source —

withSource()

withSource(\phpDocumentor\Configuration\Source  $source) : self

Parameters

\phpDocumentor\Configuration\Source $source

Returns

self —

getOutput()

getOutput() : string

Returns

string —

getFormat()

getFormat() : string

Returns

string —

normalizePropertyName()

normalizePropertyName(string  $offset) : string

Parameters

string $offset

Returns

string —