Engine/DataModel/Entities/ElggObject

The ElggObject entity type represents arbitrary objects within an Elgg install; things like blog posts, uploaded files, etc.

Beyond the standard ElggEntity properties, ElggObjects also support the following. It is anticipated that most data will be stored via metadata.

  • title The title of the object
  • description A plain text description

Also see

Search docs