Class main.Flex

Description

Flex is intended for configuration of applications compiled with Flex.

It allows you to define all Flex specific configurations similar to the configuration in Configuration.

The current code uses a common configuration. If you have additional configuration you have to overwrite (not extend!) this class in your application directory. The only method that must be declared to be compatible is init.

See Also

Method Index

init()

Method Detail

init

static public function init(Void):Void

Configures the environment.

See Also