Magic::__isset PHP Method

__isset() public method

Alias for offsetexists()
public __isset ( $key ) : mixed
$key string
return mixed
    function __isset($key)
    {
        return $this->offsetexists($key);
    }