\Framework\DIContextBag

Summary

Methods
Properties
Constants
set()
get()
has()
clear()
No public properties found
No constants found
No protected methods found
$data
N/A
No private methods found
No private properties found
N/A

Properties

$data

$data : array

Type

array

Methods

set()

set(string  $key, mixed  $value) : void

Parameters

string $key
mixed $value

get()

get(string  $key, mixed  $default = null) : mixed

Parameters

string $key
mixed $default

Returns

mixed —

has()

has(string  $key) : bool

Parameters

string $key

Returns

bool —

clear()

clear() : void