. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * RESPONSIBLE_AGENCY := {Size=1:120} * The organization, institution, corporation, person, or other entity that has * responsibility for the associated context. For example, an employer of a * person of an associated occupation, or a church that administered rites or * events, or an organization responsible for creating and/or archiving records. */ class ResponsibleAgency extends AbstractElement { protected const MAXIMUM_LENGTH = 120; }