Class \Prado\Web\UI\TSkinTemplate
TSkinTemplate implements TTemplate but without class and attribute validation.
This class is the implementation of skin files in themes. Skin errors are thrown on setting object skin properties rather than on parsing the skin. Skins can have class objects that are not implemented to be more portable.
Class hierarchy
- \Prado\Web\UI\TSkinTemplate
- \Prado\Web\UI\TTemplate implements ITemplate
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 4.2.0
public
|
__construct(string $template, string $contextPath[, null|string $tplFile = null ][, int $startingLine = 0 ][, bool $sourceTemplate = true ]) : mixed
Constructor.
turns off attribute validation |