phpDocumentor parser
[ class tree: parser ] [ index: parser ] [ all elements ]

Class: WindConfigParser

Source Location: /parser/WindConfigParser.php

Class WindConfigParser

Class Overview

Implements interfaces:

配置文件解析类

配置文件格式允许有4中格式:xml, php, properties, ini

根据用户传入的配置文件所在位置解析配置文件,

Located in /parser/WindConfigParser.php [line 16]



		
				Author(s):
		
		
		
Information Tags:
Version:  $Id: WindConfigParser.php 3330 2012-01-15 13:49:24Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Constant Summary
Method Summary
void   parse()  

[ Top ]
Methods
parse  [line 29]

  void parse( $configPath, [ $alias = ''], [ $append = ''], [AbstractWindCache $cache = null]  )

Parameters:
   $configPath: 
   $alias: 
   $append: 
AbstractWindCache   $cache: 

API Tags:
Access:  public


Implementation of:
IWindConfigParser::parse()
解析组件的配置文件

[ Top ]
Constants
CONFIG_INI = '.INI' [line 22]

[ Top ]
CONFIG_PHP = '.PHP' [line 20]

[ Top ]
CONFIG_PROPERTIES = '.PROPERTIES' [line 24]

[ Top ]
CONFIG_XML = '.XML' [line 18]

[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:29 +0800 by phpDocumentor 1.4.4