public function InvoiceItemInterface::setCreatedTime in Commerce Invoice 8.2
Sets the invoice item creation timestamp.
Parameters
int $timestamp: The invoice item creation timestamp.
Return value
$this
1 method overrides InvoiceItemInterface::setCreatedTime()
- InvoiceItem::setCreatedTime in src/
Entity/ InvoiceItem.php - Sets the invoice item creation timestamp.
File
- src/
Entity/ InvoiceItemInterface.php, line 215
Class
- InvoiceItemInterface
- Defines the interface for invoice items.
Namespace
Drupal\commerce_invoice\EntityCode
public function setCreatedTime($timestamp);