PHP Class Pop\Pdf\Object\ParentObject

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

Public Properties

Property Type Description
$count integer PDF parent kids count
$index integer PDF parent object index
$kids array PDF parent kids object indices

Protected Properties

Property Type Description
$data string PDF parent object data

Public Methods

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

Method Details

__construct() public method

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

__toString() public method

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

Property Details

$count public_oe property

PDF parent kids count
public int $count
return integer

$data protected_oe property

PDF parent object data
protected string $data
return string

$index public_oe property

PDF parent object index
public int $index
return integer

$kids public_oe property

PDF parent kids object indices
public array $kids
return array