RecordCollectionInterface extends CollectionInterface, NameableCollectionInterface
Collection for handling records from a single database-table.
Tags
Table of Contents
Methods
- getDescription() : mixed
- Getter for the description
- getItemTableName() : string
- Setter for the name of the data-source table
- getTitle() : string
- Getter for the title
- setDescription() : mixed
- Setter for the description
- setItemTableName() : mixed
- Setter for the name of the data-source table
- setTitle() : mixed
- Setter for the title
Methods
getDescription()
Getter for the description
    public
                    getDescription() : mixed
    getItemTableName()
Setter for the name of the data-source table
    public
                    getItemTableName() : string
    Return values
stringgetTitle()
Getter for the title
    public
                    getTitle() : string
    Return values
stringsetDescription()
Setter for the description
    public
                    setDescription(string $description) : mixed
    Parameters
- $description : string
setItemTableName()
Setter for the name of the data-source table
    public
                    setItemTableName(string $tableName) : mixed
    Parameters
- $tableName : string
setTitle()
Setter for the title
    public
                    setTitle(string $title) : mixed
    Parameters
- $title : string