BP_Reply_By_Email_Extension::__isset PHP Method

__isset() public method

Magic method for checking the existence of a certain data variable.
public __isset ( string $key )
$key string
    public function __isset($key)
    {
        return isset($this->data[$key]);
    }