chore: Аннотации к типам
This commit is contained in:
parent
09a61244ca
commit
1e27648a12
17 changed files with 217 additions and 81 deletions
|
|
@ -32,12 +32,15 @@ class TemplateImage
|
|||
|
||||
);
|
||||
|
||||
/** @var string */
|
||||
protected $src;
|
||||
protected array $context = [];
|
||||
protected array $data = [];
|
||||
protected string $base = "c:\\windows\\fonts\\";
|
||||
protected GdImage $image;
|
||||
/** @var bool */
|
||||
protected $_prepare = true;
|
||||
/** @var bool */
|
||||
public $debug = false;
|
||||
public string $resource;
|
||||
public string $filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue