Cartalyst\Sentinel\Users\UserRepositoryInterface::findById PHP Метод

findById() публичный Метод

Finds a user by the given primary key.
public findById ( integer $id ) : Cartalyst\Sentinel\Users\UserInterface
$id integer
Результат Cartalyst\Sentinel\Users\UserInterface
    public function findById($id);