PropValue::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('value_id' => '属性值ID', 'type_id' => '商品类目', 'prop_id' => '属性ID', 'value_name' => '属性值名称', 'value_alias' => '属性值别名', 'is_parent' => '是否为父类目属性', 'status' => '状态', 'sort_order' => '排序');
    }