Esempio n. 1
0
 /**
  * Add classes to the {@link $classes} object factory.
  * @access private
  */
 protected function _initialize_class_registry()
 {
     parent::_initialize_class_registry();
     $this->register_class('PAGE_RENDERER', 'DEFAULT_PAGE_RENDERER', 'webcore/gui/default_page_renderer.php');
 }
Esempio n. 2
0
 /**
  * Add classes to the {@link $classes} object factory.
  * @access private
  */
 protected function _initialize_class_registry()
 {
     parent::_initialize_class_registry();
     $this->register_class('CONTEXT_STORAGE_OPTIONS', 'APPLICATION_STORAGE_OPTIONS');
     $this->register_class('CONTEXT_MAIL_OPTIONS', 'APPLICATION_MAIL_OPTIONS');
     $this->register_class('CONTEXT_DISPLAY_OPTIONS', 'APPLICATION_DISPLAY_OPTIONS');
     $this->register_search('comment', 'COMMENT', 'COMMENT_SEARCH', 'webcore/obj/search.php');
     $this->register_search('user', 'USER', 'USER_SEARCH', 'webcore/obj/search.php');
 }