. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * NAME_OF_REPOSITORY := {Size=1:90} * The official name of the archive in which the stated source material is stored. */ class NameOfRepository extends AbstractElement { protected const MAXIMUM_LENGTH = 90; }