Class that allows reading tokens from INI files.
author |
Manuel Holtgewe |
---|---|
version |
$Id: 1787bbe5c2ac3fc35faf21652eed36899bff61b6 $ |
package |
phing.filters.util |
__construct(\Project $project)
log( $level, $msg) : void
processFile()
processSection(array $section)
array
readToken() : string
throws |
|
---|---|
string
setSection( $str)
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