Class ConfigHandler

Description

Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options

  • version: 1.0
  • abstract:

Located in /application/models/config_handlers/general/ConfigHandler.class.php (line 10)


	
			
Direct descendents
Class Description
ThemeConfigHandler Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options
FileStorageConfigHandler Let user select where he wants to store uploaded files
MailTransportConfigHandler Select mail transport (mail or SMPT currently)
SecureSmtpConnectionConfigHandler Select secure SMTP connection value
PasswordConfigHandler Masked single line string value
TextConfigHandler Multiline string value
FloatConfigHandler Class that handles integer config values
StringConfigHandler String config handler represents single line string value
BoolConfigHandler Base config handler. Config handlers are used for typecasting and rendering controls that represent single config options
DateTimeConfigHandler Class that handles integer config values
IntegerConfigHandler Class that handles integer config values
Method Summary
mixed getRawValue (null 0)
mixed getValue (null 0)
null phpToRaw (mixed $value)
mixed rawToPhp (string $value)
string render (string $control_name)
null setConfigOption ( $value)
null setRawValue (mixed $value)
null setValue (mixed $value)
Methods
getConfigOption (line 88)

Get config_option

ConfigOption getConfigOption (null 0)
  • null 0
getRawValue (line 108)

Get raw_value

mixed getRawValue (null 0)
  • null 0
getValue (line 36)

Get value

mixed getValue (null 0)
  • null 0
phpToRaw (line 64)

Conver $value to raw value

  • access: protected
null phpToRaw (mixed $value)
  • mixed $value

Redefined in descendants as:
rawToPhp (line 74)

Convert raw value to php

  • access: protected
mixed rawToPhp (string $value)
  • string $value

Redefined in descendants as:
render (line 56)

Render form control

  • abstract:
string render (string $control_name)
  • string $control_name

Redefined in descendants as:
setConfigOption (line 98)

Set config_option value

null setConfigOption ( $value)
setRawValue (line 118)

Set raw_value value

null setRawValue (mixed $value)
  • mixed $value
setValue (line 46)

Set value value

null setValue (mixed $value)
  • mixed $value

Documentation generated on Wed, 23 Jan 2008 01:58:28 +0000 by phpDocumentor 1.4.0