Cartalyst\Sentinel\Roles\RoleRepositoryInterface::findByName PHP Méthode

findByName() public méthode

Finds a role by the given name.
public findByName ( string $name ) : Cartalyst\Sentinel\Roles\RoleInterface
$name string
Résultat Cartalyst\Sentinel\Roles\RoleInterface
    public function findByName($name);