FileAccess Orion

ContainerParametersResource
in package
implements ResourceInterface

Tracks container parameters.

Tags
author

Maxime Steinhausser maxime.steinhausser@gmail.com

final

Interfaces, Classes, Traits and Enums

ResourceInterface
ResourceInterface is the interface that must be implemented by all Resource classes.

Table of Contents

$parameters  : mixed
__construct()  : mixed
__toString()  : string
Returns a string representation of the Resource.
getParameters()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $parameters) : mixed
Parameters
$parameters : array<string|int, mixed>

The container parameters to track

Return values
mixed

__toString()

Returns a string representation of the Resource.

public __toString() : string
Return values
string

A string representation unique to the underlying Resource

getParameters()

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

Tracked parameters

Search results