Class lajax\translatemanager\Component
Inheritance | lajax\translatemanager\Component » yii\base\Component |
---|---|
Available since version | 1.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
Method | Description | Defined By |
---|---|---|
init() | lajax\translatemanager\Component |