AbstractParser
abstract class AbstractParser implements ParserInterface (View source)
The base parser class that all other parser classes extend from. It handles low-level functionality that is shared across all parser classes.
Methods
string
__toString()
Returns an opaque string representing the object.
string
Details
at line 28
string
__toString()
Returns an opaque string representing the object.
Note: Use of MD5 here is not cryptographically significant.
at line 41
string
readStream(StreamInterface $stream)
Reads the contents of the stream resource.