trait HandleNesting (View source)

Properties

protected string $reorderNestedModuleItemsJobQueue

The Laravel queue name to be used for the reordering operation.

Methods

Model|null
forNestedSlug(string $nestedSlug, array $with = [], array $withCount = [], array $scopes = [])

No description

setNewOrder($ids)

No description

void
afterRestore(Model $object)

No description

Details

Model|null forNestedSlug(string $nestedSlug, array $with = [], array $withCount = [], array $scopes = [])

No description

Parameters

string $nestedSlug
array $with
array $withCount
array $scopes

Return Value

Model|null

setNewOrder($ids)

No description

Parameters

$ids

void afterRestore(Model $object)

No description

Parameters

Model $object

Return Value

void