ActionCollection
in package
implements
CollectionInterface
FinalYes
Tags
Table of Contents
Interfaces
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
$actions
private
array<string|int, mixed>
$actions
Methods
__clone()
public
__clone() : mixed
all()
public
all() : array<string|int, ActionDto>
Return values
array<string|int, ActionDto>count()
public
count() : int
Return values
intget()
public
get(string $actionName) : ActionDto|null
Parameters
- $actionName : string
Return values
ActionDto|nullgetBatchActions()
public
getBatchActions() : self
Return values
selfgetEntityActions()
public
getEntityActions() : self
Return values
selfgetGlobalActions()
public
getGlobalActions() : self
Return values
selfgetIterator()
public
getIterator() : ArrayIterator<string|int, ActionDto>
Return values
ArrayIterator<string|int, ActionDto>new()
public
static new(array<string|int, ActionDto> $actions) : self
Parameters
- $actions : array<string|int, ActionDto>
Return values
selfoffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : ActionDto
Parameters
- $offset : mixed
Return values
ActionDtooffsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
__construct()
private
__construct(array<string|int, ActionDto> $actions) : mixed
Parameters
- $actions : array<string|int, ActionDto>