Documentation

AbstractParser
in package
implements ParserInterface

AbstractYes

Abstract Pdf parser class

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Interfaces

ParserInterface
Parser interface

Properties

$data  : string|null
Imported PDF data stream
$file  : string|null
Imported PDF file

Methods

getData()  : string
Get the data stream
getFile()  : string
Get the file
parse()  : AbstractDocument
Parse the PDF data

Properties

$data

Imported PDF data stream

protected string|null $data = null

Methods

getData()

Get the data stream

public getData() : string
Return values
string

getFile()

Get the file

public getFile() : string
Return values
string

        
On this page

Search results