DescriptionInterface
Description interface
Table of Contents
Methods
| get() | Constructs a description from the given meta item |
Methods
get()
Constructs a description from the given meta item
public
get(array<string|int, mixed> $meta[, array<string|int, mixed> $oldMeta = null ]) : string
Parameters
- $meta : array<string|int, mixed>
-
An array of meta information representing the item
- $oldMeta : array<string|int, mixed> = null
-
An array of old meta information representing the item (optional, only used to combine the two sets of meta data into a single description)
Return values
string —The description