filters/util/IniFileTokenReader.php
\IniFileTokenReader
Package: phing\filters\util
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.
Default value
nullDetails- Type
- object
Methods

readToken(
)
:
\TokenReads the next token from the INI file
Returns
Throws
| Type | Description |
|---|---|
| \Token |
| Exception | Description |
|---|---|
| \IOException | On error |