Class TP_yyToken

Description

Implements interfaces:

  • ArrayAccess (internal interface)

Smarty Internal Plugin Templateparser

This is the template parser. It is generated from the internal.templateparser.y file

  • author: Uwe Tews

Located in /libs/sysplugins/smarty_internal_templateparser.php (line 12)


	
			
Variable Summary
mixed $metadata
mixed $string
Method Summary
TP_yyToken __construct ( $s, [ $m = array()])
void offsetExists ( $offset)
void offsetGet ( $offset)
void offsetSet ( $offset,  $value)
void offsetUnset ( $offset)
void __toString ()
Variables
mixed $metadata = array() (line 15)
  • access: public
mixed $string = '' (line 14)
  • access: public
Methods
Constructor __construct (line 17)
TP_yyToken __construct ( $s, [ $m = array()])
  • $s
  • $m
offsetExists (line 37)
void offsetExists ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 42)
void offsetGet ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 47)
void offsetSet ( $offset,  $value)
  • $offset
  • $value

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 70)
void offsetUnset ( $offset)
  • $offset

Implementation of:
ArrayAccess::offsetUnset
__toString (line 32)
void __toString ()

Documentation generated on Sat, 24 Sep 2011 20:24:06 +0200 by phpDocumentor 1.4.1