[ class tree: phpchartPlus ] [ index: phpchartPlus ] [ all elements ]

Class: PHPConfig_Strategy

Source Location: /PHPConfig_Strategy.php

Class Overview


Strategy for importing configuration data from PHP Arrays


Author(s):

Methods



Class Details

[line 25]
Strategy for importing configuration data from PHP Arrays

This class should be used when you want to import configuration data directly through php arrays




Tags:

license:  GNU Public License
author:  Tsiavos Chris <jaames@freemail.gr>


[ Top ]


Class Methods


method finalize [line 115]

void finalize( )

Returns to the caller



Tags:

access:  public


[ Top ]

method initialize [line 31]

void initialize( [mixed $params = NULL])

Initializes the PHPConfig_Strategy object passing an arbitrary number

of parameters




Tags:

access:  public


[ Top ]

method readData [line 68]

void readData( [string[assoc] $params = NULL])

Reads the configuration data from the supplied php array



Tags:

access:  public


Parameters:

string[assoc]   $params   $params["ImageWidth"]
$params["ImageHeight"]
$params["ImageOutputType"]
$params["ImageColor_Start"]
$params["ImageColor_Finish"]
$params["ImageColor_Alpha"]

$params["ChartTitle"]
$params["ChartType"]
$params["ChartUseBlending"]
$params["ChartUseAntialias"]
$params["ChartHmargin"]
$params["ChartVmargin"]
$params["ChartUseStatus"]
$params["ChartColor_Start"]
$params["ChartColor_Finish"]
$params["ChartColor_Alpha"]

$params["FontFileLocation"]
$params["FontColor"]
$params["FontWidth"]
$params["FontHeight"]
$params["FontSize"]

$params["LegendColors"]=array()
$params["LegendColors_Alpha"]

$params["GridNum"]
$params["GridMinValue"]
$params["GridMaxValue"]
$params["GridColor"]

[ Top ]


Documentation generated on Sun, 3 Oct 2004 14:59:25 +0300 by phpDocumentor 1.3.0RC3