메소드 | 설명 | |
---|---|---|
findByName ( string $name ) : Learner\Models\Role | Find a role by it's name. | |
listAll ( ) : Illuminate\Database\Eloquent\Collection | List all role. |
public findByName ( string $name ) : Learner\Models\Role | ||
$name | string | |
리턴 | Learner\Models\Role |
public listAll ( ) : Illuminate\Database\Eloquent\Collection | ||
리턴 | Illuminate\Database\Eloquent\Collection |