TaxClass::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('tax_class_id' => 'Tax Class', 'title' => 'Title', 'description' => 'Description', 'date_added' => 'Date Added', 'date_modified' => 'Date Modified');
    }