Documentation

EntityCollection
in package
implements CollectionInterface

FinalYes
Tags
author

Javier Eguiluz javier.eguiluz@gmail.com

Table of Contents

Interfaces

CollectionInterface

Properties

$entities  : array<string|int, mixed>

Methods

count()  : int
get()  : EntityDto|null
getIterator()  : ArrayIterator<string|int, EntityDto>
new()  : self
offsetExists()  : bool
offsetGet()  : EntityDto
offsetSet()  : void
offsetUnset()  : void
set()  : void
__construct()  : mixed

Properties

Methods

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

        
On this page

Search results