phpDocumentor

Source
in package
implements ArrayAccess

FinalYes

Table of Contents

Interfaces

ArrayAccess

Properties

$dsn  : Dsn
$paths  : array<string|int, mixed>

Methods

__construct()  : mixed
dsn()  : Dsn
globPatterns()  : array<string|int, string>
offsetExists()  : bool
offsetGet()  : array<string|int, Path>|Dsn
offsetSet()  : void
offsetUnset()  : void
paths()  : array<string|int, Path>
withDsn()  : Source
withPaths()  : Source
normalizePath()  : string
pathToGlobPattern()  : string

Properties

$paths

private array<string|int, mixed> $paths

Methods

__construct()

public __construct(Dsn $dsn, array<string|int, Path$paths) : mixed
Parameters
$dsn : Dsn
$paths : array<string|int, Path>

globPatterns()

public globPatterns() : array<string|int, string>
Return values
array<string|int, string>

offsetExists()

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

offsetGet()

public offsetGet(string $offset) : array<string|int, Path>|Dsn
Parameters
$offset : string
Return values
array<string|int, Path>|Dsn

offsetSet()

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

offsetUnset()

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

paths()

public paths() : array<string|int, Path>
Return values
array<string|int, Path>

withPaths()

public withPaths(array<string|int, Path$paths) : Source
Parameters
$paths : array<string|int, Path>
Return values
Source

normalizePath()

private normalizePath(string $path) : string
Parameters
$path : string
Return values
string

pathToGlobPattern()

private pathToGlobPattern(string $path) : string
Parameters
$path : string
Return values
string

        
On this page

Search results