Elgg\Services\Config::get PHP 메소드

get() 공개 메소드

Before application boot, it may be unsafe to call get() for some values. You should use getVolatile() before system boot.
public get ( string $name ) : mixed
$name string Name of the configuration value
리턴 mixed Configuration value or null if it does not exist
    public function get($name);