/**
  * Override parent class to prevent the call to clearAll()
  *
  * @return void
  */
 public function load()
 {
     $this->_loading = true;
     parent::load();
     $this->_loading = false;
 }