phing-filters-util
[ class tree: phing-filters-util ] [ index: phing-filters-util ] [ all elements ]

Class: TokenReader

Source Location: /types/TokenReader.php

Class Overview


Abstract class for TokenReaders.


Author(s):

  • Manuel Holtgewe

Version:

  • $Revision: 526 $

Variables

Methods


Child classes:

IniFileTokenReader
Class that allows reading tokens from INI files.

Class Details

[line 33]
Abstract class for TokenReaders.



Tags:

author:  Manuel Holtgewe
version:  $Revision: 526 $
abstract:  


[ Top ]


Class Variables

$project =

[line 39]

Reference to the Project the TokenReader is used in.



Tags:

access:  protected

Type:   Project


[ Top ]



Class Methods


constructor __construct [line 45]

TokenReader __construct( $project)

Constructor



Parameters:

object Reference   $project   to the project the TokenReader is used in.

[ Top ]

method log [line 52]

void log( $level, $msg)

Utility function for logging



Parameters:

   $level  
   $msg  

[ Top ]

method readToken [line 62]

string readToken( )

Reads the next token from the Reader



Tags:

abstract:  
throws:  IOException - On error
access:  public


Overridden in child classes as:

IniFileTokenReader::readToken()
Reads the next token from the INI file

[ Top ]


Documentation generated on Mon, 19 Oct 2009 10:52:15 +0200 by phpDocumentor 1.4.3