Core Theme Components

SchemaCollection extends SplObjectStorage

A collection of Schema objects.

Table of Contents

attach()  : void
Attach a Schema to the collection.
toArray()  : array<string|int, mixed>
Return the Schema collection as an array.

Methods

attach()

Attach a Schema to the collection.

public attach(Schema $object[, mixed $info = null ]) : void
Parameters
$object : Schema
$info : mixed = null
Tags
throws
InvalidArgumentException
Return values
void

toArray()

Return the Schema collection as an array.

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

Search results