���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/Aem/lib/spout/src/Spout/Writer/Common/Entity/Workbook.php
���ѧ٧ѧ�
<?php namespace Box\Spout\Writer\Common\Entity; /** * Class Workbook * Entity describing a workbook */ class Workbook { /** @var Worksheet[] List of the workbook's sheets */ private $worksheets = []; /** @var string Timestamp based unique ID identifying the workbook */ private $internalId; /** * Workbook constructor. */ public function __construct() { $this->internalId = \uniqid(); } /** * @return Worksheet[] */ public function getWorksheets() { return $this->worksheets; } /** * @param Worksheet[] $worksheets */ public function setWorksheets($worksheets) { $this->worksheets = $worksheets; } /** * @return string */ public function getInternalId() { return $this->internalId; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�