ATemplate
in package
implements
JsonSerializable
AbstractYes
Class ATemplate
Tags
Table of Contents
Interfaces
- JsonSerializable
Methods
- getId() : string
- Return a unique id so the app can identify the template
- getPreview() : string
- Return a link to the template preview image
- getTitle() : string
- Return a title that is displayed to the user
- jsonSerialize() : array<string|int, mixed>
Methods
getId()
Return a unique id so the app can identify the template
public
abstract getId() : string
Tags
Return values
stringgetPreview()
Return a link to the template preview image
public
abstract getPreview() : string
Tags
Return values
stringgetTitle()
Return a title that is displayed to the user
public
abstract getTitle() : string
Tags
Return values
stringjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>