PHP Trait CreateModels

Afficher le fichier Open project: fenos/notifynder

Méthodes protégées

Méthode Description
createCategory ( array $data = [] ) : mixed Create Category.
createGroup ( array $data = [] ) : mixed Create Group.
createMultipleNotifications ( array $data = [] ) : mixed Shortcut Multi notifications.
createNotification ( array $data = [] ) : mixed Shortcut to create a new notification.
createUser ( array $data = [] ) : mixed

Method Details

createCategory() protected méthode

Create Category.
protected createCategory ( array $data = [] ) : mixed
$data array
Résultat mixed

createGroup() protected méthode

Create Group.
protected createGroup ( array $data = [] ) : mixed
$data array
Résultat mixed

createMultipleNotifications() protected méthode

Shortcut Multi notifications.
protected createMultipleNotifications ( array $data = [] ) : mixed
$data array
Résultat mixed

createNotification() protected méthode

Shortcut to create a new notification.
protected createNotification ( array $data = [] ) : mixed
$data array
Résultat mixed

createUser() protected méthode

protected createUser ( array $data = [] ) : mixed
$data array
Résultat mixed