Adventure Documentation

Metas extends PlatformUtility
in package

Provides access to meta utility functions.

Tags

Table of Contents

add()  : void
Add a meta.
html()  : string
Get the html for metas.
inject()  : string
Inject all added metas.
list()  : array<string|int, mixed>
Get the list of all added metas.

Methods

add()

Add a meta.

public add(array<string|int, mixed> $meta) : void
Parameters
$meta : array<string|int, mixed>
Tags
Return values
void

html()

Get the html for metas.

public html() : string
Tags
Return values
string

inject()

Inject all added metas.

public inject() : string
Tags
Return values
string

list()

Get the list of all added metas.

public list() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results