Cheetah
All Classes Namespaces Files Functions Variables Pages
Classes | Functions | Variables
ChAvaModule.php File Reference

Go to the source code of this file.

Classes

class  ChAvaModule
 

Functions

 ch_avatar_import ($sClassPostfix, $aModuleOverwright=array())
 

Variables

 $aPathInfo = pathinfo(__FILE__)
 
const CH_AVA_DIR_SITE_AVATARS CH_DIRECTORY_PATH_MODULES . 'cheetah/avatar/data/ready/'
 
const CH_AVA_URL_SITE_AVATARS CH_WSB_URL_MODULES . 'cheetah/avatar/data/ready/'
 
const CH_AVA_DIR_TMP CH_DIRECTORY_PATH_MODULES . 'cheetah/avatar/data/tmp/'
 
const CH_AVA_URL_TMP CH_WSB_URL_MODULES . 'cheetah/avatar/data/tmp/'
 
const CH_AVA_PRE_RESIZE_W 600
 
const CH_AVA_PRE_RESIZE_H 600
 

Function Documentation

◆ ch_avatar_import()

ch_avatar_import (   $sClassPostfix,
  $aModuleOverwright = array() 
)

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/

Definition at line 8 of file ChAvaModule.php.

Variable Documentation

◆ $aPathInfo

$aPathInfo = pathinfo(__FILE__)

Definition at line 22 of file ChAvaModule.php.

◆ CH_AVA_DIR_SITE_AVATARS

const CH_AVA_DIR_SITE_AVATARS CH_DIRECTORY_PATH_MODULES . 'cheetah/avatar/data/ready/'

Definition at line 25 of file ChAvaModule.php.

◆ CH_AVA_DIR_TMP

const CH_AVA_DIR_TMP CH_DIRECTORY_PATH_MODULES . 'cheetah/avatar/data/tmp/'

Definition at line 28 of file ChAvaModule.php.

◆ CH_AVA_PRE_RESIZE_H

const CH_AVA_PRE_RESIZE_H 600

Definition at line 32 of file ChAvaModule.php.

◆ CH_AVA_PRE_RESIZE_W

const CH_AVA_PRE_RESIZE_W 600

Definition at line 31 of file ChAvaModule.php.

◆ CH_AVA_URL_SITE_AVATARS

const CH_AVA_URL_SITE_AVATARS CH_WSB_URL_MODULES . 'cheetah/avatar/data/ready/'

Definition at line 26 of file ChAvaModule.php.

◆ CH_AVA_URL_TMP

const CH_AVA_URL_TMP CH_WSB_URL_MODULES . 'cheetah/avatar/data/tmp/'

Definition at line 29 of file ChAvaModule.php.