Kraken\Util\Factory\FactoryInterface::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);