AttributeValue::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return ['id' => 'ID', 'product_id' => 'Product', 'attribute_id' => 'Attribute', 'number_value' => 'Int Value', 'string_value' => 'Str Value', 'text_value' => 'Text Value', 'option_value' => 'Option value', 'create_time' => 'Create time'];
    }