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