PHP Class AdminLanguageGridHandler, ojs

Inheritance: extends PKPAdminLanguageGridHandler
Show file Open project: pkp/ojs

Public Methods

Method 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 method

Constructor
public __construct ( )

_canManage() public method

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

_updateContextLocaleSettings() public method

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

initialize() public method

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