PHP Class AdminLanguageGridHandler, ojs

Inheritance: extends PKPAdminLanguageGridHandler
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode Description
__construct ( ) Constructor
_canManage ( $request ) : boolean This grid can also present management functions if the conditions above are true.
_updateContextLocaleSettings ( $request ) Helper function to update locale settings in all installed journals, based on site locale settings.
initialize ( $request )

Method Details

__construct() public méthode

Constructor
public __construct ( )

_canManage() public méthode

This grid can also present management functions if the conditions above are true.
public _canManage ( $request ) : boolean
$request Request
Résultat boolean

_updateContextLocaleSettings() public méthode

Helper function to update locale settings in all installed journals, based on site locale settings.
public _updateContextLocaleSettings ( $request )
$request object

initialize() public méthode

See also: PKPHandler::initialize()
public initialize ( $request )
$request PKPRequest