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

getUser()

No description

setUser(User $user)

No description

bool
getHasResults()

No description

setHasResults(bool $hasResults)

No description

Details

at line 86
__construct()

ProductSearchLog constructor.

at line 94
integer getId()

Return Value

integer

at line 104
ProductSearchLog setId(int $id)

Parameters

int $id

Return Value

ProductSearchLog

at line 114
string getSearchParam()

Return Value

string

at line 124
ProductSearchLog setSearchParam(string $searchParam)

Parameters

string $searchParam

Return Value

ProductSearchLog

at line 134
User getUser()

Return Value

User

at line 144
ProductSearchLog setUser(User $user)

Parameters

User $user

Return Value

ProductSearchLog

at line 154
bool getHasResults()

Return Value

bool

at line 164
ProductSearchLog setHasResults(bool $hasResults)

Parameters

bool $hasResults

Return Value

ProductSearchLog