From c2bcc79e954951ced2d75d2ada011e987686f7df Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 11 May 2012 10:33:41 +0200 Subject: [PATCH] Add status attribute --- lib/Alchemy/Phrasea/Border/Attribute/Attribute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Alchemy/Phrasea/Border/Attribute/Attribute.php b/lib/Alchemy/Phrasea/Border/Attribute/Attribute.php index c0759bed9f..cbeecdfb5f 100644 --- a/lib/Alchemy/Phrasea/Border/Attribute/Attribute.php +++ b/lib/Alchemy/Phrasea/Border/Attribute/Attribute.php @@ -18,6 +18,7 @@ interface Attribute { const NAME_METADATA = 'metadata'; const NAME_STORY = 'story'; + const NAME_STATUS = 'status'; /** * Return the name of the attribute, one of the self::NAME_* constants