filters/util/IniFileTokenReader.php
\IniFileTokenReader
Package: phing\filters\util
Default value
Parameters
Class that allows reading tokens from INI files.
- Parent(s)
- \TokenReader
- Author
- Manuel Holtgewe
- Version
- $Revision: 526 $
Properties

object
$file= 'null'
Holds the path to the INI file that is to be read.
Reference to a PhingFile Object representing the path to the INI file.nullDetails- Type
- object
Methods

__construct(
object $project
)
:
void
| Name | Type | Description |
|---|---|---|
| $project | object | Reference to the project the TokenReader is used in. |