AbstractRepository
in package
AbstractYes
Tags
Table of Contents
Properties
- $table : string
Methods
Properties
$table
protected
string
$table
Methods
failure()
protected
failure([string $msg = '' ][, array<string|int, mixed>|null $data = null ]) : array<string|int, mixed>
Parameters
- $msg : string = ''
- $data : array<string|int, mixed>|null = null
Return values
array<string|int, mixed>query()
protected
query() : Builder
Tags
Return values
Buildersuccess()
protected
success([array<string|int, mixed>|null $data = null ][, string $msg = '' ]) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>|null = null
- $msg : string = ''