phpDocumentor

TemplateRegistry
in package
implements ComponentsRegistry, IteratorAggregate

Class TemplateRegistry

Interfaces, Classes and Traits

ComponentsRegistry
Interface ComponentsRegistry
IteratorAggregate

Table of Contents

$components  : array<string|int, Template>
$primitivArray  : array<string|int, string>
components()  : array<string|int, Template>
Returns a collection of components
create()  : TemplateRegistry
getIterator()  : Traversable|array<string|int, Template>
toArray()  : array<string|int, string>
__construct()  : mixed
TemplateRegistry constructor.

Properties

Methods

toArray()

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

__construct()

TemplateRegistry constructor.

private __construct(Template ...$components) : mixed
Parameters
$components : Template
Return values
mixed

Search results