lajax\translatemanager\controllers\actions\ExportAction::init PHP Méthode

init() public méthode

public init ( )
    public function init()
    {
        LanguageAsset::register($this->controller->view);
        LanguagePluginAsset::register($this->controller->view);
        parent::init();
    }
ExportAction