Exemplo n.º 1
0
 /**
  * Method to reset class properties to the defaults set in the class
  * definition. It will ignore the primary key as well as any private class
  * properties.
  *
  * @return void
  */
 public function reset()
 {
     $this->resetTreeCache();
     parent::reset();
 }