. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * ADDRESS_LINE3 := {Size=1:60} * The third line of the address used for indexing. This is the value of * the second CONT line subordinate to the ADDR tag in the address structure. */ class AddressLine3 extends AbstractElement { protected const MAXIMUM_LENGTH = 60; }