openrat-cms

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

Producer.class.php (174B)


      1 <?php
      2 
      3 namespace cms\generator;
      4 
      5 
      6 use cms\model\BaseObject;
      7 use cms\model\File;
      8 use cms\model\Page;
      9 
     10 class Producer {
     11 
     12 	const SCHEME_PREVIEW = 1;
     13 	const SCHEME_PUBLIC  = 3;
     14 }