Legend of the Green Dragon

Template

Tags
deprecated
5.0.0

use Dependency Injection when you can, and LotgdKernel::get(ServiceName) when not can use Dependency Injection.

Table of Contents

$lotgdTemplateParams  : mixed
$lotgdTemplateSystem  : mixed
getTemplate()  : object|null
Get theme instance.
getTemplateParams()  : object|null
Get template params instance.

Properties

$lotgdTemplateParams

protected mixed $lotgdTemplateParams

$lotgdTemplateSystem

protected mixed $lotgdTemplateSystem

Methods

getTemplate()

Get theme instance.

public getTemplate() : object|null
Return values
object|null

getTemplateParams()

Get template params instance.

public getTemplateParams() : object|null
Return values
object|null

Search results