PHP Class Learner\Models\Link

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: RryLee/learner.video

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.

Public Methods

Method Description
newsletter ( ) : Illuminate\Database\Eloquent\Relations\belongsTo A link belongs to a newsletter.

Method Details

newsletter() public method

A link belongs to a newsletter.
public newsletter ( ) : Illuminate\Database\Eloquent\Relations\belongsTo
return Illuminate\Database\Eloquent\Relations\belongsTo

Property Details

$fillable protected property

The attributes that are mass assignable.
protected array $fillable
return array