recordId = (int)$recordId; parent::__construct($technicalData); } /** * @return int */ public function getRecordId() { return $this->recordId; } }