Property | Type | Description | |
---|---|---|---|
$fillable | |||
$table | string | Table name |
Method | Description | |
---|---|---|
category ( ) : |
One to many relation. | |
comments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | One to many relation. | |
tags ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | Many to many relation. |
public category ( ) : |
||
return |
public comments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |
public tags ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
return | Illuminate\Database\Eloquent\Relations\BelongsToMany |