1
0
mirror of synced 2025-01-20 07:21:40 +03:00

fix for the accessor configuration constants

This commit is contained in:
chtito 2006-12-13 21:00:26 +00:00
parent 5d449f6af4
commit e89bfc8d40

View File

@ -196,6 +196,10 @@ final class Doctrine {
* ACCESSOR CONSTANTS
*/
/**
* constant for no accessors
*/
const ACCESSOR_NONE = 0;
/**
* constant for get accessors
*/
@ -207,7 +211,7 @@ final class Doctrine {
/**
* constant for both accessors get and set
*/
const ACCESSOR_BOTH = 4;
const ACCESSOR_BOTH = 3;
/**
* PORTABILITY CONSTANTS