recordType = $recordType; parent::__construct($identifier, $name); } public function getRecordType() : RecordType{ return $this->recordType; } public function getMaxStackSize() : int{ return 1; } }