mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-05-25 11:18:40 +00:00
improve docblocks
This commit is contained in:
parent
cb1b94df7d
commit
30b55c38e3
|
|
@ -75,7 +75,7 @@ class Report implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Report created by.
|
* Report created by.
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int|\Modules\Admin\Models\Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $createdBy = 0;
|
private $createdBy = 0;
|
||||||
|
|
@ -83,7 +83,7 @@ class Report implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Report template.
|
* Report template.
|
||||||
*
|
*
|
||||||
* @var null|int|Media
|
* @var int|\Modules\Media\Models\Media
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $template = 0;
|
private $template = 0;
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ class Template implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Template created by.
|
* Template created by.
|
||||||
*
|
*
|
||||||
* @var int
|
* @var int|\Modules\Admin\Models\Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $createdBy = 0;
|
private $createdBy = 0;
|
||||||
|
|
@ -99,7 +99,7 @@ class Template implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Template source.
|
* Template source.
|
||||||
*
|
*
|
||||||
* @var int|Media
|
* @var int|\Modules\Media\Models\Media
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $source = 0;
|
private $source = 0;
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
|
* @var \Modules\Helper\Models\Template[] $templates
|
||||||
*/
|
*/
|
||||||
$templates = $this->getData('reports');
|
$templates = $this->getData('reports');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user