コード例 #1
0
 /**
  * @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');
 }
コード例 #2
0
 /**
  * Constructor
  */
 function JournalGridHandler()
 {
     parent::ContextGridHandler();
 }
コード例 #3
0
ファイル: JournalGridHandler.inc.php プロジェクト: pkp/ojs
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
コード例 #4
0
 /**
  * Constructor
  */
 function PressGridHandler()
 {
     parent::ContextGridHandler();
 }