filters/util/IniFileTokenReader.php

Show: inherited
Table of Contents

\IniFileTokenReader

Package: phing\filters\util

Class that allows reading tokens from INI files.

Parent(s)
\TokenReader
Author
Manuel Holtgewe  
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

methodpublicreadToken( ) : \Token

Reads the next token from the INI file

Returns
Type Description
\Token
Throws
Exception Description
\IOException On error
methodpublicsetFile(  $file ) : void

Parameters
Name Type Description
$file
methodpublicsetSection(  $str ) : void

Parameters
Name Type Description
$str
Documentation was generated by DocBlox 0.17.1.