ActivityFastSearchRepo uses Singleton
Table of Contents
Methods
- __wakeup() : mixed
- add() : void
- delete() : void
- getInstance() : static
- upsert() : void
Methods
__wakeup()
public
__wakeup() : mixed
add()
public
add(array<string|int, mixed> $row) : void
Parameters
- $row : array<string|int, mixed>
delete()
public
delete(int $id) : void
Parameters
- $id : int
getInstance()
public
static getInstance() : static
Return values
staticupsert()
public
upsert(array<string|int, mixed> $row) : void
Parameters
- $row : array<string|int, mixed>