Method | Description | |
---|---|---|
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 | |
return | Learner\Models\Role |
public listAll ( ) : Illuminate\Database\Eloquent\Collection | ||
return | Illuminate\Database\Eloquent\Collection |