1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Configuration - List of attributes.php

45 lines
1.0 KiB
PHP
Raw Normal View History

* Doctrine::ATTR_LISTENER
* Doctrine::ATTR_FETCHMODE = 2;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_CACHE_DIR = 3;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_CACHE_TTL = 4;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_CACHE_SIZE = 5;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_CACHE_SLAM = 6;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_CACHE = 7;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_BATCH_SIZE = 8;
2007-04-14 01:49:11 +04:00
* Doctrine::ATTR_PK_COLUMNS = 9;
2007-04-14 01:49:11 +04:00
/**
* primary key type attribute
*/
* Doctrine::ATTR_PK_TYPE = 10;
2007-04-14 01:49:11 +04:00
/**
* locking attribute
*/
* Doctrine::ATTR_LOCKMODE = 11;
2007-04-14 01:49:11 +04:00
/**
* validatate attribute
*/
* Doctrine::ATTR_VLD = 12;
2007-04-14 01:49:11 +04:00
/**
* name prefix attribute
*/
* Doctrine::ATTR_NAME_PREFIX = 13;
2007-04-14 01:49:11 +04:00
/**
* create tables attribute
*/
* Doctrine::ATTR_CREATE_TABLES = 14;
2007-04-14 01:49:11 +04:00
/**
* collection key attribute
*/
* Doctrine::ATTR_COLL_KEY = 15;
2007-04-14 01:49:11 +04:00
/**
* collection limit attribute
*/
* Doctrine::ATTR_COLL_LIMIT = 16;