exists() public method

Check if the resource exists
public exists ( ) : boolean
return boolean True always for now
 public function exists()
 {
     $this->__load();
     return parent::exists();
 }