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

Class: Kimono_Config

Source Location: /include/config.php

Class Overview


this class contains all functions for the configuration handling, loading/saving, setting/getting variables.


Methods



Class Details

[line 136]
this class contains all functions for the configuration handling, loading/saving, setting/getting variables.



[ Top ]


Class Methods


method Get [line 231]

void Get( mixed $name)

get config value



[ Top ]

method GetScopes [line 242]

void GetScopes( )

get current scope



[ Top ]

method GetValue [line 155]

void GetValue( mixed $name, [mixed $bool = FALSE])

returns value if a value with specified name exists, else returns false;



[ Top ]

method GetValueById [line 179]

void GetValueById( mixed $id)



[ Top ]

method GetValues [line 171]

void &GetValues( )



[ Top ]

method GetValuesByScope [line 260]

void GetValuesByScope( mixed $scope)

return array of values by scope



[ Top ]

method Instance [line 144]

void Instance( )

singleton function, return new or already created instance of this class



Tags:

static:  


[ Top ]

method Load [line 190]

void Load( )



[ Top ]

method SaveValue [line 195]

void SaveValue( mixed $value)



[ Top ]

method Set [line 212]

void Set( mixed $name, mixed $value)

set config value or create new if doesn't exist, return object



[ Top ]


Documentation generated on Fri, 8 Apr 2005 18:27:47 +0200 by phpDocumentor 1.3.0RC3