Storm\Drivers\Base\Object\Properties\Proxies\EntityProxyFunctionality::__isset PHP Method

__isset() public method

public __isset ( $Name )
    public function __isset($Name)
    {
        $this->__Load();
        if ($this->HasParentMethod(__FUNCTION__)) {
            return $this->FowardMethodCall(__FUNCTION__, func_get_args());
        } else {
            return isset($this->{$Name});
        }
    }