Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/pdf-abstractdatasource-compatible' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/sasezaki/zf2 into hotfix/pdf-abstract-constructor
  • Loading branch information
weierophinney committed Mar 5, 2012
2 parents c794065 + f3a3c40 commit 3653351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ abstract class AbstractDataSource
*
* @throws \Zend\Pdf\Exception
*/
abstract public function __construct();
//abstract public function __construct();

/**
* Object destructor. Closes the data source.
*
* May also perform cleanup tasks such as deleting temporary files.
*/
abstract public function __destruct();
//abstract public function __destruct();

/**
* Returns the specified number of raw bytes from the data source at the
Expand Down

0 comments on commit 3653351

Please sign in to comment.