diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 9e39c95d0..8dd58985b 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -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 */