ProductSearchLog
class ProductSearchLog implements PrimaryKeyInterface
Class ProductSearchLog
Properties
| protected string | $searchParam | Searched param for product | |
| protected User | $user | User which searched | |
| protected bool | $hasResults | Search had results | |
| protected DateTime|null | $createdAt | Date when searched happend |
Methods
__construct()
ProductSearchLog constructor.
integer
getId()
No description
setId(int $id)
No description
string
getSearchParam()
No description
setSearchParam(string $searchParam)
No description
bool
getHasResults()
No description
setHasResults(bool $hasResults)
No description
Details
at line 86
__construct()
ProductSearchLog constructor.