Class GedcomxOutput
Class GedcomxOutput
Namespace: Gedcomx\GedcomxFile
Package: Gedcomx\GedcomxFile
Located at GedcomxFile/GedcomxOutput.php
Package: Gedcomx\GedcomxFile
Located at GedcomxFile/GedcomxOutput.php
Methods summary
public
|
#
__construct(
Create a new instance of the .gedx file creator |
public
|
#
addAttribute( string $key, string $value )
Add an attribute to the manifest file for this archive. |
public
|
#
addAttributeToEntry( string $name, string $key, string $value )
Add a manifest file attribute for an entry |
public
|
#
updateEntryAttribute( string $name, string $key, string $value )
Update a manifest file attribute for an entry |
public
|
#
addGedcomxResource(
Add a Gedcomx object to the archive |
public
|
#
addFamilySearchResource(
Add a FamilySearch Extensions object to the archive |
public
|
#
addFileResource( string $filename, string $contentType = null, DateTime $lastModified = null )
Add a file resource to the archive |
public
|