Habari\Options::out PHP Method

out() public static method

Options::out('foo');
public static out ( string $name )
$name string Name of the option to output
    public static function out($name)
    {
        echo self::instance()->get($name);
    }