Kraken\Util\Factory\SimpleFactoryInterface::getParam PHP Method

getParam() public method

Get param stored under $name key. Throws exception if there is no param set under $name key.
public getParam ( string $name ) : mixed
$name string
return mixed
    public function getParam($name);