PHP_Parser_CoreyyToken
public class PHP_Parser_CoreyyToken
Field Summary | |
---|---|
mixed | |
mixed |
Constructor Summary | |
---|---|
PHP_Parser_CoreyyToken(mixed s, mixed m) |
Method Summary | |
---|---|
private void | |
void | offsetExists(mixed offset) |
void | offsetGet(mixed offset) |
void | offsetSet(mixed offset, mixed value) |
void | offsetUnset(mixed offset) |
public mixed $metadata = array()
public mixed $string = ''
public PHP_Parser_CoreyyToken(mixed s, mixed m)
private void __toString()
public void offsetExists(mixed offset)
public void offsetGet(mixed offset)
public void offsetSet(mixed offset, mixed value)
public void offsetUnset(mixed offset)
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