Skip to content

Commit

Permalink
Dev: added $aPreparedToRender to class variable definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Aug 9, 2018
1 parent 9e74835 commit 107b46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/models/TemplateConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class TemplateConfig extends CActiveRecord
/** @var string $sTemplateName The template name */
public $sTemplateName = '';

/** @var array of prepared to render TemplateConfig */
public static $aPreparedToRender;

/** @var string $sPackageName Name of the asset package of this template*/
public $sPackageName;

Expand Down

0 comments on commit 107b46f

Please sign in to comment.