| 1 | <?php |
||
| 13 | class ExcelFactory |
||
| 14 | { |
||
| 15 | /** @var Excel */ |
||
| 16 | private $excel; |
||
| 17 | private $creator = 'Junák - český skaut, Kapitanát vodních skautů, z. s.'; |
||
| 18 | private $lastModifiedBy = 'Srazy VS'; |
||
| 19 | private $title = 'Srazy VS: Export'; |
||
| 20 | private $subject = 'Export'; |
||
| 21 | private $description = 'Srazy VS CMS: export dat'; |
||
| 22 | private $keywords = 'sraz vs export xlsx'; |
||
| 23 | private $category = 'Export dat'; |
||
| 24 | |||
| 25 | /** Constructor */ |
||
| 26 | public function __construct(array $configuration) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Return new PHPExcel with few settings |
||
| 41 | * |
||
| 42 | * @return PHPExcel; |
||
|
|
|||
| 43 | */ |
||
| 44 | public function create() |
||
| 58 | } |
||
| 59 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.