ExecutableContainer
in package
Tags
Table of Contents
- __construct() : mixed
- get() : ExecutableInterface
- has() : bool
- put() : mixed
Methods
__construct()
public
__construct() : mixed
Return values
mixed —get()
public
get(FarahUrlArguments $id) : ExecutableInterface
Parameters
- $id : FarahUrlArguments
Return values
ExecutableInterface —has()
public
has(FarahUrlArguments $id) : bool
Parameters
- $id : FarahUrlArguments
Return values
bool —put()
public
put(FarahUrlArguments $id, ExecutableInterface $item) : mixed
Parameters
- $id : FarahUrlArguments
- $item : ExecutableInterface