PHP 클래스 Fenos\Notifynder\Models\NotificationCategory

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

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps boolean

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
categories ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Groups Categories.
notifications ( ) : Illuminate\Database\Eloquent\Relations\HasMany Relation with the notifications.

메소드 상세

categories() 공개 메소드

Groups Categories.
public categories ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
리턴 Illuminate\Database\Eloquent\Relations\BelongsToMany

notifications() 공개 메소드

Relation with the notifications.
public notifications ( ) : Illuminate\Database\Eloquent\Relations\HasMany
리턴 Illuminate\Database\Eloquent\Relations\HasMany

프로퍼티 상세

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

protected array $fillable
리턴 array

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

protected string $table
리턴 string

$timestamps 공개적으로 프로퍼티

public bool $timestamps
리턴 boolean