. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * SOURCE_ORIGINATOR := {Size=1:248} * The person, agency, or entity who created the record. For a published work, this could be the * author, compiler, transcriber, abstractor, or editor. For an unpublished source, this may be an * individual, a government agency, church organization, or private organization, etc. */ class SourceOriginator extends AbstractElement { }