Exemplo n.º 1
0
 /**
  * Calls the checkExtObj function in sub module if present.
  *
  * @return void
  */
 public function checkSubExtObj()
 {
     if (is_object($this->extObj)) {
         $this->extObj->checkExtObj();
     }
 }