Package: erfurt

Class OWL_To_Erfurt_yyToken



All Implemented Interfaces:

Description

This can be used to store both the string representation of a token, and any useful meta-data associated with the token. meta-data should be stored as an array

Variable Summary
mixed $metadata
mixed $string
Method Summary
OWL_To_Erfurt_yyToken __construct ( $s, [ $m = array()] )
void offsetExists ( $offset)
void offsetGet ( $offset)
void offsetSet ( $offset,  $value)
void offsetUnset ( $offset)
void __toString ()
Variables
$metadata = array()
mixed $metadata = array()
  • access: public
$string = ''
mixed $string = ''
  • access: public
Methods
Constructor __construct
OWL_To_Erfurt_yyToken __construct ( $s , [ $m = array() ] )
Parameters:
  • $s
  • $m
offsetExists
void offsetExists ( $offset )
Parameters:
  • $offset
Implementation of:
ArrayAccess::offsetExists
offsetGet
void offsetGet ( $offset )
Parameters:
  • $offset
Implementation of:
ArrayAccess::offsetGet
offsetSet
void offsetSet ( $offset , $value )
Parameters:
  • $offset
  • $value
Implementation of:
ArrayAccess::offsetSet
offsetUnset
void offsetUnset ( $offset )
Parameters:
  • $offset
Implementation of:
ArrayAccess::offsetUnset
__toString
void __toString ()

Documentation generated on 2009-01-06 at 01:01 by phpDocumentor 1.4.1