1 Format API
LogMANOriginal edited this page 2016-11-05 19:38:37 +01:00

A Format is an class that allows RSS-Bridge to turn items from a bridge into an RSS-feed format. It is developed in a PHP file located in the formats/ folder (see Folder structure) and either implements the FormatInterface interface or extends the FormatAbstract class.

For more information about how to create a new Format, read How to create a new Format?