Example #1
0
 /**
  * Check if observer is valid or successful
  * @return boolean
  */
 public function isValid()
 {
     return $this->parent->isValid();
 }