all |
array $with = [] |
\Illuminate\Database\Eloquent\Collection |
allWithTrashed |
array $with = [] |
\Illuminate\Database\Eloquent\Collection |
allTrashed |
array $with = [] |
\Illuminate\Database\Eloquent\Collection |
find |
int $id, array $with = [] |
\Illuminate\Database\Eloquent\Model |
findWithTrashed |
int $id, array $with = [] |
\Illuminate\Database\Eloquent\Model |
findTrashed |
int $id, array $with = [] |
\Illuminate\Database\Eloquent\Model |
findBy |
string $field, mixed $value, string $comparison = '=', bool $strict = true, array $with = [] |
\Illuminate\Database\Eloquent\Model |
findByWithTrashed |
string $field, mixed $value, string $comparison = '=', bool $strict = true, array $with = [] |
\Illuminate\Database\Eloquent\Model |
findByTrashed |
string $field, mixed $value, string $comparison = '=', bool $strict = true, array $with = [] |
\Illuminate\Database\Eloquent\Model |
newModel |
array $params = [] |
\Illuminate\Database\Eloquent\Model |
create |
array $params |
\Illuminate\Database\Eloquent\Model |
update |
int $id, array $params |
\Illuminate\Database\Eloquent\Model |
delete |
int $id |
bool |
forceDelete |
int $id |
bool |
restore |
int $id |
bool |
paginate |
\Illuminate\Database\Eloquent\Builder $query, int $page = 0, int $limit = 15 |
object |
paginateCollection |
\Illuminate\Database\Eloquent\Collection $collection, int $page = 0, int $limit = 15 |
object |
pagination |
int $page = 0, int $limit = 15 |
object |
paginationWithTrashed |
int $page = 0, int $limit = 15 |
object |
paginationOnlyTrashed |
int $page = 0, int $limit = 15 |
object |