Add status attribute

This commit is contained in:
Romain Neutron
2012-05-11 10:33:41 +02:00
parent e1121f538c
commit c2bcc79e95

View File

@@ -18,6 +18,7 @@ interface Attribute
{ {
const NAME_METADATA = 'metadata'; const NAME_METADATA = 'metadata';
const NAME_STORY = 'story'; const NAME_STORY = 'story';
const NAME_STATUS = 'status';
/** /**
* Return the name of the attribute, one of the self::NAME_* constants * Return the name of the attribute, one of the self::NAME_* constants