FOF30\Render\RenderInterface::getOption PHP 메소드

getOption() 공개 메소드

Get the value of a renderer option
public getOption ( string $key, mixed $default = null ) : mixed
$key string The name of the parameter
$default mixed The default value to return if the parameter is not set
리턴 mixed The parameter value
    function getOption($key, $default = null);