FOF30\Params\Params::get PHP 메소드

get() 공개 메소드

Returns the value of a component configuration parameter
public get ( string $key, mixed $default = null ) : mixed
$key string The parameter to get
$default mixed Default value
리턴 mixed
    public function get($key, $default = null)
    {
        return $this->params->get($key, $default);
    }