| @@ -1,14 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | /** |
| 4 | - * E2pdf Loader Helper | |
| 5 | - * | |
| 6 | - * @copyright Copyright 2017 https://e2pdf.com | |
| 7 | - * @license GPL v2 | |
| 8 | - * @version 1 | |
| 9 | - * @link https://e2pdf.com | |
| 10 | - * @since 0.00.01 | |
| 4 | + * File: /model/e2pdf-model.php | |
| 5 | + * | |
| 6 | + * @package E2Pdf | |
| 7 | + * @license GPLv3 | |
| 8 | + * @link https://e2pdf.com | |
| 11 | 9 | */ |
| 12 | 10 | if (!defined('ABSPATH')) { |
| 13 | 11 | die('Access denied.'); |
| 14 | 12 | } |
| @@ -16,9 +14,9 @@ | ||
| 16 | 14 | class Model_E2pdf_Model { |
| 17 | 15 | |
| 18 | 16 | protected $helper; |
| 19 | 17 | |
| 20 | - function __construct() { | |
| 18 | + public function __construct() { | |
| 21 | 19 | $this->helper = Helper_E2pdf_Helper::instance(); |
| 22 | 20 | } |
| 23 | 21 | |
| 24 | 22 | } |