From 3bcda166d26a12611878513f1e394f8a672d039c Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 18 Jan 2007 22:35:07 +0000 Subject: [PATCH] nested set configuration constants --- lib/Doctrine.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 69d39b7ea..6794908c9 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -177,6 +177,13 @@ final class Doctrine const ATTR_ACCESSOR_PREFIX_GET = 125; const ATTR_ACCESSOR_PREFIX_SET = 126; + /** + * NESTED SET CONSTANTS + */ + const ATTR_NS_ROOT_COLUMN_NAME = 130; + const ATTR_NS_GAP_SIZE = 131; + const ATTR_NS_GAP_DECREASE_EXP = 132; + /**