Documentation

ContainerInterface

Table of Contents

get()  : object
has()  : bool
put()  : void

Methods

get()

public get(mixed $id) : object
Parameters
$id : mixed
Return values
object

has()

public has(mixed $id) : bool
Parameters
$id : mixed
Return values
bool

put()

public put(mixed $id, mixed $entry) : void
Parameters
$id : mixed
$entry : mixed
Return values
void

Search results