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