openrat-cms

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

Generator.class.php (126B)


      1 <?php
      2 
      3 
      4 namespace cms\generator;
      5 
      6 
      7 interface Generator
      8 {
      9 	public function getCache();
     10 
     11 	public function getPublicFilename();
     12 }