1
0
mirror of synced 2025-02-20 06:03:15 +03:00

nested set configuration constants

This commit is contained in:
zYne 2007-01-18 22:35:07 +00:00
parent 8ed299a13d
commit 3bcda166d2

View File

@ -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;
/**