Public Attributes | |
const | INBOX = ["cn_inbox", "inbox", NOTIFY_NAMESPACE] |
const | CITE_AS = ["ietf_cite_as", "ietf:cite-as", NOTIFY_NAMESPACE] |
const | ITEM = ["ietf_item", "ietf:item", NOTIFY_NAMESPACE] |
const | NAME = "name" |
const | MEDIA_TYPE = "mediaType" |
COAR Notify properties used in COAR Notify Patterns
Most of these are provided as 3 entry arrays, where the first element is an arbitrary id for the property, the second element is the bare name, and the third element is the namespace.
Some are provided as plain strings without namespaces.
These are suitable to be used as property names in all the property getters/setters in the notify pattern objects and in the validation configuration.
const coarnotify\core\notify\NotifyProperties::CITE_AS = ["ietf_cite_as", "ietf:cite-as", NOTIFY_NAMESPACE] |
ietf:cite-as
property
const coarnotify\core\notify\NotifyProperties::INBOX = ["cn_inbox", "inbox", NOTIFY_NAMESPACE] |
inbox
property
const coarnotify\core\notify\NotifyProperties::ITEM = ["ietf_item", "ietf:item", NOTIFY_NAMESPACE] |
ietf:item
property
const coarnotify\core\notify\NotifyProperties::MEDIA_TYPE = "mediaType" |
mediaType
property
const coarnotify\core\notify\NotifyProperties::NAME = "name" |
name
property