프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fillable | |||
$table | string | Table name |
메소드 | 설명 | |
---|---|---|
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 ( ) : |
||
리턴 |
public comments ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
리턴 | Illuminate\Database\Eloquent\Relations\HasMany |
public tags ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany | ||
리턴 | Illuminate\Database\Eloquent\Relations\BelongsToMany |