extra['i'] ?? null; } /** * Checks if a creation instock value was saved with this entry. * * @return bool */ public function hasCreationInstockValue(): bool { return null !== $this->getCreationInstockValue(); } }