PHP Class Pop\Pdf\Object\Info

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

Public Properties

Property Type Description
$author string PDF info author
$create_date string PDF info creation date
$index integer PDF info object index
$mod_date string PDF info mod date
$subject string PDF info subject
$title string PDF info title

Protected Properties

Property Type Description
$data string PDF info object data

Public Methods

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

Method Details

__construct() public method

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

__toString() public method

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

Property Details

$author public_oe property

PDF info author
public string $author
return string

$create_date public_oe property

PDF info creation date
public string $create_date
return string

$data protected_oe property

PDF info object data
protected string $data
return string

$index public_oe property

PDF info object index
public int $index
return integer

$mod_date public_oe property

PDF info mod date
public string $mod_date
return string

$subject public_oe property

PDF info subject
public string $subject
return string

$title public_oe property

PDF info title
public string $title
return string