gedcomx-php-client
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rs
          • Client
            • FamilyTree
            • Helpers
            • Memories
            • Util
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rs
      • Client
        • Exception
        • Options
        • Util
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Classes

  • DefaultJsonSerialization
  • DefaultXMLSerialization
  • GedcomxFile
  • GedcomxFileEntry
  • GedcomxOutput
  • Manifest
  • ManifestAttribute

Interfaces

  • GedcomxEntryDeserializer
  • GedcomxEntrySerializer

Exceptions

  • GedcomxFileException

Class ManifestAttribute

Represents a single attribute that can be used in a manifest file.

Class ManifestAttribute

Namespace: Gedcomx\GedcomxFile
Package: Gedcomx\GedcomxFile
Located at GedcomxFile/ManifestAttribute.php

Methods summary

public
# __construct( string $key, string $value )

Create a new instance of a ManifestAttribute

Create a new instance of a ManifestAttribute

Parameters

$key
$value
public string
# __toString( )

Define what a ManifestAttribute string output

Define what a ManifestAttribute string output

Returns

string
public string
# toString( )

Convert ManifestAttribute to a string

Convert ManifestAttribute to a string

Returns

string
public string
# getKey( )

Get the key value for this attribute

Get the key value for this attribute

Returns

string
public
# setKey( string $key )

Set the key value for this attribute

Set the key value for this attribute

Parameters

$key
public string
# getValue( )

Get the value for this attribute

Get the value for this attribute

Returns

string
public
# setValue( string $value )

Set the value for this attribute

Set the value for this attribute

Parameters

$value
gedcomx-php-client API documentation generated by ApiGen