Cartalyst\Sentinel\Users\UserRepositoryInterface::findById PHP Method

findById() public method

Finds a user by the given primary key.
public findById ( integer $id ) : Cartalyst\Sentinel\Users\UserInterface
$id integer
return Cartalyst\Sentinel\Users\UserInterface
    public function findById($id);