ARGroupon::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'title' => '长标题', 'short_title' => '短标题', 'sms_title' => '短信标题', 'image' => '主图', 'cate_1_id' => '一级分类', 'cate_2_id' => '二级分类', 'cate_3_id' => '三级分类', 'biz_id' => '商家', 'contract_id' => '合同', 'price' => '团购价', 'market_price' => '市场价', 'cost' => '成本价', 'begin_time' => '团购开始时间', 'end_time' => '团购结束时间', 'expire_time' => '团购过期时间', 'per_number' => '每人限购数量', 'once_number' => '每单限购数量', 'begin_number' => '起购数量', 'now_number' => '销量', 'pre_number' => '加水量', 'max_number' => '库存量', 'display' => '是否展示', 'sort' => '排序', 'is_copy' => '是否为复制商品', 'examine_status' => '审核状态', 'examine_id' => '审核人', 'examine_reason' => '审核理由', 'create_id' => '创建人', 'create_time' => 'Create Time', 'update_time' => 'Update Time');
    }