CategoryDescription::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('category_id' => 'Category', 'language_id' => 'Language', 'name' => 'Name', 'description' => 'Description', 'meta_description' => 'Meta Description', 'meta_keyword' => 'Meta Keyword');
    }