1 2 3 4 5 6 7 8 9 10 11 12
<?php namespace Gedcomx\Extensions\FamilySearch\Types; class FactType extends \Gedcomx\Types\FactType { /** * A FamilySearch extension type for a brief sketch of an individual's life. */ const LIFE_SKETCH = "http://familysearch.org/v1/LifeSketch"; }