ProductOption::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('product_option_id' => 'Product Option', 'product_id' => 'Product', 'option_id' => 'Option', 'option_value' => 'Option Value', 'required' => 'Required');
    }