This commit is contained in:
parent
6bd0bfe206
commit
bc1d7e0cd4
1 changed files with 4 additions and 0 deletions
|
@ -356,6 +356,10 @@ final class Doctrine
|
||||||
* constant for composite identifier
|
* constant for composite identifier
|
||||||
*/
|
*/
|
||||||
const IDENTIFIER_COMPOSITE = 4;
|
const IDENTIFIER_COMPOSITE = 4;
|
||||||
|
|
||||||
|
const ACCESSOR_BOTH = 0;
|
||||||
|
const ACCESSOR_SET = 1;
|
||||||
|
const ACCESSOR_GET = 2;
|
||||||
/**
|
/**
|
||||||
* constructor
|
* constructor
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue