. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * NAME_OF_BUSINESS := {Size=1:90} * Name of the business, corporation, or person that produced or commissioned * the product. */ class NameOfBusiness extends AbstractElement { protected const MAX_LENGTH = 90; }