Cartalyst\Sentinel\Roles\RoleRepositoryInterface::findByName PHP 메소드

findByName() 공개 메소드

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