nested set configuration constants
This commit is contained in:
parent
8ed299a13d
commit
3bcda166d2
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue