Cartalyst\Sentinel\Users\UserRepositoryInterface::findById PHP Méthode

findById() public méthode

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