Documentation

IModelList

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Methods

delete()  : mixed
Calls the method 'delete' on all objects / models that are currently within this set
filter()  : mixed
getIds()  : array<string|int, mixed>
Gets an array of ids for all the objects that are within this list.
getTotalMatches()  : int
The total number of records / rows that were matched from the underlying query used to select items for this list

Methods

delete()

Calls the method 'delete' on all objects / models that are currently within this set

public delete() : mixed

filter()

public filter(mixed $field, mixed $value) : mixed
Parameters
$field : mixed
$value : mixed

getIds()

Gets an array of ids for all the objects that are within this list.

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

The ids of the objects that are within this list.

getTotalMatches()

The total number of records / rows that were matched from the underlying query used to select items for this list

public getTotalMatches() : int
Return values
int

The total number of items that were matched


        
On this page

Search results