Class that allows reading tokens from INI files.
| author |
Manuel Holtgewe |
|---|---|
| version |
$Id: 4d1996ad387446f74e180af1ac4d90f33925477d $ |
| package |
phing.filters.util |
readToken() : string
| throws |
|
|---|
string
processFile()
processSection(array $section)
array
setSection($str)
log($level, $msg)
file : object
| var |
Reference to a PhingFile Object representing the path to the INI file. |
|---|
object
section : string
| var |
Sets the section to load from the INI file. if omitted, all sections are loaded. |
|---|
string
tokens : array
| var |
|---|
array
project : \Project