PHP 트레잇 CreateModels

파일 보기 프로젝트 열기: fenos/notifynder

보호된 메소드들

메소드 설명
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

메소드 상세

createCategory() 보호된 메소드

Create Category.
protected createCategory ( array $data = [] ) : mixed
$data array
리턴 mixed

createGroup() 보호된 메소드

Create Group.
protected createGroup ( array $data = [] ) : mixed
$data array
리턴 mixed

createMultipleNotifications() 보호된 메소드

Shortcut Multi notifications.
protected createMultipleNotifications ( array $data = [] ) : mixed
$data array
리턴 mixed

createNotification() 보호된 메소드

Shortcut to create a new notification.
protected createNotification ( array $data = [] ) : mixed
$data array
리턴 mixed

createUser() 보호된 메소드

protected createUser ( array $data = [] ) : mixed
$data array
리턴 mixed