Class IntegerConfigHandler

Description

Class that handles integer config values

  • version: 1.0

Located in /application/models/config_handlers/general/IntegerConfigHandler.class.php (line 9)

ConfigHandler
   |
   --IntegerConfigHandler
Method Summary
null phpToRaw (mixed $value)
mixed rawToPhp (string $value)
string render (string $control_name)
Methods
phpToRaw (line 27)

Conver $value to raw value

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

Redefinition of:
ConfigHandler::phpToRaw()
Conver $value to raw value
rawToPhp (line 37)

Convert raw value to php

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

Redefinition of:
ConfigHandler::rawToPhp()
Convert raw value to php
render (line 17)

Render form control

string render (string $control_name)
  • string $control_name

Redefinition of:
ConfigHandler::render()
Render form control

Inherited Methods

Inherited From ConfigHandler

ConfigHandler::getConfigOption()
ConfigHandler::getRawValue()
ConfigHandler::getValue()
ConfigHandler::phpToRaw()
ConfigHandler::rawToPhp()
ConfigHandler::render()
ConfigHandler::setConfigOption()
ConfigHandler::setRawValue()
ConfigHandler::setValue()

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