__isset() public method

Check whether a field exists
public __isset ( mixed $strKey ) : boolean
$strKey mixed The field name
return boolean True if the field exists
 /**
  * {@inheritDoc}
  */
 public function __isset($strKey)
 {
     return $this->result->__isset($strKey);
 }