NewsKeywordsResult extends Model
Table of Contents
- $timestamps : mixed
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
- $hidden : array<string|int, string>
- The attributes excluded from the model's JSON form.
- $table : string
- The table associated with the model.
- newsKeywords() : HasOne
- Get the user relationship
Properties
$timestamps
public
mixed
$timestamps
= false
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id_news_keywords', 'id_search_term', 'title', 'description', 'url', 'date']
$hidden
The attributes excluded from the model's JSON form.
protected
array<string|int, string>
$hidden
= []
$table
The table associated with the model.
protected
string
$table
= 'news_keywords_result'
Methods
newsKeywords()
Get the user relationship
public
newsKeywords() : HasOne