|
URL Shortener 1.0
A Laravel-based URL shortener application
|
Fonctions membres publiques | |
| viewAny (User $user) | |
| Determine whether the user can view any models. | |
| view (User $user, ShortUrl $shortUrl) | |
| Determine whether the user can view the model. | |
| create (User $user) | |
| Determine whether the user can create models. | |
| update (User $user, ShortUrl $shortUrl) | |
| Determine whether the user can update the model. | |
| delete (User $user, ShortUrl $shortUrl) | |
| Determine whether the user can delete the model. | |
| restore (User $user, ShortUrl $shortUrl) | |
| Determine whether the user can restore the model. | |
| forceDelete (User $user, ShortUrl $shortUrl) | |
| Determine whether the user can permanently delete the model. | |
Définition à la ligne 9 du fichier ShortUrlPolicy.php.
| App\Policies\ShortUrlPolicy::create | ( | User | $user | ) |
Determine whether the user can create models.
Définition à la ligne 30 du fichier ShortUrlPolicy.php.
Determine whether the user can delete the model.
Définition à la ligne 46 du fichier ShortUrlPolicy.php.
Determine whether the user can permanently delete the model.
Définition à la ligne 62 du fichier ShortUrlPolicy.php.
Determine whether the user can restore the model.
Définition à la ligne 54 du fichier ShortUrlPolicy.php.
Determine whether the user can update the model.
Définition à la ligne 38 du fichier ShortUrlPolicy.php.
Determine whether the user can view the model.
Définition à la ligne 22 du fichier ShortUrlPolicy.php.
| App\Policies\ShortUrlPolicy::viewAny | ( | User | $user | ) |
Determine whether the user can view any models.
Définition à la ligne 14 du fichier ShortUrlPolicy.php.