Commit bc1d7e0c authored by zYne's avatar zYne

--no commit message

--no commit message
parent 6bd0bfe2
......@@ -356,6 +356,10 @@ final class Doctrine
* constant for composite identifier
*/
const IDENTIFIER_COMPOSITE = 4;
const ACCESSOR_BOTH = 0;
const ACCESSOR_SET = 1;
const ACCESSOR_GET = 2;
/**
* constructor
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment