PHP 클래스 app\models\Post

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: forehalo/materialize-blog 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable
$table string Table name

공개 메소드들

메소드 설명
category ( ) : BelongsTo One to many relation.
comments ( ) : Illuminate\Database\Eloquent\Relations\HasMany One to many relation.
tags ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Many to many relation.

메소드 상세

category() 공개 메소드

One to many relation.
public category ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

comments() 공개 메소드

One to many relation.
public comments ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

tags() 공개 메소드

Many to many relation.
public tags ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
리턴 Illuminate\Database\Eloquent\Relations\BelongsToMany

프로퍼티 상세

$fillable 보호되어 있는 프로퍼티

protected $fillable

$table 보호되어 있는 프로퍼티

Table name
protected string $table
리턴 string