. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * NAME_OF_PRODUCT := {Size=1:90} * The name of the software product that produced this transmission. */ class NameOfProduct extends AbstractElement { protected const MAXIMUM_LENGTH = 90; }