Documentation

ActionCollection
in package
implements CollectionInterface

FinalYes
Tags
author

Javier Eguiluz javier.eguiluz@gmail.com

Table of Contents

Interfaces

CollectionInterface

Properties

$actions  : array<string|int, mixed>

Methods

__clone()  : mixed
all()  : array<string|int, ActionDto>
count()  : int
get()  : ActionDto|null
getBatchActions()  : self
getEntityActions()  : self
getGlobalActions()  : self
getIterator()  : ArrayIterator<string|int, ActionDto>
new()  : self
offsetExists()  : bool
offsetGet()  : ActionDto
offsetSet()  : void
offsetUnset()  : 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