openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (305B)


      1 # Filters
      2 
      3 Filters are executed by the CMS after generating a node object.
      4 
      5 
      6 ## Implementation
      7 
      8 Every filter must extend the class [AbstractFilter](AbstractFilter.class.php).
      9 
     10 ## Example
     11 
     12 A script file is generated and before publishing it should be minified. This is done by the JavascriptMinifierFilter.