TemplateRepository implements RepositoryInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- drop() : void
- getEntity() : TemplateObject|null
- getInstance() : static
- inject() : static
Methods
__construct()
public
__construct(int $templateId) : mixed
Parameters
- $templateId : int
drop()
public
drop() : void
getEntity()
public
getEntity() : TemplateObject|null
Return values
TemplateObject|nullgetInstance()
public
static getInstance(int $templateId) : static
Parameters
- $templateId : int
Return values
staticinject()
public
inject(TaskObject|TemplateObject $object) : static
Parameters
- $object : TaskObject|TemplateObject