Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Classes

  • ODD
  • ODDDocument
  • ODDEntity
  • ODDMetaData

Interfaces

  • Exportable
  • Overview
  • Package
  • Class
  • Tree

Class ODDMetaData

ODD Metadata class.

ODD
Extended by ODDMetaData
Package: Elgg\Core\ODD
Located at ODDMetaData.php
Methods summary
public
# __construct( string $uuid, string $entity_uuid, string $name, string $value, string $type = "", string $owner_uuid = "" )

New ODD metadata

New ODD metadata

Parameters

$uuid
string
$uuid Unique ID
$entity_uuid
string
$entity_uuid Another unique ID
$name
string
$name Name
$value
string
$value Value
$type
string
$type Type
$owner_uuid
string
$owner_uuid Owner ID

Overrides

ODD::__construct()
protected string
# getTagName( )

Returns 'metadata'

Returns 'metadata'

Returns

string
'metadata'
Methods inherited from ODD
__toString(), getAttribute(), getAttributes(), getBody(), getPublishedAsTime(), setAttribute(), setBody(), setPublished()
API documentation generated by ApiGen 2.8.0