Pop\Config::__get PHP 메소드

__get() 공개 메소드

Magic get method to return the value of config[$name].
public __get ( string $name ) : mixed
$name string
리턴 mixed
    public function __get($name)
    {
        return $this->get($name);
    }