PHP 인터페이스 Fenos\Notifynder\Contracts\NotifynderGroupDB

파일 보기 프로젝트 열기: fenos/notifynder 0 사용 예제들

공개 메소드들

메소드 설명
create ( $name ) : Model | static Create a new group.
delete ( $groupId ) : mixed Delete a group.
find ( $groupId ) : Illuminate\Database\Eloquent\Collection | Model | static Find a group by ID.
findByName ( $name ) : mixed Find a group by name.

메소드 상세

create() 공개 메소드

Create a new group.
public create ( $name ) : Model | static
$name
리턴 Illuminate\Database\Eloquent\Model | static

delete() 공개 메소드

Delete a group.
public delete ( $groupId ) : mixed
$groupId
리턴 mixed

find() 공개 메소드

Find a group by ID.
public find ( $groupId ) : Illuminate\Database\Eloquent\Collection | Model | static
$groupId
리턴 Illuminate\Database\Eloquent\Collection | Illuminate\Database\Eloquent\Model | static

findByName() 공개 메소드

Find a group by name.
public findByName ( $name ) : mixed
$name
리턴 mixed