Classes, interfaces and traits
CategoryRepository¶
Class CategoryRepository
This class handles the database operations that concern the category records of the
database. It provides a layer for more complicated methods that use the writer, reader and deleter.
« More »
CategoryRepositoryDeleter¶
Class CategoryRepositoryDeleter
This class deletes category records from the database and is used in the category repository among the classes for
writing and reading category records.
« More »
CategoryRepositoryReader¶
Class CategoryRepositoryReader
This class provides methods for fetching specific category records from the database and is used in the category
repository among the classes for writing and deleting category records.
« More »
CategoryRepositoryWriter¶
Class CategoryRepositoryWriter
This class provides methods for creating and updating specific category records in the database and is used in the category
repository among the classes for reading and deleting category records.
« More »
CategorySettingsRepository¶
Class CategorySettingsRepository
This class handles the database operations that concern settings regarding display and visibility mode of category
related data of the database. It provides a layer for more complicated methods that use the writer, reader and
deleter.
« More »
CategorySettingsRepositoryReader¶
Class CategorySettingsRepositoryReader
This class provides methods for fetching particular columns of specific category records in the database.
The category settings are stored in the categories table and are more related to display and visibility modes of
category related data.
« More »
CategorySettingsRepositoryWriter¶
Class CategorySettingsRepositoryWriter
This class provides methods for updating particular columns of specific category records in the database.
The category settings are stored in the categories table and are more related to display and visibility modes of
category related data.
« More »