Cheetah
Classes | Functions | Variables
ChWsbImageResize.php File Reference

Go to the source code of this file.

Classes

class  ChWsbImageResize
 

Functions

 ch_intervention_image_autoload ($sClass)
 

Variables

const IMAGE_ERROR_SUCCESS 0
 operation was successfull More...
 
const IMAGE_ERROR_WRONG_TYPE 2
 operation failed, most probably because incorrect image format(or not image file) was provided More...
 
 if (!defined( 'CH_WSB_FILE_RIGHTS')) define( 'CH_WSB_FILE_RIGHTS'
 

Function Documentation

◆ ch_intervention_image_autoload()

ch_intervention_image_autoload (   $sClass)

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/ Autoload Intervention Image files

Definition at line 11 of file ChWsbImageResize.php.

Variable Documentation

◆ if

if(!defined('CH_WSB_FILE_RIGHTS')) define('CH_WSB_FILE_RIGHTS'

Definition at line 25 of file ChWsbImageResize.php.

◆ IMAGE_ERROR_SUCCESS

const IMAGE_ERROR_SUCCESS 0

operation was successfull

Definition at line 22 of file ChWsbImageResize.php.

◆ IMAGE_ERROR_WRONG_TYPE

const IMAGE_ERROR_WRONG_TYPE 2

operation failed, most probably because incorrect image format(or not image file) was provided

Definition at line 23 of file ChWsbImageResize.php.