BuyerService
Service for work with the buyer entity.
Table of Contents
Methods
- attachUserToBuyers() : Result
- Attach user to shop buyers.
- getInstance() : self
- Service instance.
Methods
attachUserToBuyers()
Attach user to shop buyers.
public
attachUserToBuyers(int $userId) : Result
Attaching only extranet users.
Parameters
- $userId : int
Return values
ResultgetInstance()
Service instance.
public
static getInstance() : self