Show
Ignore:
Timestamp:
02/13/08 10:53:07 (11 months ago)
Author:
romanb
Message:

refactorings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3624 r3754  
    241241     * mode for immediate fetching 
    242242     * @see self::ATTR_FETCHMODE 
     243     * @deprecated??? 
    243244     */ 
    244245    const FETCHMODE_IMMEDIATE       = 0; 
     
    250251     * 
    251252     * @see self::ATTR_FETCHMODE 
     253     * @deprecated??? 
    252254     */ 
    253255    const FETCHMODE_BATCH           = 1; 
     
    259261     * 
    260262     * @see self::ATTR_FETCHMODE 
     263     * @deprecated??? 
    261264     */ 
    262265    const FETCHMODE_OFFSET          = 3; 
     
    268271     * 
    269272     * @see self::ATTR_FETCHMODE 
     273     * @deprecated??? 
    270274     */ 
    271275    const FETCHMODE_LAZY_OFFSET     = 4; 
     
    388392     * mode for optimistic locking 
    389393     * @see self::ATTR_LOCK 
     394     * @deprecated??? 
    390395     */ 
    391396    const LOCK_OPTIMISTIC       = 0; 
     
    397402     * 
    398403     * @see self::ATTR_LOCK 
     404     * @deprecated??? 
    399405     */ 
    400406    const LOCK_PESSIMISTIC      = 1;