AbstractReader
in package
AbstractYes
Abstract class for cross-reference reader classes.
Table of Contents
Properties
Methods
- __construct() : mixed
- AbstractReader constructor.
- getTrailer() : PdfDictionary
- Get the trailer dictionary.
- readTrailer() : mixed
- Read the trailer dictionary.
Properties
$parser
protected
PdfParser
$parser
$trailer
protected
PdfDictionary
$trailer
Methods
__construct()
AbstractReader constructor.
public
__construct(PdfParser $parser) : mixed
Parameters
- $parser : PdfParser
Tags
getTrailer()
Get the trailer dictionary.
public
getTrailer() : PdfDictionary
Return values
PdfDictionaryreadTrailer()
Read the trailer dictionary.
protected
readTrailer() : mixed