PHP Class Learner\Models\Blog

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$casts array Format the output.
$fillable array The attributes that are mass assignable.

Méthodes publiques

Méthode Description
category ( ) : BelongsTo A Blog belongs to a category.

Method Details

category() public méthode

A Blog belongs to a category.
public category ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$casts protected_oe property

Format the output.
protected array $casts
Résultat array

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array