Eccube\Controller\Admin\Product\CsvImportController::getCategoryCsvHeader PHP Method

getCategoryCsvHeader() private method

カテゴリCSVヘッダー定義
private getCategoryCsvHeader ( )
    private function getCategoryCsvHeader()
    {
        return array('カテゴリID' => 'id', 'カテゴリ名' => 'category_name', '親カテゴリID' => 'parent_category_id');
    }