phpDocumentor

ImageTitles implements IteratorAggregate

Class ImageTitles

Tags
codeCoverageIgnore

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$titles  : array<string|int, ImageTitle>
__construct()  : mixed
ImageTitles constructor.
create()  : ImageTitles
getIterator()  : Traversable|array<string|int, ImageTitle>
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

ImageTitles constructor.

public __construct(array<string|int, ImageTitle$titles) : mixed
Parameters
$titles : array<string|int, ImageTitle>
Return values
mixed

toArray()

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

Search results