. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; /** * PLACE_PHONETIC_VARIATION := {Size=1:120} * The phonetic variation of the place name is written in the same form as was * the place name used in the superior primitive, but phonetically * written using the method indicated by the subordinate value, * for example if hiragana was used to provide a reading of a a name written in * kanji, then the value would indicate kana. * (See page 57.) */ class PlacePhoneticVariation extends AbstractElement { }