UnorderedList
trait UnorderedList (View source)
Methods
static void
add($content = null, string|null $key = null)
Add an item to the list.
static void
remove(string $key)
Remove an item from the list.
static
get(string $key)
Get an item in the list.
static array
keys()
Get the keys that have been registered.
static array
build()
Get the resulting list.
Details
static void
add($content = null, string|null $key = null)
Add an item to the list.
static void
remove(string $key)
Remove an item from the list.
static
get(string $key)
Get an item in the list.
static array
keys()
Get the keys that have been registered.
static array
build()
Get the resulting list.