Kraken\Util\Factory\SimpleFactoryInterface::getParam PHP Метод

getParam() публичный Метод

Get param stored under $name key. Throws exception if there is no param set under $name key.
public getParam ( string $name ) : mixed
$name string
Результат mixed
    public function getParam($name);