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
|
Methods
void parse(
$configPath, [
$alias = ''], [
$append = ''], [AbstractWindCache
$cache = null]
)
|
|
Parameters:
API Tags:
Implementation of:
- IWindConfigParser::parse()
- 解析组件的配置文件
|
|