classes/phing/filters/util/IniFileTokenReader.php

\IniFileTokenReader

Class that allows reading tokens from INI files.

Extends from
\TokenReader
author
Manuel Holtgewe
package
phing.filters.util
version
$Revision: 526 $

Properties

Propertyprivateobject  $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 valuenullDetails
Type
object
Propertyprivatestring  $section= 'null'

Sets the section to load from the INI file. if omitted, all sections are loaded.
Default valuenullDetails
Type
string

Methods

methodpublic  readToken( ) : \Token
Reads the next token from the INI file
Returns
Type Description
\Token
Details
throws
On error
methodpublic  setFile(  $file ) :
Parameters
Name Type Description
$file
methodpublic  setSection(  $str ) :
Parameters
Name Type Description
$str
Documentation was generated by DocBlox 0.13.1.