Class mvblog_IniParser

Description

MvBlog -- An open source no-nosense blogtool

Copyright (C) 2005-2007, Michiel van Baak Michiel van Baak <mvanbaak@users.sourceforge.net>

See http://www.mvblog.org for more information on MvBlog. That page also provides Bugtrackers, Filereleases etc.

This program is free software, distributed under the terms of the GNU General Public License Version 2. See the LICENSE file at the top of the source tree.

  • author: Ferry Boender
  • version: %%VERSION%%
  • copyright: 2005-2007 Ferry Boender

Located in /common/mvblog_iniparser.php (line 21)


	
			
Direct descendents
Class Description
mvblog_IniFileReader Class to read an ini file
Class Constant Summary
Variable Summary
static mixed $typeNames
mixed $settings
Method Summary
mvblog_IniParser __construct ( $availSettings)
void getSetting ( $section,  $key)
void getSettings ([ $section = ""])
void parse ( $contents)
void setDefaults ( $availSettings)
void setSetting ( $section,  $key,  $value)
Variables
static mixed $typeNames = array(
mvblog_IniParser::TYPE_STRING => "String",
mvblog_IniParser::TYPE_BOOL => "Boolean",
mvblog_IniParser::TYPE_INT => "Integer",
)
(line 26)
  • access: public
mixed $availSettings = array() (line 31)
  • access: protected
mixed $settings = array() (line 32)
  • access: protected
Methods
Constructor __construct (line 34)
  • access: public
mvblog_IniParser __construct ( $availSettings)
  • $availSettings

Redefined in descendants as:
getSetting (line 111)
  • access: public
void getSetting ( $section,  $key)
  • $section
  • $key
getSettings (line 118)
  • access: public
void getSettings ([ $section = ""])
  • $section
parse (line 39)
  • access: protected
void parse ( $contents)
  • $contents

Redefined in descendants as:
setDefaults (line 67)
  • access: protected
void setDefaults ( $availSettings)
  • $availSettings
setSetting (line 74)
  • access: protected
void setSetting ( $section,  $key,  $value)
  • $section
  • $key
  • $value
Class Constants
TYPE_BOOL = 2 (line 23)
TYPE_INT = 3 (line 24)
TYPE_STRING = 1 (line 22)

Documentation generated on Fri, 28 Dec 2007 13:17:40 +0100 by phpDocumentor 1.4.1