Class lajax\translatemanager\Component

Inheritancelajax\translatemanager\Component » yii\base\Component
Available since version1.0

Initialisation of the front end interactive translation tool.

The interface will only appear for users who were given the necessary privileges in the configuration of the translatemanager module.

Initialisation example:

'bootstrap' => ['translatemanager'],
'component' => [
     'translatemanager' => [
         'class' => 'lajax\translatemanager\Component'
     ]
]

Public Methods

Hide inherited methods

MethodDescriptionDefined By
init() lajax\translatemanager\Component

Method Details

init() public method

public void init ( )