Class Varien_Filter_Template_Tokenizer_Abstract

Description

Template constructions tokenizer

Located in /Filter/Template/Tokenizer/Abstract.php (line 35)


	
			
Direct descendents
Class Description
Varien_Filter_Template_Tokenizer_Variable Template constructions variables tokenizer
Varien_Filter_Template_Tokenizer_Parameter Template constructions parameters tokenizer
Variable Summary
Method Summary
string char ()
boolean isWhiteSpace ()
boolean next ()
boolean prev ()
void reset ()
void setString ( $value)
void tokenize ()
Variables
int $_currentIndex (line 41)

Current index in string

  • access: protected
mixed $_string (line 46)

String for tokenize

  • access: protected
Methods
char (line 87)

Return current char

  • access: public
string char ()
isWhiteSpace (line 115)

Return true if current char is white-space

  • access: public
boolean isWhiteSpace ()
next (line 55)

Move current index to next char.

If index out of bounds returns false

  • access: public
boolean next ()
prev (line 72)

Move current index to previus char.

If index out of bounds returns false

  • access: public
boolean prev ()
reset (line 105)

Move char index to begin of string

  • access: public
void reset ()
setString (line 96)

Set string for tokenize

  • access: public
void setString ( $value)
  • $value
tokenize (line 119)
  • abstract:
  • access: public
void tokenize ()

Redefined in descendants as:

Documentation generated on Fri, 11 Feb 2011 16:53:13 +0200 by phpDocumentor 1.4.3