Ejemplo n.º 1
0
 public function chequear($detallado = false)
 {
     $estado = parent::chequear();
     if ($estado && $detallado) {
         $this->getPackageSql();
     }
     return $this->getEstado();
 }