/**
  * @see PKPHandler::initialize()
  */
 function initialize(&$request)
 {
     // Load user-related translations.
     AppLocale::requireComponents(LOCALE_COMPONENT_APP_ADMIN, LOCALE_COMPONENT_APP_MANAGER, LOCALE_COMPONENT_APP_COMMON);
     parent::initialize($request);
     // Basic grid configuration.
     $this->setTitle('conference.conferences');
 }
 /**
  * Constructor
  */
 function JournalGridHandler()
 {
     parent::ContextGridHandler();
 }
Exemple #3
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
 /**
  * Constructor
  */
 function PressGridHandler()
 {
     parent::ContextGridHandler();
 }