Cartalyst\Sentinel\Roles\RoleRepositoryInterface::findById PHP Method

findById() public method

Finds a role by the given primary key.
public findById ( integer $id ) : Cartalyst\Sentinel\Roles\RoleInterface
$id integer
return Cartalyst\Sentinel\Roles\RoleInterface
    public function findById($id);