Resource::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('resource_id' => t('Id'), 'resource_name' => t('Resource Name'), 'resource_body' => t('Resource Body'), 'resource_path' => t('Resource Path'), 'resource_type' => t('Type'), 'created' => t('Created'), 'updated' => t('Updated'), 'creator' => t('Author'), 'where' => t('Storage'));
    }