Orpheus

constants.php

Table of Contents

Constants

DEBUG_ENABLED  = \true
DEV_VERSION  = \true
DOMAIN_CACHE  = 'cache'
DOMAIN_LOGS  = 'logs'
DOMAIN_TEST  = 'test'
LOGFILE_DEBUG  = 'debug.log'
LOGFILE_HACK  = 'hack.log'
LOGFILE_NOT_FOUND  = 'not-found.log'
LOGFILE_SQL  = 'sql.log'
LOGFILE_SYSTEM  = 'system.log'

Constants

DEBUG_ENABLED

public mixed DEBUG_ENABLED = \true

DEV_VERSION

public mixed DEV_VERSION = \true
Tags
deprecated

Use DEBUG_ENABLED and ApplicationKernel::isDebugEnabled()

DOMAIN_CACHE

public mixed DOMAIN_CACHE = 'cache'

DOMAIN_LOGS

public mixed DOMAIN_LOGS = 'logs'

DOMAIN_TEST

public mixed DOMAIN_TEST = 'test'

LOGFILE_DEBUG

public mixed LOGFILE_DEBUG = 'debug.log'

LOGFILE_HACK

public mixed LOGFILE_HACK = 'hack.log'

LOGFILE_NOT_FOUND

public mixed LOGFILE_NOT_FOUND = 'not-found.log'

LOGFILE_SQL

public mixed LOGFILE_SQL = 'sql.log'

LOGFILE_SYSTEM

public mixed LOGFILE_SYSTEM = 'system.log'

							
On this page

Search results