$_links
$_links : array
Links.
Wicked external API interface.
This file defines Wicked's external API interface. Other applications can interact with Wicked through this API.
getTemplate(string $name) : string
Get a template specified by its name. This is effectively an alias for getPageSource() since Wicked templates are also normal pages.
Wicked templates are pages that include "Template" at the beginning of the name.
string | $name | The name of the template to fetch |
Template data.