Example #1
0
 /**
  * Returns whether the operation completed and didn't have any error or
  * warnings
  *
  * @return bool
  */
 public function isGood()
 {
     return $this->sv->isGood();
 }