URL Shortener 1.0
A Laravel-based URL shortener application
Chargement...
Recherche...
Aucune correspondance
Référence de la classe App\Models\ShortUrl
Graphe d'héritage de App\Models\ShortUrl:
Graphe de collaboration de App\Models\ShortUrl:

Fonctions membres publiques

 user ()
 Get the user that owns the short URL.
 

Attributs protégés

 $fillable
 

Description détaillée

Définition à la ligne 21 du fichier ShortUrl.php.

Documentation des fonctions membres

◆ user()

App\Models\ShortUrl::user ( )

Get the user that owns the short URL.

Renvoie
\Illuminate\Database\Eloquent\Relations\BelongsTo

Définition à la ligne 36 du fichier ShortUrl.php.

Documentation des données membres

◆ $fillable

App\Models\ShortUrl::$fillable
protected
Valeur initiale :
= [
'user_id',
'code',
'original_url'
]

Définition à la ligne 25 du fichier ShortUrl.php.