Cml\Vendor\UploadFile::__get PHP Method

__get() public method

魔术方法快速获取配置
public __get ( $name ) : null
$name
return null
    public function __get($name)
    {
        if (isset($this->config[$name])) {
            return $this->config[$name];
        }
        return null;
    }