kartik\export\ExportMenuAsset::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->setSourcePath(__DIR__ . '/assets');
        $this->setupAssets('js', ['js/kv-export-data']);
        $this->setupAssets('css', ['css/kv-export-data']);
        parent::init();
    }
ExportMenuAsset