OdooProductPluginLog - trickscompany/sylius-odoo-product-plugin GitHub Wiki


OdooProductPluginLog

  • Full name: \Fabit\SyliusOdooProductPlugin\Entity\OdooProductPluginLog

Properties

id

private $id

code

private $code

updatedAt

private $updatedAt

lastSyncDate

private $lastSyncDate

Methods

getId

public getId(): ?int

getCode

public getCode(): ?string

setCode

public setCode(?string $code): self

Parameters:

Parameter Type Description
$code ?string

getUpdatedAt

public getUpdatedAt(): ?\DateTimeInterface

setUpdatedAt

public setUpdatedAt(?\DateTimeInterface $updatedAt): self

Parameters:

Parameter Type Description
$updatedAt ?\DateTimeInterface

getLastSyncDate

public getLastSyncDate(): ?\DateTimeInterface

setLastSyncDate

public setLastSyncDate(?\DateTimeInterface $lastSyncDate): self

Parameters:

Parameter Type Description
$lastSyncDate ?\DateTimeInterface


Automatically generated on 2024-02-03

⚠️ **GitHub.com Fallback** ⚠️