gedcomx-php
  • 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

  • Attribution
  • CustomEntity
  • CustomKeyedItem
  • EvidenceReference
  • ExtensibleData
  • Note
  • Qualifier
  • ResourceReference
  • TextValue
  • UniqueCustomKeyedItem

Interfaces

  • Attributable
  • HasNotes
  • HasTransientProperties

Interface HasTransientProperties

Direct known implementers

Gedcomx\Common\ExtensibleData

Indirect known implementers

Gedcomx\Agent\Address, Gedcomx\Agent\Agent, Gedcomx\Conclusion\Event, Gedcomx\Conclusion\EventRole, Gedcomx\Conclusion\Fact, Gedcomx\Conclusion\Gender, Gedcomx\Conclusion\Name, Gedcomx\Conclusion\NameForm, Gedcomx\Conclusion\NamePart, Gedcomx\Conclusion\Person, Gedcomx\Conclusion\PlaceDescription, Gedcomx\Conclusion\PlaceDisplayProperties, Gedcomx\Agent\OnlineAccount, Gedcomx\Conclusion\PlaceReference, Gedcomx\Conclusion\Relationship, Gedcomx\Conclusion\Subject, Gedcomx\Extensions\FamilySearch\FamilySearchPlatform, Gedcomx\Extensions\FamilySearch\Platform\Discussions\Comment, Gedcomx\Extensions\FamilySearch\Platform\Discussions\Discussion, Gedcomx\Extensions\FamilySearch\Platform\Tree\ChildAndParentsRelationship, Gedcomx\Extensions\FamilySearch\Platform\Tree\DiscussionReference, Gedcomx\Extensions\FamilySearch\Platform\Users\User, Gedcomx\Gedcomx, Gedcomx\Common\Attribution, Gedcomx\Links\HypermediaEnabledData, Gedcomx\Records\Collection, Gedcomx\Records\CollectionContent, Gedcomx\Records\Field, Gedcomx\Records\FieldDescriptor, Gedcomx\Records\FieldValue, Gedcomx\Records\FieldValueDescriptor, Gedcomx\Records\RecordDescriptor, Gedcomx\Records\RecordSet, Gedcomx\Source\Coverage, Gedcomx\Common\EvidenceReference, Gedcomx\Source\SourceCitation, Gedcomx\Source\SourceDescription, Gedcomx\Source\SourceReference, Gedcomx\Common\Note, Gedcomx\Conclusion\Conclusion, Gedcomx\Conclusion\DateInfo, Gedcomx\Conclusion\DisplayProperties, Gedcomx\Conclusion\Document

Namespace: Gedcomx\Common
Located at Common/HasTransientProperties.php

Methods summary

public the
# getTransientProperties( )

Get the transient properties.

Get the transient properties.

Returns

the
transient properties.
public mixed
# getTransientProperty( string $name )

Get a transient (non-serialized) property.

Get a transient (non-serialized) property.

Parameters

$name
The name of the property.

Returns

mixed
The property.
public
# setTransientProperty( string $name, mixed $value )

Set a transient (non-serialized) property.

Set a transient (non-serialized) property.

Parameters

$name
the name of the property.
$value
the property value.
gedcomx-php API documentation generated by ApiGen