예제 #1
0
 /**
  * Internally used to update the options page's components.
  */
 private function preprocess()
 {
     $this->do_action('afw_options_pre_process');
     Notifier::reset();
     State::set('errors', array());
     $this->update();
     $this->do_action('afw_options_post_process');
 }