Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Zend_Pdf_Resource_Extractor Class Reference

Public Member Functions

 __construct ()
 
 clonePage (Zend_Pdf_Page $page)
 

Protected Attributes

 $_factory
 
 $_processed
 

Detailed Description

Definition at line 50 of file Extractor.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Object constructor.

Definition at line 69 of file Extractor.php.

70  {
71  $this->_factory = Zend_Pdf_ElementFactory::createFactory(1);
72  $this->_processed = array();
73  }
static createFactory($objCount)

Member Function Documentation

◆ clonePage()

clonePage ( Zend_Pdf_Page  $page)

Clone page, extract it and dependent objects from the current document, so it can be used within other docs

return Zend_Pdf_Page

Definition at line 81 of file Extractor.php.

82  {
83  return $page->clonePage($this->_factory, $this->_processed);
84  }
$page
Definition: pages.php:8

Field Documentation

◆ $_factory

$_factory
protected

Definition at line 57 of file Extractor.php.

◆ $_processed

$_processed
protected

Definition at line 64 of file Extractor.php.


The documentation for this class was generated from the following file: