RecordsTags

Package: Record

class RecordsTags

extends Omeka_Record_AbstractRecord

Linkage between a record and a tag.

property RecordsTags::$record_id

int

ID of the record being linked.

property RecordsTags::$record_type

int

Type of the record being linked.

property RecordsTags::$tag_id

int

ID of the tag being linked.

property RecordsTags::$time

string

Timestamp when this linkage was created.

RecordsTags::_initializeMixins()