PHP Class Fenos\Notifynder\Models\NotificationCategory

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: fenos/notifynder Class Usage Examples

Méthodes publiques

Свойство Type Description
$timestamps boolean

Protected Properties

Свойство Type Description
$fillable array
$table string

Méthodes publiques

Méthode Description
categories ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany Groups Categories.
notifications ( ) : Illuminate\Database\Eloquent\Relations\HasMany Relation with the notifications.

Method Details

categories() public méthode

Groups Categories.
public categories ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
Résultat Illuminate\Database\Eloquent\Relations\BelongsToMany

notifications() public méthode

Relation with the notifications.
public notifications ( ) : Illuminate\Database\Eloquent\Relations\HasMany
Résultat Illuminate\Database\Eloquent\Relations\HasMany

Property Details

$fillable protected_oe property

protected array $fillable
Résultat array

$table protected_oe property

protected string $table
Résultat string

$timestamps public_oe property

public bool $timestamps
Résultat boolean