TYPO3  7.6
Public Member Functions | List of all members
NameableCollectionInterface Interface Reference
Inheritance diagram for NameableCollectionInterface:
RecordCollectionInterface AbstractRecordCollection CategoryCollection StaticRecordCollection AbstractFileCollection CategoryCollection CategoryBasedFileCollection FolderBasedFileCollection StaticFileCollection

Public Member Functions

 setTitle ($title)
 
 setDescription ($description)
 
 getTitle ()
 
 getDescription ()
 

Detailed Description

Marker interface for a collection class with title and description

Collections might be used internally as well as being shown With the nameable interface a title and a description are added to an collection, allowing every collection implementing Nameable being display by the same logic.

Definition at line 25 of file NameableCollectionInterface.php.

Member Function Documentation

getDescription ( )

Getter for the description

Returns
void

Implemented in AbstractRecordCollection.

getTitle ( )

Getter for the title

Returns
string

Implemented in AbstractRecordCollection.

setDescription (   $description)

Setter for the description

Parameters
string$description
Returns
void

Implemented in AbstractRecordCollection, and AbstractFileCollection.

setTitle (   $title)

Setter for the title

Parameters
string$title
Returns
void

Implemented in AbstractRecordCollection, and AbstractFileCollection.