Ejemplo n.º 1
0
 /**
  * The constructor checks if the minifier resource has been set up, and gets the
  * CSS minifier from the resource.
  */
 public function __construct()
 {
     parent::__construct();
     $resource = ZFE_Environment::getResource('minifier');
     if ($resource) {
         $this->_minifier = $resource->css;
     }
 }
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setConfig();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_webroot = dirname($_SERVER["SCRIPT_FILENAME"]);
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     $this->_appversion = Ot_Application_Version::getVersion();
     parent::__construct();
 }