Class CONFIG

Description

Contains global configuration values.

Located in /src/structs/struct.CONFIG.php (line 21)


	
			
Variable Summary
 static mixed $ALLOW_A_RECORD
 static mixed $ALLOW_CNAME_RECORD
 static mixed $ALLOW_MX_RECORD
 static mixed $ALLOW_NS_RECORD
 static mixed $API_ALLOWED_IPS
 static mixed $API_ENABLED
 static mixed $API_KEY
 static mixed $API_KEY_ID
 static mixed $APP_REVISION
 static mixed $AUTO_DELETE
 static mixed $BILLING_CURRENCYISO
 static mixed $COMPANY_NAME
 static mixed $CRYPTOKEY
 static mixed $CURRENCY
 static mixed $CURRENCYISO
 static mixed $CURRENCY_RATE
 static mixed $DATABASE_CACHE
 static mixed $DATABASE_DSN
 static mixed $DEFAULT_COUNTRY
 static mixed $DEV_DEBUG
 static mixed $DEV_DEMOMODE
 static mixed $DISPLAY_NS
 static mixed $EMAIL_ADMIN
 static string $EMAIL_ADMINNAME
 static mixed $EMAIL_COPY
 static mixed $EMAIL_DSN
 static bool $ENABLE_MANAGED_DNS
 static mixed $INLINE_HELP
 static mixed $IPNURL
 static mixed $ISUPDATERUNNING
 static mixed $LOGIN
 static mixed $MAIL_POLL_MESSAGES
 static mixed $MENUSTYLE
 static mixed $MIN_DEPOSIT
 static mixed $NS1
 static mixed $NS2
 static mixed $PAGING_ITEMS
 static mixed $PASS
 static mixed $PATH
 static mixed $PDTURL
 static mixed $PHONE_FORMAT
 static mixed $PHP_PATH
 static mixed $PREPAID_MODE
 static mixed $PRODUCT_ID
 static mixed $ROTATE_LOG_EVERY
 static mixed $SITE_URL
 static mixed $SUPPORT_EMAIL
 static string $SUPPORT_NAME
 static mixed $TAR_PATH
 static mixed $TRACKBACK_EMAIL
 static mixed $UPDATE_STATUS
 static mixed $USER_PREFIX
 static mixed $USER_VAT
 static mixed $ZENDID_PATH
Method Summary
 static Array GetKeys ()
 static string GetValue ($key $key)
 static array GetValues ($key $key)
Variables
static mixed $ALLOW_A_RECORD (line 113)

Either registrants allowed to edit A DNS records

  • staticvar: bool 0:
  • access: public
static mixed $ALLOW_CNAME_RECORD (line 134)

Either registrants allowed to edit CNAME DNS records

  • staticvar: bool 0:
  • access: public
static mixed $ALLOW_MX_RECORD (line 120)

Either registrants allowed to edit MX DNS records

  • staticvar: bool 0:
  • access: public
static mixed $ALLOW_NS_RECORD (line 127)

Either registrants allowed to edit NS DNS records

  • staticvar: bool 0:
  • access: public
static mixed $API_ALLOWED_IPS (line 320)
  • access: public
static mixed $API_ENABLED (line 306)

API enabled for admin

  • staticvar: bool 0:
  • access: public
static mixed $API_KEY (line 312)

Admin API access key

  • staticvar: string 0:
  • access: public
static mixed $API_KEY_ID (line 318)

Admin API access key id

  • staticvar: string 0:
  • access: public
static mixed $APP_REVISION (line 281)

Revision number of this copy of EPP-DRS

  • staticvar: int 0:
  • access: public
static mixed $AUTO_DELETE (line 326)
  • staticvar: bool 0:
  • access: public
static mixed $BILLING_CURRENCYISO (line 162)

Billing currency ISO code

  • staticvar: string 0:
  • access: public
static mixed $CLIENT_MANUAL_APPROVAL (line 331)
  • staticvar: bool 0:
  • access: public
static mixed $COMPANY_NAME (line 141)

Service name

  • staticvar: bool 0:
  • access: public
static mixed $CRYPTOKEY (line 30)
  • access: public
static mixed $CURRENCY (line 148)

Display currency symbol

  • staticvar: string 0:
  • access: public
static mixed $CURRENCYISO (line 155)

Display currency ISO code

  • staticvar: string 0:
  • access: public
static mixed $CURRENCY_RATE (line 169)

Currency rate. [Display currency] / [Billing currency]

  • staticvar: float 0:
  • access: public
static mixed $DATABASE_CACHE (line 292)
  • access: public
static mixed $DATABASE_DSN (line 291)

Database connection string

  • staticvar: string 0:
  • access: public
static mixed $DEFAULT_COUNTRY (line 274)
  • access: public
static mixed $DEV_DEBUG (line 293)
  • access: public
static mixed $DEV_DEMOMODE (line 300)

Either this copy is in demo mode

  • staticvar: bool 0:
  • access: public
static mixed $DISPLAY_NS (line 99)

Number of ns inputs in UI

  • staticvar: int 0:
  • access: public
static mixed $EMAIL_ADMIN (line 44)

Email address of service owner

  • staticvar: string 0:
  • access: public
static string $EMAIL_ADMINNAME (line 51)

Email name of static owner

  • access: public
static mixed $EMAIL_COPY (line 79)

Either to duplicate all emails to service owener

  • staticvar: bool 0:
  • access: public
static mixed $EMAIL_DSN (line 72)

SMTP connection string.

  • staticvar: string 0:
  • access: public
static bool $ENABLE_MANAGED_DNS (line 106)

Either managed DNS is enabled

  • access: public
static mixed $INLINE_HELP (line 213)

Either inline help is enabled in the current context

  • staticvar: bool 0:
  • see: APPCONTEXT
  • access: public
static mixed $INVOICE_CUSTOMID_FORMAT (line 202)
  • access: public
static mixed $IPNURL (line 256)

Unified postback URL for all payment modules that extend IPostBackPaymentModule.

  • staticvar: string 0:
  • access: public
static mixed $ISUPDATERUNNING (line 249)

Equal to true is EPP-DRS being automatically updated in this moment.

  • staticvar: string 0:
  • access: public
static mixed $LOGIN (line 37)

Registrar CP login

  • staticvar: string 0:
  • access: public
static mixed $MAIL_POLL_MESSAGES (line 205)
  • access: public
static mixed $MENUSTYLE (line 191)
  • access: public
static mixed $MIN_DEPOSIT (line 183)

Minimum balance deposit amount

  • staticvar: 0:
  • access: public
static mixed $NS1 (line 86)

Default nameserver #1

  • staticvar: string 0:
  • access: public
static mixed $NS2 (line 93)

Default nameserver #2

  • staticvar: string 0:
  • access: public
static mixed $PAGING_ITEMS (line 29)
  • access: public
static mixed $PASS (line 28)

Encrypted registrar CP password

  • staticvar: string 0:
  • access: public
static mixed $PATH (line 284)
  • access: public
static mixed $PDTURL (line 263)

Unified redirection URL for all payment modules that extend IPostBackPaymentModule.

  • staticvar: string 0:
  • access: public
static mixed $PHONE_FORMAT (line 272)

Display phone format

  • staticvar: string 0:
  • access: public
static mixed $PHP_PATH (line 227)

Path to php command-line tool

  • staticvar: string 0:
  • access: public
static mixed $PREPAID_MODE (line 177)

Prepaid billing mode.

(All invoices payed from balance. Only balance deposit invoice allowed to pay from payment gateway)

  • staticvar: bool 0:
  • access: public
static mixed $PRODUCT_ID (line 265)
  • access: public
static mixed $ROTATE_LOG_EVERY (line 204)
  • access: public
static mixed $SITE_URL (line 190)

Service URL

  • staticvar: string 0:
  • access: public
static mixed $SUPPORT_EMAIL (line 58)

Email address of support contact

  • staticvar: string 0:
  • access: public
static string $SUPPORT_NAME (line 65)

Email name of support contact

  • access: public
static mixed $TAR_PATH (line 220)

Path to tar command-line tool

  • staticvar: string 0:
  • access: public
static mixed $TRACKBACK_EMAIL (line 282)
  • access: public
static mixed $UPDATE_STATUS (line 242)

EPP-DRS update status. Member of UPDATE_STATUS

static mixed $USER_PREFIX (line 198)

Prefix of user logins

  • staticvar: string 0:
  • access: public
static mixed $USER_VAT (line 200)
  • access: public
static mixed $ZENDID_PATH (line 234)

Path to zendid command-line tool

  • staticvar: string 0:
  • access: public
Methods
static GetKeys (line 339)

List all available properties through reflection FIXME: Move to parent class Struct, when php will have late static binding

  • return: or names
  • access: public
static Array GetKeys ()
static GetValue (line 369)

Get value of property by it's name FIXME: Move to parent class Struct, when php will have late static binding

  • access: public
static string GetValue ($key $key)
  • $key $key: Key name
static GetValues (line 357)

Get all values FIXME: Move to superclass, when php will have late static binding

  • return: Array or values
  • access: public
static array GetValues ($key $key)
  • $key $key: Key name

Documentation generated on Thu, 22 Apr 2010 15:16:33 +0300 by phpDocumentor 1.4.1