PHP Interface Dumplie\SharedKernel\Application\ServiceLocator

Show file Open project: dumplie/dumplie Interface Usage Examples

Public Methods

Method Description
get ( string $id ) : mixed
has ( string $id ) : boolean

Method Details

get() public method

public get ( string $id ) : mixed
$id string
return mixed

has() public method

public has ( string $id ) : boolean
$id string
return boolean