lajax\translatemanager\controllers\actions\ExportAction::init PHP 메소드

init() 공개 메소드

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