Skip to content

Commit

Permalink
feat: Current page sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Jan 14, 2025
1 parent 14c68e2 commit f18a858
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Core/CrudResourceContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@ public function getDetailPageUrl(
null|string|array $fragment = null
): string;

public function isIndexPage(): bool;

public function isFormPage(): bool;

public function isDetailPage(): bool;

public function isCreateFormPage(): bool;

public function isUpdateFormPage(): bool;

public function setQueryParams(iterable $params): static;

public function getQueryParams(): Collection;
Expand Down

0 comments on commit f18a858

Please sign in to comment.