From bc1d7e0cd46ff462c195814a4a2712ed651e3a68 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 31 May 2007 20:11:58 +0000 Subject: [PATCH] --- lib/Doctrine.php | 4 ++++ 1 file changed, 4 insertions(+) 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 */