/**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
     if (file_exists(PATH_THIRD . 'ce_img/pi.ce_img.php') != FALSE) {
         $this->info['enabled'] = TRUE;
     }
 }
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
     if (defined('IMG_FILTER_PIXELATE') == FALSE) {
         $this->info['enabled'] = FALSE;
     }
 }
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
     if (class_exists('Imagick')) {
         $this->info['enabled'] = TRUE;
     }
 }
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
     if (file_exists(PATH_THIRD . 'ce_img/pi.ce_img.php') != FALSE) {
         $this->info['enabled'] = TRUE;
     }
     if (defined('IMG_FILTER_PIXELATE') == FALSE) {
         $this->info['enabled'] = FALSE;
     }
 }
Пример #5
0
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
Пример #6
0
 /**
  * Constructor
  *
  * @access public
  *
  * Calls the parent constructor
  */
 public function __construct()
 {
     parent::__construct();
     //if (function_exists('imagefilter') === false) $this->info['enabled'] = FALSE;
 }