FinderListInterface
in
Tags
Table of Contents
- items() : array<string|int, DomainObjectInterface>
- Get all of the items in the list. The list will contain
- total() : int
- Get a count of the items in the list
Methods
items()
Get all of the items in the list. The list will contain
public
items() : array<string|int, DomainObjectInterface>
Tags
Return values
array<string|int, DomainObjectInterface> —total()
Get a count of the items in the list
public
total() : int