PHP Class Pop\Pdf\Object\Root

Author: Nick Sagona, III ([email protected])
Mostra file Open project: nicksagona/PopPHP

Public Properties

Property Type Description
$index integer PDF root object index
$metadata integer PDF root metadata object
$parent integer PDF root parent object
$version string PDF version

Protected Properties

Property Type Description
$data string PDF root object data
$header string PDF header

Public Methods

Method Description
__construct ( string $str = null ) : Root Constructor
__toString ( ) : string Method to print the root object.

Method Details

__construct() public method

Instantiate a PDF root object.
public __construct ( string $str = null ) : Root
$str string
return Root

__toString() public method

Method to print the root object.
public __toString ( ) : string
return string

Property Details

$data protected_oe property

PDF root object data
protected string $data
return string

$header protected_oe property

PDF header
protected string $header
return string

$index public_oe property

PDF root object index
public int $index
return integer

$metadata public_oe property

PDF root metadata object
public int $metadata
return integer

$parent public_oe property

PDF root parent object
public int $parent
return integer

$version public_oe property

PDF version
public string $version
return string