-- MySQL dump 10.11 -- -- Host: localhost Database: doctrine_website -- ------------------------------------------------------ -- Server version 5.0.51a-3ubuntu5.4 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `api_class` -- DROP TABLE IF EXISTS `api_class`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_class` ( `id` int(11) NOT NULL auto_increment, `api_release_id` int(11) default NULL, `php_doc_id` varchar(255) default NULL, `parent_php_doc_id` varchar(255) default NULL, `package` varchar(255) default NULL, `sub_package` varchar(255) default NULL, `name` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `is_helper` tinyint(1) default NULL, `slug` longtext, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`id`), KEY `api_release_id_idx` (`api_release_id`), CONSTRAINT `api_class_ibfk_1` FOREIGN KEY (`api_release_id`) REFERENCES `api_release` (`id`), CONSTRAINT `api_class_ibfk_2` FOREIGN KEY (`api_release_id`) REFERENCES `api_release` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=161619 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_class` -- LOCK TABLES `api_class` WRITE; /*!40000 ALTER TABLE `api_class` DISABLE KEYS */; INSERT INTO `api_class` VALUES (147423,2,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147424,2,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','','the purpose of Doctrine_Access is to provice array access and property overload interface for subclasses',NULL,'doctrine-access','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147425,2,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','Doctrine_Adapter_Db2 IBM DB2 Adapter [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-db2','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147426,2,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','\n Doctrine_Adapter_Interface This adapter interface should be implemented by\n all custom adapters\n','',NULL,'doctrine-adapter-interface','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147427,2,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine_Adapter_Mock This class is used for special testing purposes.','',NULL,'doctrine-adapter-mock','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147428,2,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Doctrine_Adapter_Mysqli This class is used for special testing purposes.','',NULL,'doctrine-adapter-mysqli','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147429,2,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Doctrine_Adapter_Oracle [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-oracle','2008-07-25 07:40:26','2008-07-25 07:40:26'),(147430,2,'default.doctrine.adapter.doctrine-adapter-resource',NULL,'Doctrine','adapter','Doctrine_Adapter_Resource','','',NULL,'doctrine-adapter-resource','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147431,2,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147432,2,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Doctrine_Adapter_Statement','',NULL,'doctrine-adapter-statement-interface','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147433,2,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','\n Doctrine_Adapter_Statement_Mock This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-statement-mock','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147434,2,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-plugin','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147435,2,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-07-25 07:40:27','2008-07-25 07:40:27'),(147436,2,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147437,2,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','','',NULL,'doctrine-cache-apc','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147438,2,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Doctrine_Cache_Interface','',NULL,'doctrine-cache-array','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147439,2,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','','',NULL,'doctrine-cache-db','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147440,2,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','','',NULL,'doctrine-cache-driver','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147441,2,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','','',NULL,'doctrine-cache-interface','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147442,2,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','','',NULL,'doctrine-cache-memcache','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147443,2,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','','',NULL,'doctrine-cli','2008-07-25 07:40:28','2008-07-25 07:40:28'),(147444,2,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','',NULL,'doctrine-cli-ansi-color-formatter','2008-07-25 07:40:30','2008-07-25 07:40:30'),(147445,2,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','',NULL,'doctrine-cli-formatter','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147446,2,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147447,2,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147448,2,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-expandable','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147449,2,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147450,2,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147451,2,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147452,2,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(147453,2,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147454,2,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147455,2,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-07-25 07:40:34','2008-07-25 07:40:34'),(147456,2,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147457,2,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147458,2,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147459,2,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147460,2,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147461,2,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147462,2,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147463,2,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147464,2,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147465,2,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147466,2,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147467,2,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147468,2,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147469,2,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147470,2,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147471,2,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147472,2,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147473,2,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-07-25 07:40:36','2008-07-25 07:40:36'),(147474,2,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147475,2,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147476,2,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','',NULL,'doctrine-connection-unit-of-work','2008-07-25 07:40:37','2008-07-25 07:40:37'),(147477,2,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147478,2,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147479,2,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147480,2,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147481,2,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147482,2,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147483,2,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-07-25 07:40:39','2008-07-25 07:40:39'),(147484,2,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147485,2,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147486,2,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147487,2,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147488,2,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147489,2,'default.doctrine.db.doctrine-db',NULL,'Doctrine','db','Doctrine_Db','','',NULL,'doctrine-db','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147490,2,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147491,2,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-07-25 07:40:40','2008-07-25 07:40:40'),(147492,2,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147493,2,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147494,2,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147495,2,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147496,2,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147497,2,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147498,2,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147499,2,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147500,2,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147501,2,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147502,2,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147503,2,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147504,2,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147505,2,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147506,2,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-07-25 07:40:41','2008-07-25 07:40:41'),(147507,2,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147508,2,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147509,2,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147510,2,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147511,2,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147512,2,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147513,2,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147514,2,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147515,2,'default.doctrine.filefinder.doctrine-filefinder',NULL,'Doctrine','filefinder','Doctrine_FileFinder','This is a port of sfFinder from the symfony-project.','http://www.symfony-project.com\nAllow to build rules to find files and directories.\nAll rules may be invoked several times, except for ->in() method. Some rules are cumulative (->name() for example) whereas others are destructive (most recent value',NULL,'doctrine-file-finder','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147516,2,'default.doctrine.filefinder.doctrine-globtoregex',NULL,'Doctrine','filefinder','Doctrine_GlobToRegex','Match globbing patterns against text.','if match_glob("foo.*", "foo.bar") echo "matched\\n";\n// prints foo.bar and foo.baz $regex = glob_to_regex("foo.*"); for (array('foo.bar', 'foo.baz', 'foo', 'bar') as $t) { ',NULL,'doctrine-glob-to-regex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(147517,2,'default.doctrine.filefinder.doctrine-numbercompare',NULL,'Doctrine','filefinder','Doctrine_NumberCompare','Numeric comparisons.','Doctrine_NumberCompare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again. Now this would be very pointless, if Doctrine_NumberCompare didn't understand magnitudes. The target value may use',NULL,'doctrine-number-compare','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147518,2,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147519,2,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147520,2,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147521,2,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147522,2,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147523,2,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147524,2,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147525,2,'default.doctrine.hydrate.doctrine-hydrate','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrate','Doctrine_Hydrate is a base class for Doctrine_RawSql and Doctrine_Query.','Its purpose is to populate object graphs.',NULL,'doctrine-hydrate','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147526,2,'default.doctrine.hydrate.doctrine-hydrate-array',NULL,'Doctrine','hydrate','Doctrine_Hydrate_Array','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrate-array','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147527,2,'default.doctrine.hydrate.doctrine-hydrate-record','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrate_Record','\n Doctrine_Hydrate_Record defines a record fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrate-record','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147528,2,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-plugin','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147529,2,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147530,2,'default.doctrine.import.doctrine-import-builder',NULL,'Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147531,2,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147532,2,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147533,2,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147534,2,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147535,2,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147536,2,'default.doctrine.import.doctrine-import-reader',NULL,'Doctrine','import','Doctrine_Import_Reader','\n class Doctrine_Import_Reader Is responsible of reading a database\n definitions from a source and costructing a database schema\n','',NULL,'doctrine-import-reader','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147537,2,'default.doctrine.import.doctrine-import-reader-db','default.doctrine.import.doctrine-import-reader','Doctrine','import','Doctrine_Import_Reader_Db','\n class Doctrine_Import_Reader_Db Reads a database using the given PDO\n connection and constructs a database schema\n','',NULL,'doctrine-import-reader-db','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147538,2,'default.doctrine.import.doctrine-import-reader-xml-propel','default.doctrine.import.doctrine-import-reader','Doctrine','import','Doctrine_Import_Reader_Xml_Propel','class Doctrine_Import_Reader_Xml_Propel','',NULL,'doctrine-import-reader-xml-propel','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147539,2,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','class Doctrine_Import_Schema','Different methods to import a XML schema. The logic behind using two different methods is simple. Some people will like the idea of producing Doctrine_Record objects directly, which is totally fine. But in fast and growing application, table definition',NULL,'doctrine-import-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147540,2,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147541,2,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147542,2,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147543,2,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-07-25 07:40:43','2008-07-25 07:40:43'),(147544,2,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147545,2,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147546,2,'default.doctrine.migration.doctrine-migration-builder',NULL,'Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147547,2,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147548,2,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147549,2,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147550,2,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-07-25 07:40:44','2008-07-25 07:40:44'),(147551,2,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147552,2,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147553,2,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147554,2,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147555,2,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147556,2,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147557,2,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147558,2,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147559,2,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147560,2,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-07-25 07:40:45','2008-07-25 07:40:45'),(147561,2,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147562,2,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147563,2,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147564,2,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147565,2,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147566,2,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147567,2,'default.doctrine.plugin.doctrine-plugin',NULL,'Doctrine','plugin','Doctrine_Plugin','','',NULL,'doctrine-plugin','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147568,2,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','','',NULL,'doctrine-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147569,2,'default.doctrine.query.doctrine-query-abstract','default.doctrine.hydrate.doctrine-hydrate','Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147570,2,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147571,2,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147572,2,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147573,2,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147574,2,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147575,2,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147576,2,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147577,2,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147578,2,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147579,2,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147580,2,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147581,2,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147582,2,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147583,2,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147584,2,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147585,2,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147586,2,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147587,2,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','',NULL,'doctrine-raw-sql','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147588,2,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-07-25 07:40:46','2008-07-25 07:40:46'),(147589,2,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147590,2,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147591,2,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147592,2,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147593,2,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147594,2,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147595,2,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147596,2,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147597,2,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147598,2,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147599,2,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147600,2,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147601,2,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147602,2,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147603,2,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147604,2,'default.doctrine.resource.doctrine-resource',NULL,'Doctrine','resource','Doctrine_Resource','','',NULL,'doctrine-resource','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147605,2,'default.doctrine.resource.doctrine-resource-client','default.doctrine.resource.doctrine-resource','Doctrine','resource','Doctrine_Resource_Client','','',NULL,'doctrine-resource-client','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147606,2,'default.doctrine.resource.doctrine-resource-collection','default.doctrine.resource.doctrine-resource-access','Doctrine','resource','Doctrine_Resource_Collection','','',NULL,'doctrine-resource-collection','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147607,2,'default.doctrine.resource.doctrine-resource-params',NULL,'Doctrine','resource','Doctrine_Resource_Params','','',NULL,'doctrine-resource-params','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147608,2,'default.doctrine.resource.doctrine-resource-query',NULL,'Doctrine','resource','Doctrine_Resource_Query','','',NULL,'doctrine-resource-query','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147609,2,'default.doctrine.resource.doctrine-resource-record','default.doctrine.resource.doctrine-resource-access','Doctrine','resource','Doctrine_Resource_Record','','',NULL,'doctrine-resource-record','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147610,2,'default.doctrine.resource.doctrine-resource-request','default.doctrine.resource.doctrine-resource-params','Doctrine','resource','Doctrine_Resource_Request','','',NULL,'doctrine-resource-request','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147611,2,'default.doctrine.resource.doctrine-resource-server','default.doctrine.resource.doctrine-resource','Doctrine','resource','Doctrine_Resource_Server','','',NULL,'doctrine-resource-server','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147612,2,'default.doctrine.resource.doctrine-resource-table',NULL,'Doctrine','resource','Doctrine_Resource_Table','','',NULL,'doctrine-resource-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(147613,2,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-plugin','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147614,2,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147615,2,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147616,2,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147617,2,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147618,2,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147619,2,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147620,2,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147621,2,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147622,2,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147623,2,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147624,2,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147625,2,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147626,2,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147627,2,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147628,2,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147629,2,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147630,2,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147631,2,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147632,2,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147633,2,'default.doctrine.spyc.doctrine-spyc',NULL,'Doctrine','spyc','Doctrine_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-spyc','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147634,2,'default.doctrine.spyc.doctrine-yamlnode',NULL,'Doctrine','spyc','Doctrine_YamlNode','A node, used by Doctrine_Spyc for parsing YAML.','',NULL,'doctrine-yaml-node','2008-07-25 07:40:48','2008-07-25 07:40:48'),(147635,2,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147636,2,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147637,2,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147638,2,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147639,2,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147640,2,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147641,2,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147642,2,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147643,2,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147644,2,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147645,2,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147646,2,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147647,2,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147648,2,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147649,2,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147650,2,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147651,2,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-07-25 07:40:49','2008-07-25 07:40:49'),(147652,2,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147653,2,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147654,2,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147655,2,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147656,2,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147657,2,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147658,2,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147659,2,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147660,2,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','','',NULL,'doctrine-template','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147661,2,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','','',NULL,'doctrine-template-i18n','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147662,2,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-listener-sluggable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147663,2,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','','',NULL,'doctrine-template-listener-timestampable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147664,2,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','','',NULL,'doctrine-template-nested-set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147665,2,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147666,2,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147667,2,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records',NULL,'doctrine-template-timestampable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147668,2,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','',NULL,'doctrine-template-versionable','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147669,2,'default.doctrine.tokenizer.doctrine-tokenizer',NULL,'Doctrine','tokenizer','Doctrine_Tokenizer','','',NULL,'doctrine-tokenizer','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147670,2,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147671,2,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147672,2,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147673,2,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147674,2,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147675,2,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147676,2,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147677,2,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147678,2,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147679,2,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147680,2,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n Doctrine_Validator Doctrine_Validator performs validations in record\n properties\n','',NULL,'doctrine-validator','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147681,2,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147682,2,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147683,2,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147684,2,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147685,2,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147686,2,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147687,2,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147688,2,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147689,2,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147690,2,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147691,2,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147692,2,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147693,2,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147694,2,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147695,2,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147696,2,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147697,2,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147698,2,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147699,2,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147700,2,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-07-25 07:40:50','2008-07-25 07:40:50'),(147701,2,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-07-25 07:40:51','2008-07-25 07:40:51'),(147702,2,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-07-25 07:40:51','2008-07-25 07:40:51'),(147703,3,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147704,3,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','\n Provides array access and property overload interface for Doctrine\n subclasses\n','',NULL,'doctrine-access','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147705,3,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147706,3,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2008-07-25 07:40:54','2008-07-25 07:40:54'),(147707,3,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','','This class is used for special testing purposes.',NULL,'doctrine-adapter-mock','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147708,3,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Doctrine_Adapter_Mysqli This class is used for special testing purposes.','',NULL,'doctrine-adapter-mysqli','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147709,3,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Doctrine_Adapter_Oracle [BORROWED FROM ZEND FRAMEWORK]','',NULL,'doctrine-adapter-oracle','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147710,3,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147711,3,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Doctrine_Adapter_Statement','',NULL,'doctrine-adapter-statement-interface','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147712,3,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','\n Doctrine_Adapter_Statement_Mock This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-statement-mock','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147713,3,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147714,3,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147715,3,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147716,3,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','','',NULL,'doctrine-cache-apc','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147717,3,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Doctrine_Cache_Interface','',NULL,'doctrine-cache-array','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147718,3,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','','',NULL,'doctrine-cache-db','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147719,3,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','','',NULL,'doctrine-cache-driver','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147720,3,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','','',NULL,'doctrine-cache-interface','2008-07-25 07:40:55','2008-07-25 07:40:55'),(147721,3,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','','',NULL,'doctrine-cache-memcache','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147722,3,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','','',NULL,'doctrine-cache-xcache','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147723,3,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','','',NULL,'doctrine-cli','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147724,3,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','',NULL,'doctrine-cli-ansi-color-formatter','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147725,3,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','',NULL,'doctrine-cli-formatter','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147726,3,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147727,3,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147728,3,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-expandable','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147729,3,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147730,3,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147731,3,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147732,3,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147733,3,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147734,3,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147735,3,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147736,3,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147737,3,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-07-25 07:40:56','2008-07-25 07:40:56'),(147738,3,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147739,3,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147740,3,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147741,3,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147742,3,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147743,3,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147744,3,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147745,3,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147746,3,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147747,3,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147748,3,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147749,3,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147750,3,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147751,3,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147752,3,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147753,3,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147754,3,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-07-25 07:40:57','2008-07-25 07:40:57'),(147755,3,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147756,3,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','',NULL,'doctrine-connection-unit-of-work','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147757,3,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147758,3,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147759,3,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147760,3,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147761,3,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147762,3,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147763,3,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147764,3,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147765,3,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147766,3,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147767,3,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147768,3,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147769,3,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147770,3,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147771,3,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147772,3,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147773,3,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147774,3,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147775,3,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147776,3,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147777,3,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147778,3,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147779,3,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-07-25 07:40:58','2008-07-25 07:40:58'),(147780,3,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147781,3,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147782,3,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147783,3,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147784,3,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147785,3,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147786,3,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147787,3,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(147788,3,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147789,3,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147790,3,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147791,3,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147792,3,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147793,3,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147794,3,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147795,3,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147796,3,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147797,3,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147798,3,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147799,3,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147800,3,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147801,3,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Doctrine_Hydrate is a base class for Doctrine_RawSql and Doctrine_Query.','Its purpose is to populate object graphs.',NULL,'doctrine-hydrator','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147802,3,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147803,3,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrator-array-driver','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147804,3,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','\n Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\n collections of entity objects.\n','',NULL,'doctrine-hydrator-record-driver','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147805,3,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-07-25 07:41:00','2008-07-25 07:41:00'),(147806,3,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147807,3,'default.doctrine.import.doctrine-import-builder',NULL,'Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147808,3,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147809,3,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147810,3,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147811,3,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147812,3,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147813,3,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147814,3,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147815,3,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine_Inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across the internet through php development for several years. They have been updated and modified a little bit for Doctrine but are mainly untouched.',NULL,'doctrine-inflector','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147816,3,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147817,3,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147818,3,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147819,3,'default.doctrine.log.doctrine-log',NULL,'Doctrine','log','Doctrine_Log','','',NULL,'doctrine-log','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147820,3,'default.doctrine.log.doctrine-log-filter-interface',NULL,'Doctrine','log','Doctrine_Log_Filter_Interface','','',NULL,'doctrine-log-filter-interface','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147821,3,'default.doctrine.log.doctrine-log-filter-message',NULL,'Doctrine','log','Doctrine_Log_Filter_Message','','',NULL,'doctrine-log-filter-message','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147822,3,'default.doctrine.log.doctrine-log-filter-priority',NULL,'Doctrine','log','Doctrine_Log_Filter_Priority','','',NULL,'doctrine-log-filter-priority','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147823,3,'default.doctrine.log.doctrine-log-filter-suppress',NULL,'Doctrine','log','Doctrine_Log_Filter_Suppress','','',NULL,'doctrine-log-filter-suppress','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147824,3,'default.doctrine.log.doctrine-log-formatter-interface',NULL,'Doctrine','log','Doctrine_Log_Formatter_Interface','','',NULL,'doctrine-log-formatter-interface','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147825,3,'default.doctrine.log.doctrine-log-formatter-simple',NULL,'Doctrine','log','Doctrine_Log_Formatter_Simple','','',NULL,'doctrine-log-formatter-simple','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147826,3,'default.doctrine.log.doctrine-log-formatter-xml',NULL,'Doctrine','log','Doctrine_Log_Formatter_Xml','','',NULL,'doctrine-log-formatter-xml','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147827,3,'default.doctrine.log.doctrine-log-writer-abstract',NULL,'Doctrine','log','Doctrine_Log_Writer_Abstract','','',NULL,'doctrine-log-writer-abstract','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147828,3,'default.doctrine.log.doctrine-log-writer-db','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Db','','',NULL,'doctrine-log-writer-db','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147829,3,'default.doctrine.log.doctrine-log-writer-mock','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Mock','','',NULL,'doctrine-log-writer-mock','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147830,3,'default.doctrine.log.doctrine-log-writer-null','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Null','','',NULL,'doctrine-log-writer-null','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147831,3,'default.doctrine.log.doctrine-log-writer-stream','default.doctrine.log.doctrine-log-writer-abstract','Doctrine','log','Doctrine_Log_Writer_Stream','','',NULL,'doctrine-log-writer-stream','2008-07-25 07:41:01','2008-07-25 07:41:01'),(147832,3,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147833,3,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147834,3,'default.doctrine.migration.doctrine-migration-builder',NULL,'Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147835,3,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147836,3,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147837,3,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147838,3,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147839,3,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147840,3,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147841,3,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147842,3,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147843,3,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147844,3,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147845,3,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147846,3,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147847,3,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147848,3,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147849,3,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147850,3,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147851,3,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147852,3,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147853,3,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147854,3,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147855,3,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147856,3,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','\n Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\n to query databases for data in an object-oriented fashion. A DQL query\n understands relations and inheritance and is dbms independant.\n','',NULL,'doctrine-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147857,3,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-07-25 07:41:02','2008-07-25 07:41:02'),(147858,3,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147859,3,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147860,3,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147861,3,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147862,3,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147863,3,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147864,3,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147865,3,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147866,3,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147867,3,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147868,3,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147869,3,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147870,3,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147871,3,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147872,3,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147873,3,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147874,3,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147875,3,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147876,3,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-raw-sql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147877,3,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147878,3,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147879,3,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147880,3,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147881,3,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147882,3,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147883,3,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147884,3,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147885,3,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147886,3,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147887,3,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147888,3,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147889,3,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147890,3,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147891,3,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147892,3,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147893,3,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147894,3,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147895,3,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147896,3,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147897,3,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147898,3,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147899,3,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147900,3,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147901,3,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147902,3,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147903,3,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147904,3,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147905,3,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147906,3,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147907,3,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147908,3,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147909,3,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147910,3,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147911,3,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147912,3,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147913,3,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-parser-spyc','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147914,3,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yaml-node','2008-07-25 07:41:03','2008-07-25 07:41:03'),(147915,3,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147916,3,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147917,3,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147918,3,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147919,3,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147920,3,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147921,3,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147922,3,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147923,3,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147924,3,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147925,3,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147926,3,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147927,3,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147928,3,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147929,3,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147930,3,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147931,3,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147932,3,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147933,3,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147934,3,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147935,3,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147936,3,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147937,3,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147938,3,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147939,3,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147940,3,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','','',NULL,'doctrine-template','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147941,3,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','','Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances',NULL,'doctrine-template-geographical','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147942,3,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','','',NULL,'doctrine-template-i18n','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147943,3,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-listener-sluggable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147944,3,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','','',NULL,'doctrine-template-listener-timestampable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147945,3,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','','',NULL,'doctrine-template-nested-set','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147946,3,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147947,3,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147948,3,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records',NULL,'doctrine-template-timestampable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147949,3,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','',NULL,'doctrine-template-versionable','2008-07-25 07:41:04','2008-07-25 07:41:04'),(147950,3,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147951,3,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147952,3,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147953,3,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147954,3,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147955,3,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147956,3,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147957,3,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147958,3,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147959,3,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147960,3,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n Doctrine_Validator Doctrine_Validator performs validations on record\n properties\n','',NULL,'doctrine-validator','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147961,3,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147962,3,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147963,3,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147964,3,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147965,3,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147966,3,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147967,3,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147968,3,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147969,3,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147970,3,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147971,3,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147972,3,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147973,3,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147974,3,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147975,3,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147976,3,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147977,3,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147978,3,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147979,3,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147980,3,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147981,3,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147982,3,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147983,3,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(147984,3,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-07-25 07:41:05','2008-07-25 07:41:05'),(158865,4,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2008-09-01 05:38:29','2008-09-01 05:38:29'),(158866,4,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','\n Provides array access and property overload interface for Doctrine\n subclasses\n','',NULL,'doctrine-access','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158867,4,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158868,4,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158869,4,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','\n Doctrine mock connection adapter. This class is used for special testing\n purposes.\n','',NULL,'doctrine-adapter-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158870,4,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158871,4,'default.doctrine.adapter.doctrine-adapter-oracle','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158872,4,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158873,4,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158874,4,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158875,4,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-audit-log','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158876,4,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-audit-log-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158877,4,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158878,4,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158879,4,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158880,4,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158881,4,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158882,4,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158883,4,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158884,4,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158885,4,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158886,4,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','\n Command line interface class Interface for easily executing Doctrine_Task\n classes from a command line interface\n','',NULL,'doctrine-cli','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158887,4,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','\n Doctrine_AnsiColorFormatter provides methods to colorize text to be\n displayed on a console.\n','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansi-color-formatter','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158888,4,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','\n Doctrine_Cli_Formatter provides methods to format text to be displayed on a\n console.\n','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158889,4,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158890,4,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158891,4,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158892,4,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158893,4,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158894,4,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158895,4,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158896,4,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','\n Doctrine_Compiler This class can be used for compiling the entire Doctrine\n framework into a single file\n','',NULL,'doctrine-compiler','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158897,4,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','\n Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\n Doctrine_Connection\n','',NULL,'doctrine-configurable','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158898,4,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n \n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is o',NULL,'doctrine-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158899,4,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158900,4,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158901,4,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158902,4,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158903,4,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158904,4,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158905,4,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158906,4,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158907,4,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158908,4,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158909,4,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158910,4,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158911,4,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158912,4,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158913,4,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158914,4,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158915,4,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158916,4,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158917,4,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158918,4,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158919,4,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unit-of-work','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158920,4,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158921,4,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158922,4,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158923,4,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-data-dict','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158924,4,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-data-dict-firebird','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158925,4,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-data-dict-informix','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158926,4,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-data-dict-mssql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158927,4,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-data-dict-mysql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158928,4,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-data-dict-oracle','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158929,4,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-data-dict-pgsql','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158930,4,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-data-dict-sqlite','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158931,4,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-data-type','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158932,4,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158933,4,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(158934,4,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','\n Doctrine_EventListener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-event-listener-chain','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158935,4,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','\n Doctrine_EventListener all event listeners extend this base class\n the empty methods allow child classes to only\n implement the methods they need to implement\n','',NULL,'doctrine-event-listener-interface','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158936,4,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158937,4,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158938,4,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158939,4,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158940,4,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158941,4,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158942,4,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158943,4,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158944,4,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158945,4,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158946,4,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158947,4,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158948,4,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158949,4,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158950,4,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158951,4,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158952,4,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158953,4,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158954,4,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158955,4,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158956,4,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158957,4,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158958,4,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158959,4,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158960,4,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158961,4,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158962,4,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158963,4,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-word-like','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158964,4,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158965,4,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158966,4,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','\n Doctrine_Hydrate_Array defines an array fetching strategy for\n Doctrine_Hydrate\n','',NULL,'doctrine-hydrator-array-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158967,4,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','\n Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\n collections of entity objects.\n','',NULL,'doctrine-hydrator-record-driver','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158968,4,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158969,4,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','\n class Doctrine_Import Main responsible of performing import operation.\n Delegates database schema reading to a reader object and passes the result\n to a builder object which builds a Doctrine data model.\n','',NULL,'doctrine-import','2008-09-01 05:38:31','2008-09-01 05:38:31'),(158970,4,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158971,4,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158972,4,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158973,4,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158974,4,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158975,4,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158976,4,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158977,4,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158978,4,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158979,4,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integrity-mapper','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158980,4,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','\n Doctrine_Lib has not commonly used static functions, mostly for debugging\n purposes\n','',NULL,'doctrine-lib','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158981,4,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','\n Offline locking of records comes in handy where you need to make sure that\n a time-consuming task on a record or many records, which is spread over\n several page requests can't be interfered by other users.\n','',NULL,'doctrine-locking-manager-pessimistic','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158982,4,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158983,4,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158984,4,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158985,4,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158986,4,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158987,4,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158988,4,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materialized-path-level-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158989,4,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materialized-path-post-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158990,4,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materialized-path-pre-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158991,4,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nested-set','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158992,4,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nested-set-pre-order-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158993,4,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158994,4,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158995,4,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158996,4,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158997,4,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158998,4,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2008-09-01 05:38:32','2008-09-01 05:38:32'),(158999,4,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159000,4,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159001,4,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159002,4,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159003,4,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159004,4,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159005,4,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(159006,4,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','\n Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\n to query databases for data in an object-oriented fashion. A DQL query\n understands relations and inheritance and is dbms independant.\n','',NULL,'doctrine-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159007,4,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159008,4,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159009,4,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159010,4,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159011,4,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159012,4,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159013,4,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159014,4,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159015,4,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159016,4,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-join-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159017,4,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159018,4,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159019,4,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159020,4,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159021,4,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159022,4,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159023,4,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159024,4,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159025,4,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159026,4,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-raw-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159027,4,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159028,4,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159029,4,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159030,4,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159031,4,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159032,4,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159033,4,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159034,4,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','\n Doctrine_Record_Listener_Chain this class represents a chain of different\n listeners, useful for having multiple listeners listening the events at\n the same time\n','',NULL,'doctrine-record-listener-chain','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159035,4,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159036,4,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159037,4,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','\n Doctrine_Relation_Association this class takes care of association\n mapping (= many-to-many relationships, where the\n relationship is handled with an additional relational table\n which holds 2 foreign keys)\n','',NULL,'doctrine-relation-association','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159038,4,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159039,4,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreign-key','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159040,4,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-local-key','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159041,4,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159042,4,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159043,4,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2008-09-01 05:38:33','2008-09-01 05:38:33'),(159044,4,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159045,4,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159046,4,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159047,4,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159048,4,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159049,4,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159050,4,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159051,4,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159052,4,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159053,4,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159054,4,'default.doctrine.search.doctrine-search-scorer',NULL,'Doctrine','search','Doctrine_Search_Scorer','','',NULL,'doctrine-search-scorer','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159055,4,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159056,4,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159057,4,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159058,4,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159059,4,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159060,4,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159061,4,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159062,4,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159063,4,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\n\n Usage:\n \n ',NULL,'doctrine-parser-spyc','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159064,4,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yaml-node','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159065,4,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','\n Doctrine_Table represents a database table each\n Doctrine_Table holds the information of foreignKeys and associations\n','',NULL,'doctrine-table','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159066,4,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','\n thrown when user tries to initialize a new instance of Doctrine_Table,\n while there already exists an instance of that table\n','',NULL,'doctrine-table-exception','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159067,4,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','\n Doctrine_Repository each record is added into Doctrine_Repository at the\n same time they are created, loaded from the database or retrieved from the\n cache\n','',NULL,'doctrine-table-repository','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159068,4,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159069,4,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-build-all','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159070,4,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-build-all-load','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159071,4,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-build-all-reload','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159072,4,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159073,4,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-create-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159074,4,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-create-tables','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159075,4,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159076,4,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-drop-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159077,4,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dump-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159078,4,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generate-migration','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159079,4,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generate-migrations-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159080,4,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generate-migrations-models','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159081,4,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generate-models-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159082,4,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generate-models-yaml','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159083,4,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generate-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159084,4,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generate-yaml-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159085,4,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generate-yaml-models','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159086,4,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-load-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159087,4,'default.doctrine.task.doctrine-task-loaddummydata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadDummyData','','',NULL,'doctrine-task-load-dummy-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159088,4,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159089,4,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuild-db','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159090,4,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','\n Base abstract class for defining templates which are the base of all\n behaviors that can be attached to your Doctrine models\n','',NULL,'doctrine-template','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159091,4,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','\n Easily add longitude and latitude columns to your records and use inherited\n functionality for calculating distances\n','',NULL,'doctrine-template-geographical','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159092,4,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159093,4,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159094,4,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','\n Listener for SoftDelete behavior which will allow you to turn on the\n behavior which sets a delete flag instead of actually deleting the record\n and all queries automatically include a check for the deleted flag to\n exclude deleted records','',NULL,'doctrine-template-listener-soft-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159095,4,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','\n Listener for the Timestampable behavior which automatically sets the\n created and updated columns when a record is inserted and updated.\n','',NULL,'doctrine-template-listener-timestampable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159096,4,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nested-set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159097,4,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159098,4,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159099,4,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-soft-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159100,4,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159101,4,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159102,4,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','\n Doctrine_Transaction Handles transaction savepoint and isolation\n abstraction\n','',NULL,'doctrine-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159103,4,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159104,4,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159105,4,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159106,4,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159107,4,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159108,4,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159109,4,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159110,4,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159111,4,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nested-set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159112,4,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','\n This class is responsible for performing all validations on record\n properties\n','',NULL,'doctrine-validator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159113,4,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159114,4,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159115,4,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159116,4,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159117,4,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159118,4,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-error-stack','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159119,4,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159120,4,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159121,4,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-html-color','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159122,4,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159123,4,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159124,4,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159125,4,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159126,4,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159127,4,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159128,4,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159129,4,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159130,4,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159131,4,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159132,4,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159133,4,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159134,4,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159135,4,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(159136,4,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2008-09-01 05:38:34','2008-09-01 05:38:34'),(160793,5,'default.symfony.util.doctrine-parser-yamlsf',NULL,'Doctrine','util','Doctrine_Parser_YamlSf','YamlSf class.','',NULL,'doctrine-parser-yamlsf','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160794,5,'default.symfony.util.doctrine-parser-yamlsf-dumper',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Dumper','YamlSfDumper class.','',NULL,'doctrine-parser-yamlsf-dumper','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160795,5,'default.symfony.util.doctrine-parser-yamlsf-inline',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Inline','YamlSfInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'doctrine-parser-yamlsf-inline','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160796,5,'default.symfony.util.doctrine-parser-yamlsf-parser',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Parser','YamlSfParser class.','',NULL,'doctrine-parser-yamlsf-parser','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160797,5,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160798,5,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160799,5,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160800,5,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160801,5,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160802,5,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160803,5,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160804,5,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160805,5,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160806,5,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160807,5,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160808,5,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160809,5,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160810,5,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160811,5,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160812,5,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160813,5,'default.doctrine.cache.doctrine-cache-array',NULL,'Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160814,5,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160815,5,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160816,5,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160817,5,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160818,5,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160819,5,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class Interface for easily executing Doctrine_Task\nclasses from a command line interface','',NULL,'doctrine-cli','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160820,5,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160821,5,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160822,5,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160823,5,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160824,5,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160825,5,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160826,5,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160827,5,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160828,5,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160829,5,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160830,5,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(160831,5,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160832,5,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160833,5,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160834,5,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160835,5,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160836,5,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160837,5,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160838,5,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160839,5,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160840,5,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160841,5,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160842,5,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160843,5,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160844,5,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160845,5,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160846,5,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160847,5,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160848,5,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160849,5,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160850,5,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160851,5,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160852,5,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160853,5,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160854,5,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160855,5,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160856,5,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160857,5,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-datadict-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160858,5,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-datadict-informix','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160859,5,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160860,5,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160861,5,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160862,5,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160863,5,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160864,5,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-datatype','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160865,5,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160866,5,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160867,5,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160868,5,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160869,5,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160870,5,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160871,5,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2009-11-12 03:12:47','2009-11-12 03:12:47'),(160872,5,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160873,5,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160874,5,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160875,5,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160876,5,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160877,5,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160878,5,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160879,5,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160880,5,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','','',NULL,'doctrine-expression','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160881,5,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160882,5,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160883,5,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160884,5,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160885,5,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160886,5,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160887,5,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160888,5,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160889,5,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160890,5,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160891,5,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160892,5,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160893,5,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160894,5,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160895,5,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160896,5,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160897,5,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160898,5,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160899,5,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Doctrine_Hydrate_Array defines an array fetching strategy for\nDoctrine_Hydrate','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160900,5,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\ncollections of entity objects.','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160901,5,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160902,5,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160903,5,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160904,5,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160905,5,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160906,5,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160907,5,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160908,5,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160909,5,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160910,5,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160911,5,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:12:48','2009-11-12 03:12:48'),(160912,5,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160913,5,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160914,5,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160915,5,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160916,5,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160917,5,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160918,5,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160919,5,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160920,5,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160921,5,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160922,5,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160923,5,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160924,5,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160925,5,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160926,5,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160927,5,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160928,5,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160929,5,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160930,5,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160931,5,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160932,5,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160933,5,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160934,5,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160935,5,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160936,5,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160937,5,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160938,5,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160939,5,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160940,5,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:12:49','2009-11-12 03:12:49'),(160941,5,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160942,5,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160943,5,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160944,5,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160945,5,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160946,5,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160947,5,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160948,5,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160949,5,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160950,5,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160951,5,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160952,5,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160953,5,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160954,5,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160955,5,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160956,5,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160957,5,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160958,5,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160959,5,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160960,5,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160961,5,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160962,5,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160963,5,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160964,5,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160965,5,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160966,5,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160967,5,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160968,5,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160969,5,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160970,5,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160971,5,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160972,5,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160973,5,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160974,5,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160975,5,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160976,5,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160977,5,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160978,5,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160979,5,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160980,5,'default.doctrine.search.doctrine-search-analyzer-standard',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160981,5,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160982,5,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160983,5,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160984,5,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160985,5,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160986,5,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160987,5,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160988,5,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160989,5,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160990,5,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160991,5,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160992,5,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160993,5,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160994,5,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160995,5,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160996,5,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\nUsage: ',NULL,'doctrine-parser-spyc','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160997,5,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yamlnode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(160998,5,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:12:51','2009-11-12 03:12:51'),(160999,5,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161000,5,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161001,5,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161002,5,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161003,5,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161004,5,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161005,5,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161006,5,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161007,5,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161008,5,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161009,5,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161010,5,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161011,5,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161012,5,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161013,5,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161014,5,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161015,5,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161016,5,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161017,5,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161018,5,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161019,5,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161020,5,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161021,5,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161022,5,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161023,5,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161024,5,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161025,5,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161026,5,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161027,5,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161028,5,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161029,5,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161030,5,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161031,5,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161032,5,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161033,5,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161034,5,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161035,5,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161036,5,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161037,5,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161038,5,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161039,5,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161040,5,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161041,5,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161042,5,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161043,5,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161044,5,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161045,5,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161046,5,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161047,5,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161048,5,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161049,5,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161050,5,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161051,5,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161052,5,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161053,5,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161054,5,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161055,5,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161056,5,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161057,5,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161058,5,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161059,5,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161060,5,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161061,5,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161062,5,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161063,5,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161064,5,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161065,5,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161066,5,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161067,5,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161068,5,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:12:51','2009-11-12 03:12:51'),(161069,6,'default.symfony.util.doctrine-parser-yamlsf',NULL,'Doctrine','util','Doctrine_Parser_YamlSf','YamlSf class.','',NULL,'doctrine-parser-yamlsf','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161070,6,'default.symfony.util.doctrine-parser-yamlsf-dumper',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Dumper','YamlSfDumper class.','',NULL,'doctrine-parser-yamlsf-dumper','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161071,6,'default.symfony.util.doctrine-parser-yamlsf-inline',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Inline','YamlSfInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'doctrine-parser-yamlsf-inline','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161072,6,'default.symfony.util.doctrine-parser-yamlsf-parser',NULL,'Doctrine','util','Doctrine_Parser_YamlSf_Parser','YamlSfParser class.','',NULL,'doctrine-parser-yamlsf-parser','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161073,6,'default.doctrine.doctrine',NULL,'Doctrine','doctrine','Doctrine','Doctrine the base class of Doctrine framework','',NULL,'doctrine','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161074,6,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161075,6,'default.doctrine.adapter.doctrine-adapter-db2','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Db2','IBM DB2 Adapter. This class was ported from the Zend Framework','',NULL,'doctrine-adapter-db2','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161076,6,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161077,6,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161078,6,'default.doctrine.adapter.doctrine-adapter-mysqli','default.doctrine.adapter.doctrine-adapter','Doctrine','adapter','Doctrine_Adapter_Mysqli','Custom Doctrine connection adapter for mysqli','',NULL,'doctrine-adapter-mysqli','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161079,6,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161080,6,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161081,6,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161082,6,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161083,6,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161084,6,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161085,6,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161086,6,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161087,6,'default.doctrine.cache.doctrine-cache','default.doctrine.eventlistener.doctrine-eventlistener','Doctrine','cache','Doctrine_Cache','','',NULL,'doctrine-cache','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161088,6,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161089,6,'default.doctrine.cache.doctrine-cache-array','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:17:55','2009-11-12 03:17:55'),(161090,6,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161091,6,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161092,6,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161093,6,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161094,6,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161095,6,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class Interface for easily executing Doctrine_Task\nclasses from a command line interface','',NULL,'doctrine-cli','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161096,6,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161097,6,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161098,6,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161099,6,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161100,6,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161101,6,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161102,6,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161103,6,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161104,6,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161105,6,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161106,6,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161107,6,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161108,6,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161109,6,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161110,6,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161111,6,'default.doctrine.connection.doctrine-connection-firebird','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Firebird','','',NULL,'doctrine-connection-firebird','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161112,6,'default.doctrine.connection.doctrine-connection-firebird-exception',NULL,'Doctrine','connection','Doctrine_Connection_Firebird_Exception','','',NULL,'doctrine-connection-firebird-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161113,6,'default.doctrine.connection.doctrine-connection-informix','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Informix','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-informix','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161114,6,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161115,6,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161116,6,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161117,6,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161118,6,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161119,6,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161120,6,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161121,6,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161122,6,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161123,6,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161124,6,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161125,6,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161126,6,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161127,6,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161128,6,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161129,6,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161130,6,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161131,6,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161132,6,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161133,6,'default.doctrine.datadict.doctrine-datadict-firebird','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Firebird','','',NULL,'doctrine-datadict-firebird','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161134,6,'default.doctrine.datadict.doctrine-datadict-informix','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Informix','','',NULL,'doctrine-datadict-informix','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161135,6,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161136,6,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161137,6,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161138,6,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161139,6,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161140,6,'default.doctrine.datatype.doctrine-datatype',NULL,'Doctrine','datatype','Doctrine_DataType','','',NULL,'doctrine-datatype','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161141,6,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:17:56','2009-11-12 03:17:56'),(161142,6,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161143,6,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161144,6,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161145,6,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161146,6,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161147,6,'default.doctrine.export.doctrine-export-firebird','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Firebird','Doctrine_Export_Sqlite','',NULL,'doctrine-export-firebird','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161148,6,'default.doctrine.export.doctrine-export-frontbase','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Frontbase','','',NULL,'doctrine-export-frontbase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161149,6,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161150,6,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161151,6,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161152,6,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161153,6,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161154,6,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161155,6,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161156,6,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','Doctrine_Expression memorizes a dql expression that use a db function.','This class manages abstractions of dql expressions like query parts that use CONCAT(), MIN(), SUM().',NULL,'doctrine-expression','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161157,6,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161158,6,'default.doctrine.expression.doctrine-expression-firebird','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Firebird','','',NULL,'doctrine-expression-firebird','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161159,6,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161160,6,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161161,6,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161162,6,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161163,6,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161164,6,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161165,6,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161166,6,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161167,6,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161168,6,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161169,6,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161170,6,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161171,6,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161172,6,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:17:57','2009-11-12 03:17:57'),(161173,6,'default.doctrine.hydrate.doctrine-hydrator','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161174,6,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161175,6,'default.doctrine.hydrate.doctrine-hydrator-arraydriver',NULL,'Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Doctrine_Hydrate_Array defines an array fetching strategy for\nDoctrine_Hydrate','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161176,6,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Doctrine_Hydrate_RecordDriver Hydration strategy used for creating\ncollections of entity objects.','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161177,6,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161178,6,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161179,6,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161180,6,'default.doctrine.import.doctrine-import-firebird','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Firebird','','',NULL,'doctrine-import-firebird','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161181,6,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161182,6,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161183,6,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161184,6,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161185,6,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161186,6,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161187,6,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161188,6,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161189,6,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161190,6,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161191,6,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161192,6,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161193,6,'default.doctrine.migration.doctrine-migration-base',NULL,'Doctrine','migration','Doctrine_Migration_Base','Base migration class. All migration classes must extend from this base\nclass','',NULL,'doctrine-migration-base','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161194,6,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161195,6,'default.doctrine.migration.doctrine-migration-diff',NULL,'Doctrine','migration','Doctrine_Migration_Diff','Doctrine_Migration_Diff - class used for generating differences and\nmigration classes from 'from' and 'to' schema\ninformation.','',NULL,'doctrine-migration-diff','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161196,6,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161197,6,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161198,6,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161199,6,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161200,6,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161201,6,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161202,6,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161203,6,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161204,6,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161205,6,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(161206,6,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161207,6,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161208,6,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161209,6,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161210,6,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161211,6,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161212,6,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161213,6,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161214,6,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161215,6,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161216,6,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161217,6,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161218,6,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161219,6,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161220,6,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161221,6,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161222,6,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161223,6,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161224,6,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161225,6,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161226,6,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161227,6,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161228,6,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161229,6,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161230,6,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161231,6,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161232,6,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161233,6,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161234,6,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161235,6,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161236,6,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161237,6,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161238,6,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161239,6,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:17:59','2009-11-12 03:17:59'),(161240,6,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161241,6,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161242,6,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161243,6,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161244,6,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161245,6,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161246,6,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161247,6,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161248,6,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161249,6,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161250,6,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161251,6,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161252,6,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161253,6,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161254,6,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161255,6,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161256,6,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161257,6,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161258,6,'default.doctrine.search.doctrine-search-analyzer-standard','default.doctrine.search.doctrine-search-analyzer','Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161259,6,'default.doctrine.search.doctrine-search-analyzer-utf8','default.doctrine.search.doctrine-search-analyzer-standard','Doctrine','search','Doctrine_Search_Analyzer_Utf8','','This class is used to analyze (ie tokenize) an input $text in $encoding encoding, and return an array of words to be indexed.',NULL,'doctrine-search-analyzer-utf8','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161260,6,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161261,6,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161262,6,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161263,6,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161264,6,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161265,6,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161266,6,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161267,6,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161268,6,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161269,6,'default.doctrine.sequence.doctrine-sequence-firebird','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Firebird','','',NULL,'doctrine-sequence-firebird','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161270,6,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161271,6,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161272,6,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161273,6,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161274,6,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161275,6,'default.doctrine.spyc.doctrine-parser-spyc',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc','The Simple PHP YAML Class.','This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec.\nUsage: ',NULL,'doctrine-parser-spyc','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161276,6,'default.doctrine.spyc.doctrine-parser-spyc-yamlnode',NULL,'Doctrine','spyc','Doctrine_Parser_Spyc_YamlNode','A node, used by Doctrine_Parser_Spyc for parsing YAML.','',NULL,'doctrine-parser-spyc-yamlnode','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161277,6,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161278,6,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161279,6,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161280,6,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161281,6,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161282,6,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161283,6,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161284,6,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161285,6,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161286,6,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161287,6,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161288,6,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161289,6,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161290,6,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161291,6,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161292,6,'default.doctrine.task.doctrine-task-generatemigrationsdiff','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDiff','','',NULL,'doctrine-task-generatemigrationsdiff','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161293,6,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161294,6,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161295,6,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161296,6,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161297,6,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161298,6,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161299,6,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161300,6,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161301,6,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161302,6,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:18:00','2009-11-12 03:18:00'),(161303,6,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161304,6,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161305,6,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161306,6,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161307,6,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161308,6,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161309,6,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161310,6,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161311,6,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161312,6,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161313,6,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161314,6,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161315,6,'default.doctrine.transaction.doctrine-transaction-firebird','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Firebird','','',NULL,'doctrine-transaction-firebird','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161316,6,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161317,6,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161318,6,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161319,6,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161320,6,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161321,6,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161322,6,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161323,6,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161324,6,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161325,6,'default.doctrine.validator.doctrine-validator-country',NULL,'Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161326,6,'default.doctrine.validator.doctrine-validator-creditcard',NULL,'Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161327,6,'default.doctrine.validator.doctrine-validator-date',NULL,'Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161328,6,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161329,6,'default.doctrine.validator.doctrine-validator-email',NULL,'Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161330,6,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161331,6,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161332,6,'default.doctrine.validator.doctrine-validator-future',NULL,'Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161333,6,'default.doctrine.validator.doctrine-validator-htmlcolor',NULL,'Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161334,6,'default.doctrine.validator.doctrine-validator-ip',NULL,'Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161335,6,'default.doctrine.validator.doctrine-validator-minlength',NULL,'Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161336,6,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161337,6,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161338,6,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161339,6,'default.doctrine.validator.doctrine-validator-past',NULL,'Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161340,6,'default.doctrine.validator.doctrine-validator-range',NULL,'Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161341,6,'default.doctrine.validator.doctrine-validator-readonly',NULL,'Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161342,6,'default.doctrine.validator.doctrine-validator-regexp',NULL,'Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161343,6,'default.doctrine.validator.doctrine-validator-time',NULL,'Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161344,6,'default.doctrine.validator.doctrine-validator-timestamp',NULL,'Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161345,6,'default.doctrine.validator.doctrine-validator-unique',NULL,'Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161346,6,'default.doctrine.validator.doctrine-validator-unsigned',NULL,'Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161347,6,'default.doctrine.validator.doctrine-validator-usstate',NULL,'Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161348,6,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:18:01','2009-11-12 03:18:01'),(161349,7,'default.symfony.yaml.sfyaml',NULL,'Doctrine','yaml','sfYaml','sfYaml offers convenience methods to load and dump YAML.','',NULL,'sfyaml','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161350,7,'default.symfony.yaml.sfyamldumper',NULL,'Doctrine','yaml','sfYamlDumper','sfYamlDumper dumps PHP variables to YAML strings.','',NULL,'sfyamldumper','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161351,7,'default.symfony.yaml.sfyamlinline',NULL,'Doctrine','yaml','sfYamlInline','sfYamlInline implements a YAML parser/dumper for the YAML inline syntax.','',NULL,'sfyamlinline','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161352,7,'default.symfony.yaml.sfyamlparser',NULL,'Doctrine','yaml','sfYamlParser','sfYamlParser parses YAML strings to convert them to PHP arrays.','',NULL,'sfyamlparser','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161353,7,'default.doctrine.doctrine-core',NULL,'Doctrine','doctrine-core','Doctrine_Core','The base core class of Doctrine','',NULL,'doctrine-core','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161354,7,'default.doctrine.access.doctrine-access','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','access','Doctrine_Access','Provides array access and property overload interface for Doctrine\nsubclasses','',NULL,'doctrine-access','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161355,7,'default.doctrine.adapter.doctrine-adapter-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Interface','This adapter interface should be implemented by all custom adapters','',NULL,'doctrine-adapter-interface','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161356,7,'default.doctrine.adapter.doctrine-adapter-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Mock','Doctrine mock connection adapter. This class is used for special testing\npurposes.','',NULL,'doctrine-adapter-mock','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161357,7,'default.doctrine.adapter.doctrine-adapter-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Oracle','Custom Doctrine connection adapter for oracle','',NULL,'doctrine-adapter-oracle','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161358,7,'default.doctrine.adapter.doctrine-adapter-statement',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement','','',NULL,'doctrine-adapter-statement','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161359,7,'default.doctrine.adapter.doctrine-adapter-statement-interface',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Interface','Interface for Doctrine adapter statements','',NULL,'doctrine-adapter-statement-interface','2009-11-12 03:22:47','2009-11-12 03:22:47'),(161360,7,'default.doctrine.adapter.doctrine-adapter-statement-mock',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Mock','Mock connection adapter statement class. Used for special testing purposes','',NULL,'doctrine-adapter-statement-mock','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161361,7,'default.doctrine.adapter.doctrine-adapter-statement-oracle',NULL,'Doctrine','adapter','Doctrine_Adapter_Statement_Oracle','Oracle connection adapter statement class.','',NULL,'doctrine-adapter-statement-oracle','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161362,7,'default.doctrine.auditlog.doctrine-auditlog','default.doctrine.plugin.doctrine-record-generator','Doctrine','auditlog','Doctrine_AuditLog','','',NULL,'doctrine-auditlog','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161363,7,'default.doctrine.auditlog.doctrine-auditlog-listener','default.doctrine.record.doctrine-record-listener','Doctrine','auditlog','Doctrine_AuditLog_Listener','','',NULL,'doctrine-auditlog-listener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161364,7,'default.doctrine.builder.doctrine-builder',NULL,'Doctrine','builder','Doctrine_Builder','Base class for any code builders/generators for Doctrine','',NULL,'doctrine-builder','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161365,7,'default.doctrine.cache.doctrine-cache-apc','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Apc','APC Cache Driver','',NULL,'doctrine-cache-apc','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161366,7,'default.doctrine.cache.doctrine-cache-array','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Array','Array cache driver','',NULL,'doctrine-cache-array','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161367,7,'default.doctrine.cache.doctrine-cache-db','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Db','Database cache driver','',NULL,'doctrine-cache-db','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161368,7,'default.doctrine.cache.doctrine-cache-driver',NULL,'Doctrine','cache','Doctrine_Cache_Driver','Abstract cache driver class','',NULL,'doctrine-cache-driver','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161369,7,'default.doctrine.cache.doctrine-cache-interface',NULL,'Doctrine','cache','Doctrine_Cache_Interface','Doctrine cache driver interface','',NULL,'doctrine-cache-interface','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161370,7,'default.doctrine.cache.doctrine-cache-memcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Memcache','Memcache cache driver','',NULL,'doctrine-cache-memcache','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161371,7,'default.doctrine.cache.doctrine-cache-xcache','default.doctrine.cache.doctrine-cache-driver','Doctrine','cache','Doctrine_Cache_Xcache','Xcache cache driver','',NULL,'doctrine-cache-xcache','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161372,7,'default.doctrine.cli.doctrine-cli',NULL,'Doctrine','cli','Doctrine_Cli','Command line interface class','Interface for easily executing Doctrine_Task classes from a command line interface',NULL,'doctrine-cli','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161373,7,'default.doctrine.cli.doctrine-cli-ansicolorformatter','default.doctrine.cli.doctrine-cli-formatter','Doctrine','cli','Doctrine_Cli_AnsiColorFormatter','Doctrine_AnsiColorFormatter provides methods to colorize text to be\ndisplayed on a console.','This class was taken from the symfony-project source',NULL,'doctrine-cli-ansicolorformatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161374,7,'default.doctrine.cli.doctrine-cli-formatter',NULL,'Doctrine','cli','Doctrine_Cli_Formatter','Doctrine_Cli_Formatter provides methods to format text to be displayed on a\nconsole.','This class was taken from the symfony-project source',NULL,'doctrine-cli-formatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161375,7,'default.doctrine.collection.doctrine-collection','default.doctrine.access.doctrine-access','Doctrine','collection','Doctrine_Collection','Doctrine_Collection Collection of Doctrine_Record objects.','',NULL,'doctrine-collection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161376,7,'default.doctrine.collection.doctrine-collection-iterator',NULL,'Doctrine','collection','Doctrine_Collection_Iterator','Doctrine_Collection_Iterator iterates through Doctrine_Collection','',NULL,'doctrine-collection-iterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161377,7,'default.doctrine.collection.doctrine-collection-iterator-expandable','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Expandable','Expandable collection iterator class','',NULL,'doctrine-collection-iterator-expandable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161378,7,'default.doctrine.collection.doctrine-collection-iterator-normal','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Normal','','',NULL,'doctrine-collection-iterator-normal','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161379,7,'default.doctrine.collection.doctrine-collection-iterator-offset','default.doctrine.collection.doctrine-collection-iterator','Doctrine','collection','Doctrine_Collection_Iterator_Offset','Doctrine_Collection_Iterator_Normal','',NULL,'doctrine-collection-iterator-offset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161380,7,'default.doctrine.collection.doctrine-collection-offset','default.doctrine.collection.doctrine-collection','Doctrine','collection','Doctrine_Collection_Offset','Doctrine_Collection_Offset Collection of Doctrine_Record objects.','',NULL,'doctrine-collection-offset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161381,7,'default.doctrine.collection.doctrine-collection-ondemand',NULL,'Doctrine','collection','Doctrine_Collection_OnDemand','Doctrine_Collection_OnDemand iterates through Doctrine_Records hydrating\none at a time','',NULL,'doctrine-collection-ondemand','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161382,7,'default.doctrine.column.doctrine-column','default.doctrine.access.doctrine-access','Doctrine','column','Doctrine_Column','Doctrine_Column This class represents a database column','',NULL,'doctrine-column','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161383,7,'default.doctrine.compiler.doctrine-compiler',NULL,'Doctrine','compiler','Doctrine_Compiler','Doctrine_Compiler This class can be used for compiling the entire Doctrine\nframework into a single file','',NULL,'doctrine-compiler','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161384,7,'default.doctrine.configurable.doctrine-configurable','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','configurable','Doctrine_Configurable','Doctrine_Configurable the base for Doctrine_Table, Doctrine_Manager and\nDoctrine_Connection','',NULL,'doctrine-configurable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161385,7,'default.doctrine.connection.doctrine-connection','default.doctrine.configurable.doctrine-configurable','Doctrine','connection','Doctrine_Connection','','A wrapper layer on top of PDO / Doctrine_Adapter\nDoctrine_Connection is the heart of any Doctrine based application.\n\n 2. Lazy-connecting Creating an instance of Doctrine_Connection does not connect to database. Connecting to database is only inv',NULL,'doctrine-connection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161386,7,'default.doctrine.connection.doctrine-connection-common','default.doctrine.connection.doctrine-connection','Doctrine','connection','Doctrine_Connection_Common','standard connection, the parent of pgsql, mysql and sqlite','',NULL,'doctrine-connection-common','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161387,7,'default.doctrine.connection.doctrine-connection-db2','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Db2','','',NULL,'doctrine-connection-db2','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161388,7,'default.doctrine.connection.doctrine-connection-exception',NULL,'Doctrine','connection','Doctrine_Connection_Exception','Doctrine_Exception','',NULL,'doctrine-connection-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161389,7,'default.doctrine.connection.doctrine-connection-mock','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mock','Doctrine_Connection_Mysql','',NULL,'doctrine-connection-mock','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161390,7,'default.doctrine.connection.doctrine-connection-module',NULL,'Doctrine','connection','Doctrine_Connection_Module','','',NULL,'doctrine-connection-module','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161391,7,'default.doctrine.connection.doctrine-connection-mssql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mssql','','',NULL,'doctrine-connection-mssql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161392,7,'default.doctrine.connection.doctrine-connection-mssql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mssql_Exception','','',NULL,'doctrine-connection-mssql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161393,7,'default.doctrine.connection.doctrine-connection-mysql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Mysql','','',NULL,'doctrine-connection-mysql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161394,7,'default.doctrine.connection.doctrine-connection-mysql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Mysql_Exception','','',NULL,'doctrine-connection-mysql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161395,7,'default.doctrine.connection.doctrine-connection-oracle','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Oracle','','',NULL,'doctrine-connection-oracle','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161396,7,'default.doctrine.connection.doctrine-connection-oracle-exception',NULL,'Doctrine','connection','Doctrine_Connection_Oracle_Exception','','',NULL,'doctrine-connection-oracle-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161397,7,'default.doctrine.connection.doctrine-connection-pgsql','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Pgsql','','',NULL,'doctrine-connection-pgsql','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161398,7,'default.doctrine.connection.doctrine-connection-pgsql-exception',NULL,'Doctrine','connection','Doctrine_Connection_Pgsql_Exception','','',NULL,'doctrine-connection-pgsql-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161399,7,'default.doctrine.connection.doctrine-connection-profiler',NULL,'Doctrine','connection','Doctrine_Connection_Profiler','','',NULL,'doctrine-connection-profiler','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161400,7,'default.doctrine.connection.doctrine-connection-sqlite','default.doctrine.connection.doctrine-connection-common','Doctrine','connection','Doctrine_Connection_Sqlite','','',NULL,'doctrine-connection-sqlite','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161401,7,'default.doctrine.connection.doctrine-connection-sqlite-exception',NULL,'Doctrine','connection','Doctrine_Connection_Sqlite_Exception','','',NULL,'doctrine-connection-sqlite-exception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161402,7,'default.doctrine.connection.doctrine-connection-statement',NULL,'Doctrine','connection','Doctrine_Connection_Statement','','',NULL,'doctrine-connection-statement','2009-11-12 03:22:48','2009-11-12 03:22:48'),(161403,7,'default.doctrine.connection.doctrine-connection-unitofwork','default.doctrine.connection.doctrine-connection-module','Doctrine','connection','Doctrine_Connection_UnitOfWork','','Note: This class does not have the semantics of a real "Unit of Work" in 0.10/1.0. Database operations are not queued. All changes to objects are immediately written to the database. You can think of it as a unit of work in auto-flush mode.\nRe',NULL,'doctrine-connection-unitofwork','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161404,7,'default.doctrine.data.doctrine-data',NULL,'Doctrine','data','Doctrine_Data','','Base Doctrine_Data class for dumping and loading data to and from fixtures files. Support formats are based on what formats are available in Doctrine_Parser such as yaml, xml, json, etc.',NULL,'doctrine-data','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161405,7,'default.doctrine.data.doctrine-data-export','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Export','','',NULL,'doctrine-data-export','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161406,7,'default.doctrine.data.doctrine-data-import','default.doctrine.data.doctrine-data','Doctrine','data','Doctrine_Data_Import','','',NULL,'doctrine-data-import','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161407,7,'default.doctrine.datadict.doctrine-datadict','default.doctrine.connection.doctrine-connection-module','Doctrine','datadict','Doctrine_DataDict','','',NULL,'doctrine-datadict','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161408,7,'default.doctrine.datadict.doctrine-datadict-mssql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mssql','','',NULL,'doctrine-datadict-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161409,7,'default.doctrine.datadict.doctrine-datadict-mysql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Mysql','','',NULL,'doctrine-datadict-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161410,7,'default.doctrine.datadict.doctrine-datadict-oracle','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Oracle','','',NULL,'doctrine-datadict-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161411,7,'default.doctrine.datadict.doctrine-datadict-pgsql','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Pgsql','','',NULL,'doctrine-datadict-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161412,7,'default.doctrine.datadict.doctrine-datadict-sqlite','default.doctrine.datadict.doctrine-datadict','Doctrine','datadict','Doctrine_DataDict_Sqlite','','',NULL,'doctrine-datadict-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161413,7,'default.doctrine.event.doctrine-event',NULL,'Doctrine','event','Doctrine_Event','','',NULL,'doctrine-event','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161414,7,'default.doctrine.eventlistener.doctrine-eventlistener',NULL,'Doctrine','eventlistener','Doctrine_EventListener','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161415,7,'default.doctrine.eventlistener.doctrine-eventlistener-chain','default.doctrine.access.doctrine-access','Doctrine','eventlistener','Doctrine_EventListener_Chain','Doctrine_EventListener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-eventlistener-chain','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161416,7,'default.doctrine.eventlistener.doctrine-eventlistener-interface',NULL,'Doctrine','eventlistener','Doctrine_EventListener_Interface','Doctrine_EventListener all event listeners extend this base class \n the empty methods allow child classes to only\nimplement the methods they need to implement','',NULL,'doctrine-eventlistener-interface','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161417,7,'default.doctrine.exception.doctrine-exception',NULL,'Doctrine','exception','Doctrine_Exception','','',NULL,'doctrine-exception','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161418,7,'default.doctrine.export.doctrine-export','default.doctrine.connection.doctrine-connection-module','Doctrine','export','Doctrine_Export','','',NULL,'doctrine-export','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161419,7,'default.doctrine.export.doctrine-export-mssql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mssql','','',NULL,'doctrine-export-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161420,7,'default.doctrine.export.doctrine-export-mysql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Mysql','','',NULL,'doctrine-export-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161421,7,'default.doctrine.export.doctrine-export-oracle','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Oracle','','',NULL,'doctrine-export-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161422,7,'default.doctrine.export.doctrine-export-pgsql','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Pgsql','','',NULL,'doctrine-export-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161423,7,'default.doctrine.export.doctrine-export-reporter',NULL,'Doctrine','export','Doctrine_Export_Reporter','','',NULL,'doctrine-export-reporter','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161424,7,'default.doctrine.export.doctrine-export-schema',NULL,'Doctrine','export','Doctrine_Export_Schema','','Used for exporting a schema to a yaml file',NULL,'doctrine-export-schema','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161425,7,'default.doctrine.export.doctrine-export-sqlite','default.doctrine.export.doctrine-export','Doctrine','export','Doctrine_Export_Sqlite','','',NULL,'doctrine-export-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161426,7,'default.doctrine.expression.doctrine-expression',NULL,'Doctrine','expression','Doctrine_Expression','Doctrine_Expression memorizes a dql expression that use a db function.','This class manages abstractions of dql expressions like query parts that use CONCAT(), MIN(), SUM().',NULL,'doctrine-expression','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161427,7,'default.doctrine.expression.doctrine-expression-driver','default.doctrine.connection.doctrine-connection-module','Doctrine','expression','Doctrine_Expression_Driver','','',NULL,'doctrine-expression-driver','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161428,7,'default.doctrine.expression.doctrine-expression-mssql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mssql','','',NULL,'doctrine-expression-mssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161429,7,'default.doctrine.expression.doctrine-expression-mysql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Mysql','','',NULL,'doctrine-expression-mysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161430,7,'default.doctrine.expression.doctrine-expression-oracle','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Oracle','Doctrine_Expression_Sqlite','',NULL,'doctrine-expression-oracle','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161431,7,'default.doctrine.expression.doctrine-expression-pgsql','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Pgsql','','',NULL,'doctrine-expression-pgsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161432,7,'default.doctrine.expression.doctrine-expression-sqlite','default.doctrine.expression.doctrine-expression-driver','Doctrine','expression','Doctrine_Expression_Sqlite','','',NULL,'doctrine-expression-sqlite','2009-11-12 03:22:49','2009-11-12 03:22:49'),(161433,7,'default.doctrine.file.doctrine-file','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File','','',NULL,'doctrine-file','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161434,7,'default.doctrine.file.doctrine-file-index','default.doctrine.record.doctrine-record','Doctrine','file','Doctrine_File_Index','','',NULL,'doctrine-file-index','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161435,7,'default.doctrine.formatter.doctrine-formatter','default.doctrine.connection.doctrine-connection-module','Doctrine','formatter','Doctrine_Formatter','','',NULL,'doctrine-formatter','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161436,7,'default.doctrine.hook.doctrine-hook',NULL,'Doctrine','hook','Doctrine_Hook','','',NULL,'doctrine-hook','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161437,7,'default.doctrine.hook.doctrine-hook-equal','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Equal','','',NULL,'doctrine-hook-equal','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161438,7,'default.doctrine.hook.doctrine-hook-integer','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_Integer','','',NULL,'doctrine-hook-integer','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161439,7,'default.doctrine.hook.doctrine-hook-parser',NULL,'Doctrine','hook','Doctrine_Hook_Parser','','',NULL,'doctrine-hook-parser','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161440,7,'default.doctrine.hook.doctrine-hook-parser-complex','default.doctrine.hook.doctrine-hook-parser','Doctrine','hook','Doctrine_Hook_Parser_Complex','','',NULL,'doctrine-hook-parser-complex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161441,7,'default.doctrine.hook.doctrine-hook-wordlike','default.doctrine.hook.doctrine-hook-parser-complex','Doctrine','hook','Doctrine_Hook_WordLike','','',NULL,'doctrine-hook-wordlike','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161442,7,'default.doctrine.hydrate.doctrine-hydrator',NULL,'Doctrine','hydrate','Doctrine_Hydrator','Its purpose is to populate object graphs.','',NULL,'doctrine-hydrator','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161443,7,'default.doctrine.hydrate.doctrine-hydrator-abstract','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','hydrate','Doctrine_Hydrator_Abstract','','',NULL,'doctrine-hydrator-abstract','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161444,7,'default.doctrine.hydrate.doctrine-hydrator-arraydriver','default.doctrine.hydrate.doctrine-hydrator-graph','Doctrine','hydrate','Doctrine_Hydrator_ArrayDriver','Builds result sets in to the object graph using php arrays','',NULL,'doctrine-hydrator-arraydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161445,7,'default.doctrine.hydrate.doctrine-hydrator-arrayhierarchydriver','default.doctrine.hydrate.doctrine-hydrator-arraydriver','Doctrine','hydrate','Doctrine_Hydrator_ArrayHierarchyDriver','Builds result sets in to the hierarchy graph using php arrays','',NULL,'doctrine-hydrator-arrayhierarchydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161446,7,'default.doctrine.hydrate.doctrine-hydrator-graph','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_Graph','Abstract base class for child drivers to hydrate the object graph in to \nvarious data types. For example Doctrine_Record instances or PHP arrays','',NULL,'doctrine-hydrator-graph','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161447,7,'default.doctrine.hydrate.doctrine-hydrator-nonedriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_NoneDriver','Get results directly and skip hydration. Uses PDO::FETCH_NUM','',NULL,'doctrine-hydrator-nonedriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161448,7,'default.doctrine.hydrate.doctrine-hydrator-recorddriver','default.doctrine.hydrate.doctrine-hydrator-graph','Doctrine','hydrate','Doctrine_Hydrator_RecordDriver','Builds result sets in to the object graph using Doctrine_Record instances','',NULL,'doctrine-hydrator-recorddriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161449,7,'default.doctrine.hydrate.doctrine-hydrator-recordhierarchydriver','default.doctrine.hydrate.doctrine-hydrator-recorddriver','Doctrine','hydrate','Doctrine_Hydrator_RecordHierarchyDriver','Builds result sets in to the hierarchy graph using php arrays','',NULL,'doctrine-hydrator-recordhierarchydriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161450,7,'default.doctrine.hydrate.doctrine-hydrator-scalardriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_ScalarDriver','Builds result sets in to a scalar php array','',NULL,'doctrine-hydrator-scalardriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161451,7,'default.doctrine.hydrate.doctrine-hydrator-singlescalardriver','default.doctrine.hydrate.doctrine-hydrator-abstract','Doctrine','hydrate','Doctrine_Hydrator_SingleScalarDriver','Returns the first row and first column single scalar value','',NULL,'doctrine-hydrator-singlescalardriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161452,7,'default.doctrine.i18n.doctrine-i18n','default.doctrine.plugin.doctrine-record-generator','Doctrine','i18n','Doctrine_I18n','','',NULL,'doctrine-i18n','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161453,7,'default.doctrine.import.doctrine-import','default.doctrine.connection.doctrine-connection-module','Doctrine','import','Doctrine_Import','class Doctrine_Import Main responsible of performing import operation.\nDelegates database schema reading to a reader object and passes the result\nto a builder object which builds a Doctrine data model.','',NULL,'doctrine-import','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161454,7,'default.doctrine.import.doctrine-import-builder','default.doctrine.builder.doctrine-builder','Doctrine','import','Doctrine_Import_Builder','','Import builder is responsible of building Doctrine_Record classes based on a database schema.',NULL,'doctrine-import-builder','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161455,7,'default.doctrine.import.doctrine-import-mssql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mssql','','',NULL,'doctrine-import-mssql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161456,7,'default.doctrine.import.doctrine-import-mysql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Mysql','','',NULL,'doctrine-import-mysql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161457,7,'default.doctrine.import.doctrine-import-oracle','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Oracle','','',NULL,'doctrine-import-oracle','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161458,7,'default.doctrine.import.doctrine-import-pgsql','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Pgsql','','',NULL,'doctrine-import-pgsql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161459,7,'default.doctrine.import.doctrine-import-schema',NULL,'Doctrine','import','Doctrine_Import_Schema','','Class for importing Doctrine_Record classes from a yaml schema definition',NULL,'doctrine-import-schema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161460,7,'default.doctrine.import.doctrine-import-sqlite','default.doctrine.import.doctrine-import','Doctrine','import','Doctrine_Import_Sqlite','','',NULL,'doctrine-import-sqlite','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161461,7,'default.doctrine.inflector.doctrine-inflector',NULL,'Doctrine','inflector','Doctrine_Inflector','Doctrine inflector has static methods for inflecting text','The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known',NULL,'doctrine-inflector','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161462,7,'default.doctrine.integritymapper.doctrine-integritymapper',NULL,'Doctrine','integritymapper','Doctrine_IntegrityMapper','','',NULL,'doctrine-integritymapper','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161463,7,'default.doctrine.lib.doctrine-lib',NULL,'Doctrine','lib','Doctrine_Lib','Doctrine_Lib has not commonly used static functions, mostly for debugging\npurposes','',NULL,'doctrine-lib','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161464,7,'default.doctrine.locking.doctrine-locking-manager-pessimistic',NULL,'Doctrine','locking','Doctrine_Locking_Manager_Pessimistic','Offline locking of records comes in handy where you need to make sure that \na time-consuming task on a record or many records, which is spread over\nseveral page requests can't be interfered by other users.','',NULL,'doctrine-locking-manager-pessimistic','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161465,7,'default.doctrine.manager.doctrine-manager','default.doctrine.configurable.doctrine-configurable','Doctrine','manager','Doctrine_Manager','Doctrine_Manager is the base component of all doctrine based projects.','It opens and keeps track of all connections (database connections).',NULL,'doctrine-manager','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161466,7,'default.doctrine.migration.doctrine-migration',NULL,'Doctrine','migration','Doctrine_Migration','','this class represents a database view',NULL,'doctrine-migration','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161467,7,'default.doctrine.migration.doctrine-migration-base',NULL,'Doctrine','migration','Doctrine_Migration_Base','Base migration class. All migration classes must extend from this base\nclass','',NULL,'doctrine-migration-base','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161468,7,'default.doctrine.migration.doctrine-migration-builder','default.doctrine.builder.doctrine-builder','Doctrine','migration','Doctrine_Migration_Builder','','',NULL,'doctrine-migration-builder','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161469,7,'default.doctrine.migration.doctrine-migration-diff',NULL,'Doctrine','migration','Doctrine_Migration_Diff','Doctrine_Migration_Diff - class used for generating differences and\nmigration classes from 'from' and 'to' schema\ninformation.','',NULL,'doctrine-migration-diff','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161470,7,'default.doctrine.migration.doctrine-migration-process',NULL,'Doctrine','migration','Doctrine_Migration_Process','','',NULL,'doctrine-migration-process','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161471,7,'default.doctrine.node.doctrine-node',NULL,'Doctrine','node','Doctrine_Node','','',NULL,'doctrine-node','2009-11-12 03:22:50','2009-11-12 03:22:50'),(161472,7,'default.doctrine.node.doctrine-node-interface',NULL,'Doctrine','node','Doctrine_Node_Interface','','',NULL,'doctrine-node-interface','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161473,7,'default.doctrine.node.doctrine-node-materializedpath-levelorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_LevelOrderIterator','','',NULL,'doctrine-node-materializedpath-levelorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161474,7,'default.doctrine.node.doctrine-node-materializedpath-postorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PostOrderIterator','','',NULL,'doctrine-node-materializedpath-postorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161475,7,'default.doctrine.node.doctrine-node-materializedpath-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_MaterializedPath_PreOrderIterator','','',NULL,'doctrine-node-materializedpath-preorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161476,7,'default.doctrine.node.doctrine-node-nestedset','default.doctrine.node.doctrine-node','Doctrine','node','Doctrine_Node_NestedSet','','',NULL,'doctrine-node-nestedset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161477,7,'default.doctrine.node.doctrine-node-nestedset-preorderiterator',NULL,'Doctrine','node','Doctrine_Node_NestedSet_PreOrderIterator','','',NULL,'doctrine-node-nestedset-preorderiterator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161478,7,'default.doctrine.null.doctrine-null',NULL,'Doctrine','null','Doctrine_Null','','Simple empty class representing a null value used for extra fast null value testing with isset() rather than array_key_exists()',NULL,'doctrine-null','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161479,7,'default.doctrine.overloadable.doctrine-overloadable',NULL,'Doctrine','overloadable','Doctrine_Overloadable','Doctrine_Overloadable a very generic overloading interface','',NULL,'doctrine-overloadable','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161480,7,'default.doctrine.pager.doctrine-pager',NULL,'Doctrine','pager','Doctrine_Pager','','',NULL,'doctrine-pager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161481,7,'default.doctrine.pager.doctrine-pager-layout',NULL,'Doctrine','pager','Doctrine_Pager_Layout','','',NULL,'doctrine-pager-layout','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161482,7,'default.doctrine.pager.doctrine-pager-range',NULL,'Doctrine','pager','Doctrine_Pager_Range','','',NULL,'doctrine-pager-range','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161483,7,'default.doctrine.pager.doctrine-pager-range-jumping','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Jumping','','',NULL,'doctrine-pager-range-jumping','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161484,7,'default.doctrine.pager.doctrine-pager-range-sliding','default.doctrine.pager.doctrine-pager-range','Doctrine','pager','Doctrine_Pager_Range_Sliding','','',NULL,'doctrine-pager-range-sliding','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161485,7,'default.doctrine.parser.doctrine-parser',NULL,'Doctrine','parser','Doctrine_Parser','','',NULL,'doctrine-parser','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161486,7,'default.doctrine.parser.doctrine-parser-json','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Json','','',NULL,'doctrine-parser-json','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161487,7,'default.doctrine.parser.doctrine-parser-serialize','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Serialize','','',NULL,'doctrine-parser-serialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161488,7,'default.doctrine.parser.doctrine-parser-xml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Xml','','',NULL,'doctrine-parser-xml','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161489,7,'default.doctrine.parser.doctrine-parser-yml','default.doctrine.parser.doctrine-parser','Doctrine','parser','Doctrine_Parser_Yml','','',NULL,'doctrine-parser-yml','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161490,7,'default.doctrine.plugin.doctrine-record-generator','default.doctrine.record.doctrine-record-abstract','Doctrine','plugin','Doctrine_Record_Generator','','',NULL,'doctrine-record-generator','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161491,7,'default.doctrine.query.doctrine-query','default.doctrine.query.doctrine-query-abstract','Doctrine','query','Doctrine_Query','Doctrine_Query A Doctrine_Query object represents a DQL query. It is used\nto query databases for data in an object-oriented fashion. A DQL query\nunderstands relations and inheritance and is dbms independant.','',NULL,'doctrine-query','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161492,7,'default.doctrine.query.doctrine-query-abstract',NULL,'Doctrine','query','Doctrine_Query_Abstract','','',NULL,'doctrine-query-abstract','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161493,7,'default.doctrine.query.doctrine-query-check',NULL,'Doctrine','query','Doctrine_Query_Check','','',NULL,'doctrine-query-check','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161494,7,'default.doctrine.query.doctrine-query-condition','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Condition','','',NULL,'doctrine-query-condition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161495,7,'default.doctrine.query.doctrine-query-filter',NULL,'Doctrine','query','Doctrine_Query_Filter','','',NULL,'doctrine-query-filter','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161496,7,'default.doctrine.query.doctrine-query-filter-chain',NULL,'Doctrine','query','Doctrine_Query_Filter_Chain','','',NULL,'doctrine-query-filter-chain','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161497,7,'default.doctrine.query.doctrine-query-filter-interface',NULL,'Doctrine','query','Doctrine_Query_Filter_Interface','','',NULL,'doctrine-query-filter-interface','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161498,7,'default.doctrine.query.doctrine-query-forupdate','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Forupdate','','',NULL,'doctrine-query-forupdate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161499,7,'default.doctrine.query.doctrine-query-from','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_From','','',NULL,'doctrine-query-from','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161500,7,'default.doctrine.query.doctrine-query-groupby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Groupby','','',NULL,'doctrine-query-groupby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161501,7,'default.doctrine.query.doctrine-query-having','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Having','','',NULL,'doctrine-query-having','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161502,7,'default.doctrine.query.doctrine-query-joincondition','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_JoinCondition','','',NULL,'doctrine-query-joincondition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161503,7,'default.doctrine.query.doctrine-query-limit','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Limit','','',NULL,'doctrine-query-limit','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161504,7,'default.doctrine.query.doctrine-query-offset','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Offset','','',NULL,'doctrine-query-offset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161505,7,'default.doctrine.query.doctrine-query-orderby','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Orderby','','',NULL,'doctrine-query-orderby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161506,7,'default.doctrine.query.doctrine-query-part',NULL,'Doctrine','query','Doctrine_Query_Part','','',NULL,'doctrine-query-part','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161507,7,'default.doctrine.query.doctrine-query-registry',NULL,'Doctrine','query','Doctrine_Query_Registry','','',NULL,'doctrine-query-registry','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161508,7,'default.doctrine.query.doctrine-query-select','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Select','','',NULL,'doctrine-query-select','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161509,7,'default.doctrine.query.doctrine-query-set','default.doctrine.query.doctrine-query-part','Doctrine','query','Doctrine_Query_Set','Doctrine_Query','',NULL,'doctrine-query-set','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161510,7,'default.doctrine.query.doctrine-query-tokenizer',NULL,'Doctrine','query','Doctrine_Query_Tokenizer','','',NULL,'doctrine-query-tokenizer','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161511,7,'default.doctrine.query.doctrine-query-where','default.doctrine.query.doctrine-query-condition','Doctrine','query','Doctrine_Query_Where','','',NULL,'doctrine-query-where','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161512,7,'default.doctrine.rawsql.doctrine-rawsql','default.doctrine.query.doctrine-query-abstract','Doctrine','rawsql','Doctrine_RawSql','','Doctrine_RawSql is an implementation of Doctrine_Query_Abstract that skips the entire DQL parsing procedure. The "DQL" that is passed to a RawSql query object for execution is considered to be plain SQL and will be used "as is". The ',NULL,'doctrine-rawsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(161513,7,'default.doctrine.record.doctrine-record','default.doctrine.record.doctrine-record-abstract','Doctrine','record','Doctrine_Record','Doctrine_Record All record classes should inherit this super class','',NULL,'doctrine-record','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161514,7,'default.doctrine.record.doctrine-record-abstract','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Abstract','','',NULL,'doctrine-record-abstract','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161515,7,'default.doctrine.record.doctrine-record-filter',NULL,'Doctrine','record','Doctrine_Record_Filter','Doctrine_Record_Filter Filters the record getters and setters','',NULL,'doctrine-record-filter','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161516,7,'default.doctrine.record.doctrine-record-filter-compound','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Compound','','',NULL,'doctrine-record-filter-compound','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161517,7,'default.doctrine.record.doctrine-record-filter-standard','default.doctrine.record.doctrine-record-filter','Doctrine','record','Doctrine_Record_Filter_Standard','Doctrine_Record_Filter_Standard Filters the record getters and setters','',NULL,'doctrine-record-filter-standard','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161518,7,'default.doctrine.record.doctrine-record-iterator',NULL,'Doctrine','record','Doctrine_Record_Iterator','','',NULL,'doctrine-record-iterator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161519,7,'default.doctrine.record.doctrine-record-listener',NULL,'Doctrine','record','Doctrine_Record_Listener','','',NULL,'doctrine-record-listener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161520,7,'default.doctrine.record.doctrine-record-listener-chain','default.doctrine.access.doctrine-access','Doctrine','record','Doctrine_Record_Listener_Chain','Doctrine_Record_Listener_Chain this class represents a chain of different\nlisteners, useful for having multiple listeners listening the events at\nthe same time','',NULL,'doctrine-record-listener-chain','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161521,7,'default.doctrine.record.doctrine-record-listener-interface',NULL,'Doctrine','record','Doctrine_Record_Listener_Interface','Doctrine_Record_Listener','',NULL,'doctrine-record-listener-interface','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161522,7,'default.doctrine.relation.doctrine-relation',NULL,'Doctrine','relation','Doctrine_Relation','Doctrine_Relation This class represents a relation between components','',NULL,'doctrine-relation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161523,7,'default.doctrine.relation.doctrine-relation-association','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_Association','Doctrine_Relation_Association this class takes care of association\nmapping (= many-to-many relationships, where the\nrelationship is handled with an additional relational table \n which holds 2 foreign keys','',NULL,'doctrine-relation-association','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161524,7,'default.doctrine.relation.doctrine-relation-association-self','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Association_Self','','',NULL,'doctrine-relation-association-self','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161525,7,'default.doctrine.relation.doctrine-relation-foreignkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_ForeignKey','Doctrine_Relation_ForeignKey This class represents a foreign key relation','',NULL,'doctrine-relation-foreignkey','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161526,7,'default.doctrine.relation.doctrine-relation-localkey','default.doctrine.relation.doctrine-relation','Doctrine','relation','Doctrine_Relation_LocalKey','Doctrine_Relation_LocalKey This class represents a local key relation','',NULL,'doctrine-relation-localkey','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161527,7,'default.doctrine.relation.doctrine-relation-nest','default.doctrine.relation.doctrine-relation-association','Doctrine','relation','Doctrine_Relation_Nest','Doctrine_Relation_Association_Self','',NULL,'doctrine-relation-nest','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161528,7,'default.doctrine.relation.doctrine-relation-parser',NULL,'Doctrine','relation','Doctrine_Relation_Parser','','',NULL,'doctrine-relation-parser','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161529,7,'default.doctrine.search.doctrine-search','default.doctrine.plugin.doctrine-record-generator','Doctrine','search','Doctrine_Search','','',NULL,'doctrine-search','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161530,7,'default.doctrine.search.doctrine-search-analyzer',NULL,'Doctrine','search','Doctrine_Search_Analyzer','','',NULL,'doctrine-search-analyzer','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161531,7,'default.doctrine.search.doctrine-search-analyzer-interface',NULL,'Doctrine','search','Doctrine_Search_Analyzer_Interface','','',NULL,'doctrine-search-analyzer-interface','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161532,7,'default.doctrine.search.doctrine-search-analyzer-standard','default.doctrine.search.doctrine-search-analyzer','Doctrine','search','Doctrine_Search_Analyzer_Standard','','',NULL,'doctrine-search-analyzer-standard','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161533,7,'default.doctrine.search.doctrine-search-analyzer-utf8','default.doctrine.search.doctrine-search-analyzer-standard','Doctrine','search','Doctrine_Search_Analyzer_Utf8','','This class is used to analyze (ie tokenize) an input $text in $encoding encoding, and return an array of words to be indexed.',NULL,'doctrine-search-analyzer-utf8','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161534,7,'default.doctrine.search.doctrine-search-file','default.doctrine.search.doctrine-search','Doctrine','search','Doctrine_Search_File','Doctrine_Search','',NULL,'doctrine-search-file','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161535,7,'default.doctrine.search.doctrine-search-indexer',NULL,'Doctrine','search','Doctrine_Search_Indexer','','',NULL,'doctrine-search-indexer','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161536,7,'default.doctrine.search.doctrine-search-indexer-dir',NULL,'Doctrine','search','Doctrine_Search_Indexer_Dir','','',NULL,'doctrine-search-indexer-dir','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161537,7,'default.doctrine.search.doctrine-search-listener','default.doctrine.record.doctrine-record-listener','Doctrine','search','Doctrine_Search_Listener','','',NULL,'doctrine-search-listener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161538,7,'default.doctrine.search.doctrine-search-parser',NULL,'Doctrine','search','Doctrine_Search_Parser','Doctrine_Search_Parser_Standard','',NULL,'doctrine-search-parser','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161539,7,'default.doctrine.search.doctrine-search-query',NULL,'Doctrine','search','Doctrine_Search_Query','','',NULL,'doctrine-search-query','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161540,7,'default.doctrine.search.doctrine-search-record','default.doctrine.template.doctrine-template','Doctrine','search','Doctrine_Search_Record','','',NULL,'doctrine-search-record','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161541,7,'default.doctrine.sequence.doctrine-sequence','default.doctrine.connection.doctrine-connection-module','Doctrine','sequence','Doctrine_Sequence','Doctrine_Sequence The base class for sequence handling drivers.','',NULL,'doctrine-sequence','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161542,7,'default.doctrine.sequence.doctrine-sequence-db2','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Db2','','',NULL,'doctrine-sequence-db2','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161543,7,'default.doctrine.sequence.doctrine-sequence-mssql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mssql','','',NULL,'doctrine-sequence-mssql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161544,7,'default.doctrine.sequence.doctrine-sequence-mysql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Mysql','','',NULL,'doctrine-sequence-mysql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161545,7,'default.doctrine.sequence.doctrine-sequence-oracle','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Oracle','','',NULL,'doctrine-sequence-oracle','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161546,7,'default.doctrine.sequence.doctrine-sequence-pgsql','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Pgsql','','',NULL,'doctrine-sequence-pgsql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161547,7,'default.doctrine.sequence.doctrine-sequence-sqlite','default.doctrine.sequence.doctrine-sequence','Doctrine','sequence','Doctrine_Sequence_Sqlite','','',NULL,'doctrine-sequence-sqlite','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161548,7,'default.doctrine.table.doctrine-table','default.doctrine.configurable.doctrine-configurable','Doctrine','table','Doctrine_Table','Doctrine_Table represents a database table each\nDoctrine_Table holds the information of foreignKeys and associations','',NULL,'doctrine-table','2009-11-12 03:22:52','2009-11-12 03:22:52'),(161549,7,'default.doctrine.table.doctrine-table-exception',NULL,'Doctrine','table','Doctrine_Table_Exception','thrown when user tries to initialize a new instance of Doctrine_Table, \nwhile there already exists an instance of that table','',NULL,'doctrine-table-exception','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161550,7,'default.doctrine.table.doctrine-table-repository',NULL,'Doctrine','table','Doctrine_Table_Repository','Doctrine_Repository each record is added into Doctrine_Repository at the\nsame time they are created, loaded from the database or retrieved from the\ncache','',NULL,'doctrine-table-repository','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161551,7,'default.doctrine.task.doctrine-task',NULL,'Doctrine','task','Doctrine_Task','','Abstract class used for writing Doctrine Tasks',NULL,'doctrine-task','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161552,7,'default.doctrine.task.doctrine-task-buildall','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAll','','',NULL,'doctrine-task-buildall','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161553,7,'default.doctrine.task.doctrine-task-buildallload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllLoad','','',NULL,'doctrine-task-buildallload','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161554,7,'default.doctrine.task.doctrine-task-buildallreload','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_BuildAllReload','','',NULL,'doctrine-task-buildallreload','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161555,7,'default.doctrine.task.doctrine-task-compile','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Compile','','',NULL,'doctrine-task-compile','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161556,7,'default.doctrine.task.doctrine-task-createdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateDb','','',NULL,'doctrine-task-createdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161557,7,'default.doctrine.task.doctrine-task-createtables','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_CreateTables','','',NULL,'doctrine-task-createtables','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161558,7,'default.doctrine.task.doctrine-task-dql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Dql','','',NULL,'doctrine-task-dql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161559,7,'default.doctrine.task.doctrine-task-dropdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DropDb','','',NULL,'doctrine-task-dropdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161560,7,'default.doctrine.task.doctrine-task-dumpdata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_DumpData','','',NULL,'doctrine-task-dumpdata','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161561,7,'default.doctrine.task.doctrine-task-generatemigration','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigration','','',NULL,'doctrine-task-generatemigration','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161562,7,'default.doctrine.task.doctrine-task-generatemigrationsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDb','','',NULL,'doctrine-task-generatemigrationsdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161563,7,'default.doctrine.task.doctrine-task-generatemigrationsdiff','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsDiff','','',NULL,'doctrine-task-generatemigrationsdiff','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161564,7,'default.doctrine.task.doctrine-task-generatemigrationsmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateMigrationsModels','','',NULL,'doctrine-task-generatemigrationsmodels','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161565,7,'default.doctrine.task.doctrine-task-generatemodelsdb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsDb','','',NULL,'doctrine-task-generatemodelsdb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161566,7,'default.doctrine.task.doctrine-task-generatemodelsyaml','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateModelsYaml','','',NULL,'doctrine-task-generatemodelsyaml','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161567,7,'default.doctrine.task.doctrine-task-generatesql','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateSql','','',NULL,'doctrine-task-generatesql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161568,7,'default.doctrine.task.doctrine-task-generateyamldb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlDb','','',NULL,'doctrine-task-generateyamldb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161569,7,'default.doctrine.task.doctrine-task-generateyamlmodels','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_GenerateYamlModels','Doctrine_Task_GenerateFromModels','',NULL,'doctrine-task-generateyamlmodels','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161570,7,'default.doctrine.task.doctrine-task-loaddata','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_LoadData','','',NULL,'doctrine-task-loaddata','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161571,7,'default.doctrine.task.doctrine-task-migrate','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_Migrate','','',NULL,'doctrine-task-migrate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161572,7,'default.doctrine.task.doctrine-task-rebuilddb','default.doctrine.task.doctrine-task','Doctrine','task','Doctrine_Task_RebuildDb','','',NULL,'doctrine-task-rebuilddb','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161573,7,'default.doctrine.template.doctrine-template','default.doctrine.record.doctrine-record-abstract','Doctrine','template','Doctrine_Template','Base abstract class for defining templates which are the base of all\nbehaviors that can be attached to your Doctrine models','',NULL,'doctrine-template','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161574,7,'default.doctrine.template.doctrine-template-geographical','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Geographical','Easily add longitude and latitude columns to your records and use inherited\nfunctionality for calculating distances','',NULL,'doctrine-template-geographical','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161575,7,'default.doctrine.template.doctrine-template-i18n','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_I18n','Add multilingual capabilities to your Doctrine models','',NULL,'doctrine-template-i18n','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161576,7,'default.doctrine.template.doctrine-template-listener-sluggable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Sluggable','Easily create a slug for each record based on a specified set of fields','',NULL,'doctrine-template-listener-sluggable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161577,7,'default.doctrine.template.doctrine-template-listener-softdelete','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_SoftDelete','Listener for SoftDelete behavior which will allow you to turn on the\nbehavior which sets a delete flag instead of actually deleting the record\nand all queries automatically include a check for the deleted flag to\nexclude deleted records.','',NULL,'doctrine-template-listener-softdelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161578,7,'default.doctrine.template.doctrine-template-listener-timestampable','default.doctrine.record.doctrine-record-listener','Doctrine','template','Doctrine_Template_Listener_Timestampable','Listener for the Timestampable behavior which automatically sets the\ncreated and updated columns when a record is inserted and updated.','',NULL,'doctrine-template-listener-timestampable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161579,7,'default.doctrine.template.doctrine-template-nestedset','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_NestedSet','Doctrine template which implements the custom NestedSet implementation','',NULL,'doctrine-template-nestedset','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161580,7,'default.doctrine.template.doctrine-template-searchable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Searchable','','',NULL,'doctrine-template-searchable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161581,7,'default.doctrine.template.doctrine-template-sluggable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Sluggable','','Easily create a slug for each record based on a specified set of fields',NULL,'doctrine-template-sluggable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161582,7,'default.doctrine.template.doctrine-template-softdelete','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_SoftDelete','','',NULL,'doctrine-template-softdelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161583,7,'default.doctrine.template.doctrine-template-timestampable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Timestampable','','Easily add created and updated at timestamps to your doctrine records that are automatically set when records are saved',NULL,'doctrine-template-timestampable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161584,7,'default.doctrine.template.doctrine-template-versionable','default.doctrine.template.doctrine-template','Doctrine','template','Doctrine_Template_Versionable','','Add revisioning/audit log to your models',NULL,'doctrine-template-versionable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161585,7,'default.doctrine.transaction.doctrine-transaction','default.doctrine.connection.doctrine-connection-module','Doctrine','transaction','Doctrine_Transaction','Doctrine_Transaction Handles transaction savepoint and isolation\nabstraction','',NULL,'doctrine-transaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161586,7,'default.doctrine.transaction.doctrine-transaction-mssql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mssql','','',NULL,'doctrine-transaction-mssql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161587,7,'default.doctrine.transaction.doctrine-transaction-mysql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Mysql','','',NULL,'doctrine-transaction-mysql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161588,7,'default.doctrine.transaction.doctrine-transaction-oracle','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Oracle','','',NULL,'doctrine-transaction-oracle','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161589,7,'default.doctrine.transaction.doctrine-transaction-pgsql','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Pgsql','','',NULL,'doctrine-transaction-pgsql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161590,7,'default.doctrine.transaction.doctrine-transaction-sqlite','default.doctrine.transaction.doctrine-transaction','Doctrine','transaction','Doctrine_Transaction_Sqlite','','',NULL,'doctrine-transaction-sqlite','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161591,7,'default.doctrine.tree.doctrine-tree',NULL,'Doctrine','tree','Doctrine_Tree','','',NULL,'doctrine-tree','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161592,7,'default.doctrine.tree.doctrine-tree-interface',NULL,'Doctrine','tree','Doctrine_Tree_Interface','','',NULL,'doctrine-tree-interface','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161593,7,'default.doctrine.tree.doctrine-tree-nestedset','default.doctrine.tree.doctrine-tree','Doctrine','tree','Doctrine_Tree_NestedSet','','',NULL,'doctrine-tree-nestedset','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161594,7,'default.doctrine.validator.doctrine-validator','locator.doctrine.doctrine-locator.doctrine-locator-injectable','Doctrine','validator','Doctrine_Validator','This class is responsible for performing all validations on record\nproperties','',NULL,'doctrine-validator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161595,7,'default.doctrine.validator.doctrine-validator-country','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Country','','',NULL,'doctrine-validator-country','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161596,7,'default.doctrine.validator.doctrine-validator-creditcard','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Creditcard','','',NULL,'doctrine-validator-creditcard','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161597,7,'default.doctrine.validator.doctrine-validator-date','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Date','','',NULL,'doctrine-validator-date','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161598,7,'default.doctrine.validator.doctrine-validator-driver',NULL,'Doctrine','validator','Doctrine_Validator_Driver','','',NULL,'doctrine-validator-driver','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161599,7,'default.doctrine.validator.doctrine-validator-email','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Email','','',NULL,'doctrine-validator-email','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161600,7,'default.doctrine.validator.doctrine-validator-errorstack','default.doctrine.access.doctrine-access','Doctrine','validator','Doctrine_Validator_ErrorStack','','',NULL,'doctrine-validator-errorstack','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161601,7,'default.doctrine.validator.doctrine-validator-exception',NULL,'Doctrine','validator','Doctrine_Validator_Exception','','',NULL,'doctrine-validator-exception','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161602,7,'default.doctrine.validator.doctrine-validator-future','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Future','','',NULL,'doctrine-validator-future','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161603,7,'default.doctrine.validator.doctrine-validator-htmlcolor','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_HtmlColor','','',NULL,'doctrine-validator-htmlcolor','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161604,7,'default.doctrine.validator.doctrine-validator-ip','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Ip','','',NULL,'doctrine-validator-ip','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161605,7,'default.doctrine.validator.doctrine-validator-minlength','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Minlength','Doctrine_Validator_Regexp','',NULL,'doctrine-validator-minlength','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161606,7,'default.doctrine.validator.doctrine-validator-nospace','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Nospace','','',NULL,'doctrine-validator-nospace','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161607,7,'default.doctrine.validator.doctrine-validator-notblank','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notblank','','',NULL,'doctrine-validator-notblank','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161608,7,'default.doctrine.validator.doctrine-validator-notnull','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Notnull','','',NULL,'doctrine-validator-notnull','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161609,7,'default.doctrine.validator.doctrine-validator-past','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Past','','',NULL,'doctrine-validator-past','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161610,7,'default.doctrine.validator.doctrine-validator-range','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Range','','',NULL,'doctrine-validator-range','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161611,7,'default.doctrine.validator.doctrine-validator-readonly','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Readonly','','',NULL,'doctrine-validator-readonly','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161612,7,'default.doctrine.validator.doctrine-validator-regexp','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Regexp','','',NULL,'doctrine-validator-regexp','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161613,7,'default.doctrine.validator.doctrine-validator-time','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Time','','',NULL,'doctrine-validator-time','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161614,7,'default.doctrine.validator.doctrine-validator-timestamp','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Timestamp','','',NULL,'doctrine-validator-timestamp','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161615,7,'default.doctrine.validator.doctrine-validator-unique','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Unique','','',NULL,'doctrine-validator-unique','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161616,7,'default.doctrine.validator.doctrine-validator-unsigned','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Unsigned','','',NULL,'doctrine-validator-unsigned','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161617,7,'default.doctrine.validator.doctrine-validator-usstate','default.doctrine.validator.doctrine-validator-driver','Doctrine','validator','Doctrine_Validator_Usstate','','',NULL,'doctrine-validator-usstate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(161618,7,'default.doctrine.view.doctrine-view',NULL,'Doctrine','view','Doctrine_View','','this class represents a database view',NULL,'doctrine-view','2009-11-12 03:22:53','2009-11-12 03:22:53'); /*!40000 ALTER TABLE `api_class` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_method` -- DROP TABLE IF EXISTS `api_method`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_method` ( `id` int(11) NOT NULL auto_increment, `api_class_id` int(11) default NULL, `name` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `params_to_str` varchar(255) default NULL, `exception` varchar(255) default NULL, `return_description` varchar(255) default NULL, `return_type` varchar(255) default NULL, `slug` longtext, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`id`), KEY `api_class_id_idx` (`api_class_id`), CONSTRAINT `api_method_ibfk_1` FOREIGN KEY (`api_class_id`) REFERENCES `api_class` (`id`), CONSTRAINT `api_method_ibfk_2` FOREIGN KEY (`api_class_id`) REFERENCES `api_class` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1296699 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_method` -- LOCK TABLES `api_method` WRITE; /*!40000 ALTER TABLE `api_method` DISABLE KEYS */; INSERT INTO `api_method` VALUES (1182251,147423,'generateSqlFromModels','','','$directory = null','','returns\n String of sql queries. One query per line','string','generate-sql-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182252,147423,'dump','','dumps a given variable','$var, $output = true','','','','dump','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182253,147423,'isValidModelClass','','Checks if what is passed is a valid Doctrine_Record Will load class in to memory in order to inflect it and find out information about the class','$class','','','boolean','is-valid-model-class','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182254,147423,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','make-directories','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182255,147423,'classify','','returns class name from table name','$tablename','','','string','classify','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182256,147423,'generateYamlFromModels','','Generate yaml schema file for the models in the specified directory','$yamlPath, $directory','','','','generate-yaml-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182257,147423,'generateMigrationsFromDb','','','$migrationsPath','throws\n new Doctrine_Migration_Exception','','','generate-migrations-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182258,147423,'getConnectionByTableName','','Get the connection object for a table by the actual table name','$tableName','','','','get-connection-by-table-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182259,147423,'debug','','','$bool = null','','','','debug','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182260,147423,'getLoadedModels','','Get all the loaded models, you can provide an array of classes or it will use get_declared_classes()\nWill filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently l','$classes = null','','','array','get-loaded-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182261,147423,'createDatabases','','Creates databases for connections','$specifiedConnections = array()','','','','create-databases','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182262,147423,'classifyCallback','','Callback function to classify a classname properly.','$matches','','returns\n A string with matches 1 and mathces 3 in upper case.','string','classify-callback','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182263,147423,'autoload','','simple autoload function returns true if the class was loaded, otherwise false','$className, $classname','','','boolean','autoload','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182264,147423,'isValidClassname','isValidClassName','checks for valid class name (uses camel case and underscores)','$classname','','','boolean','is-valid-classname','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182265,147423,'tableize','','returns table name from class name','$classname','','','string','tableize','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182266,147423,'dumpData','','Dump data to a yaml fixtures file','$yamlPath, $individualFiles = false','','','','dump-data','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182267,147423,'filterInvalidModels','','Filter through an array of classes and return all the classes that are valid models. This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filter-invalid-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182268,147423,'compile','','method for making a single file of most used doctrine runtime components including the compiled file instead of multiple files (in worst cases dozens of files) can improve performance by an order of magnitude','$target = null, $includedDrivers = array()','throws\n Doctrine_Exception','','','compile','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182269,147423,'generateMigrationsFromModels','','','$migrationsPath, $modelsPath = null','','','','generate-migrations-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182270,147423,'getTable','','','$tableName','','','','get-table','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182271,147423,'__construct','','','','throws\n Doctrine_Exception','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182272,147423,'getPath','getPath returns the doctrine root','','','','','string','get-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182273,147423,'getLoadedModelFiles','','','','','','','get-loaded-model-files','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182274,147423,'fileFinder','','','$type','','','','file-finder','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182275,147423,'generateModelsFromYaml','','Generate a yaml schema file from an existing directory of models','$yamlPath, $directory, $options = array()','','','','generate-models-from-yaml','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182276,147423,'loadData','','Load data from a yaml fixtures file. The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','load-data','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182277,147423,'removeDirectories','','','$folderPath','','','','remove-directories','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182278,147423,'dropDatabases','','Drops databases for connections','$specifiedConnections = array()','','','','drop-databases','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182279,147423,'generateModelsFromDb','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array()','throws\n Exception','','boolean','generate-models-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182280,147423,'createTablesFromArray','','Creates database tables for the models in the supplied array','$array','','','','create-tables-from-array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182281,147423,'getValidators','','Get available doctrine validators','','','','array','get-validators','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182282,147423,'generateMigrationClass','','Generate new migration class skeleton','$className, $migrationsPath','','','','generate-migration-class','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182283,147423,'generateYamlFromDb','','Generates models from database to temporary location then uses those models to generate a yaml schema file. This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath','','','','generate-yaml-from-db','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182284,147423,'createTablesFromModels','','Creates database tables for the models in the specified directory','$directory = null','','','','create-tables-from-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182285,147423,'getPathModels','','','','','','','get-path-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182286,147423,'migrate','','Migrate database to specified $to version. Migrates from current to latest if you do not specify.','$migrationsPath, $to = null','throws\n new Doctrine_Migration_Exception','returns\n true','bool','migrate','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182287,147423,'loadModels','','Recursively load all models from a directory or array of directories','$directory','','','array','load-models','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182288,147424,'__isset','__isset()','','$name','','returns\n whether or not this object contains $name','boolean','isset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182289,147424,'offsetUnset','unset a given offset','','$offset','','','','offset-unset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182290,147424,'offsetSet','sets $offset to $value','','$offset, $value','','','','offset-set','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182291,147424,'offsetGet','offsetGet an alias of get()','','$offset','','','mixed','offset-get','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182292,147424,'offsetExists','','','$offset','','returns\n whether or not this object contains $offset','boolean','offset-exists','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182293,147424,'__get','__get -- an alias of get()','','$name','','','mixed','get','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182294,147424,'__unset','__unset()','','$name','','','','unset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182295,147424,'setArray','','','$array','','','','set-array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182296,147424,'__set','__set an alias of set()','','($name) $name, ($value) $value','','','','set','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182297,147425,'getQuoteIdentifierSymbol','','','','','','string','get-quote-identifier-symbol','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182298,147425,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182299,147425,'_setExecuteMode','','','$mode','','','','set-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182300,147425,'setFetchMode','Set the fetch mode.','','$mode','','','','set-fetch-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182301,147425,'_getExecuteMode','Gets the execution mode','','','','returns\n the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','get-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182302,147425,'__construct','Constructor.','$config is an array of key/value pairs containing configuration options. These options are common to most adapters:\ndbname => (string) The name of the database to user username => (string) Connect to the database as this username. ','$config','','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182303,147425,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Db2','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182304,147425,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182305,147425,'_connect','Creates a connection resource.','','','','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182306,147425,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182307,147425,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182308,147425,'_rollBack','Rollback a transaction.','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182309,147426,'exec','','','$statement','','','','exec','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182310,147426,'commit','','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182311,147426,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182312,147426,'errorInfo','','','','','','','error-info','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182313,147426,'rollBack','','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182314,147426,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182315,147426,'query','','','$queryString','','','','query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182316,147426,'errorCode','','','','','','','error-code','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182317,147426,'quote','','','$input','','','','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182318,147426,'prepare','','','$prepareString','','','','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182319,147427,'pop','','','','','','','pop','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182320,147427,'exec','','','$statement','','','','exec','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182321,147427,'getName','','','','','','','get-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182322,147427,'getAll','','','','','','','get-all','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182323,147427,'commit','','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182324,147427,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182325,147427,'errorInfo','','','','','','','error-info','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182326,147427,'rollBack','','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182327,147427,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182328,147427,'addQuery','','','$query','','','','add-query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182329,147427,'query','','','$query','','','','query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182330,147427,'errorCode','','','','','','','error-code','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182331,147427,'quote','','','$input','','','','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182332,147427,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182333,147427,'__construct','','','$name = null','','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182334,147427,'getAttribute','','','$attribute','','','','get-attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182335,147427,'count','','','','','','','count','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182336,147427,'prepare','','','$query','','','','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182337,147427,'forceLastInsertIdFail','','','$fail = true','','','','force-last-insert-id-fail','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182338,147427,'forceException','','','$name, $message = '', $code','','','','force-exception','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182339,147427,'setAttribute','','','$attribute, $value','','','','set-attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182340,147428,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182341,147428,'lastInsertId','\n Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\n column.\n','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','','','integer','last-insert-id','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182342,147428,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182343,147428,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182344,147428,'_connect','Creates a connection to the database.','','','throws\n Doctrine_Adapter_Mysqli_Exception','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182345,147428,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182346,147428,'_rollBack','Roll-back a transaction.','','','','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182347,147429,'_commit','Commit a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','commit','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182348,147429,'setFetchMode','Set the fetch mode.','','$mode','throws\n Doctrine_Adapter_Exception','','','set-fetch-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182349,147429,'_getExecuteMode','','','','','','','get-execute-mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182350,147429,'__construct','Constructor.','$config is an array of key/value pairs containing configuration options. These options are common to most adapters:\nusername => (string) Connect to the database as this username. password => (string) Password associated with the username. dbname','$config','throws\n Doctrine_Adapter_Exception','','','construct','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182351,147429,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Oracle','prepare','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182352,147429,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182353,147429,'_connect','Creates a connection resource.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','connect','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182354,147429,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182355,147429,'quoteTableAs','Quote a table identifier and alias.','','(string|array|Doctrine_Expr) $ident, $alias','','returns\n The quoted identifier and alias.','string','quote-table-as','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182356,147429,'_beginTransaction','Leave autocommit mode and begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182357,147429,'_rollBack','Roll back a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Oracle_Exception','','','roll-back','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1182358,147430,'exec','','','$sql','','','','exec','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182359,147430,'commit','','','','','','','commit','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182360,147430,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182361,147430,'errorInfo','','','','','','','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182362,147430,'rollBack','','','','','','','roll-back','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182363,147430,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182364,147430,'query','','','$sql','','','','query','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182365,147430,'errorCode','','','','','','','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182366,147430,'quote','','','$input','','','','quote','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182367,147430,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182368,147430,'__construct','','','$resourceUrl','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182369,147430,'getAttribute','','','','','','','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182370,147430,'prepare','','','$sql','','','','prepare','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182371,147430,'setAttribute','','','','','','','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182372,147431,'rowCount','','','','','','','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182373,147431,'errorInfo','','','','','','','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182374,147431,'setFetchMode','','','$mode','','','','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182375,147431,'errorCode','','','','','','','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182376,147431,'fetch','','','$fetchStyle, $cursorOrientation, $cursorOffset','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182377,147431,'columnCount','','','','','','','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182378,147431,'execute','','','','','','','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182379,147431,'bindValue','','','$no, $value','','','','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182380,147431,'nextRowset','','','','','','','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182381,147432,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182382,147432,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182383,147432,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182384,147432,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182385,147432,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182386,147432,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182387,147432,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182388,147432,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182389,147432,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182390,147432,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182391,147432,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182392,147432,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182393,147432,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182394,147432,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182395,147432,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182396,147432,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182397,147432,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $columnIndex','','','array','fetch-all','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182398,147432,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182399,147433,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182400,147433,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182401,147433,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182402,147433,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182403,147433,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182404,147433,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182405,147433,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182406,147433,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182407,147433,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182408,147433,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182409,147433,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182410,147433,'__construct','','','$mock','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182411,147433,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182412,147433,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182413,147433,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182414,147433,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182415,147433,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182416,147433,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetch-all','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182417,147433,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182418,147434,'buildDefinition','','','(\n \n ) $table','','','','build-definition','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182419,147434,'__construct','','','$options','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182420,147434,'getVersion','','','(\n \n ) $record, $version','','','','get-version','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182421,147435,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182422,147435,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182423,147435,'__construct','','','(\n \n ) $auditLog','','','','construct','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182424,147435,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182425,147435,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1182426,147436,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182427,147436,'pop','','pops a query from the stack','','','','string','pop','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182428,147436,'isSuccessful','','','','','returns\n whether or not the last cache operation was successful','boolean','is-successful','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182429,147436,'getAll','getQueries','','$namespace = null','','returns\n an array of sql query strings','array','get-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182430,147436,'add','add adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182431,147436,'appendStats','','adds all queries to stats file','','','','','append-stats','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182432,147436,'clean','save','','','','','boolean','clean','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182433,147436,'preFetch','preFetch listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','(\n \n ) $event','','','array','pre-fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182434,147436,'getDriver','getDriver returns the current cache driver','','','','','','get-driver','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182435,147436,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182436,147436,'preFetchAll','preFetch listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','(\n \n ) $event','','','array','pre-fetch-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182437,147436,'count','','','','','returns\n the number of queries in the stack','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182438,147436,'preQuery','preQuery listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-query','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182439,147436,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182440,147436,'getIterator','','','','','returns\n an iterator that iterates through the query stack','ArrayIterator','get-iterator','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182441,147436,'preExecute','preExecute listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-execute','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182442,147436,'reset','','removes all queries from the query stack','','','','','reset','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182443,147436,'readStats','','','','','','array','read-stats','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182444,147437,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182445,147437,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182446,147437,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182447,147437,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182448,147437,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182449,147438,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182450,147438,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182451,147438,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182452,147438,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182453,147438,'count','','','','','','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182454,147438,'deleteAll','Remove all cache record','','','','returns\n true if no problem','boolean','delete-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182455,147439,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182456,147439,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182457,147439,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182458,147439,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182459,147439,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182460,147439,'count','count returns the number of cached elements','','','','','integer','count','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182461,147439,'getConnection','\n getConnection returns the connection object associated with this cache\n driver\n','','','','returns\n connection object','','get-connection','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182462,147439,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','delete-all','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182463,147439,'createTable','Creates the cache table.','','','','','','create-table','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182464,147440,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182465,147440,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182466,147440,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182467,147441,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182468,147441,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182469,147441,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182470,147441,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182471,147442,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182472,147442,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182473,147442,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182474,147442,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182475,147442,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1182476,147443,'notify','','','$notification = null, $style = 'HEADER'','','','','notify','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182477,147443,'printTasks','','Prints an index of all the available tasks in the CLI instance','$task = null, $full = false','','','','print-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182478,147443,'_getTaskClassFromArgs','','Get the task class from an array of cli arguments','$args','','','','get-task-class-from-args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182479,147443,'_run','','','$args','','','','run','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182480,147443,'__construct','','','$config = array()','','','','construct','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182481,147443,'run','','','$args','throws\n new Doctrine_Cli_Exception','','','run','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182482,147443,'loadTasks','','','$directory = null','','','array','load-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182483,147443,'notifyException','','','$exception','','','','notify-exception','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182484,147443,'prepareArgs','','','$args','','','array','prepare-args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182485,147443,'getLoadedTasks','','','','','','','get-loaded-tasks','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1182486,147444,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
windows
\nnon tty consoles
\nif null is given as a key a new record is created and attached
\n\nsetAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>\n ','$attribute, $value','throws\n Doctrine_Exception if the value is invalid','','','set-attribute','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182580,147454,'setEventListener','','','(Doctrine_EventListener) $listener','','','','set-event-listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1182581,147455,'incrementQueryCount','','','','','','','increment-query-count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182582,147455,'getTables','returns an array of all initialized tables','','','','','array','get-tables','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182583,147455,'getDriverName','','Gets the name of the instance driver','','','','','get-driver-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182584,147455,'update','Updates table row(s) with specified data','','$table, $values, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','update','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182585,147455,'fetchArray','','','$statement, $params = array()','','','array','fetch-array','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182586,147455,'getDbh','returns the database handler of which this connection uses','','','','returns\n the database handler','PDO','get-dbh','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182587,147455,'getOption','','Retrieves option','$option','','','','get-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182588,147455,'exec','','','$query, $params = array()','','','','exec','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182589,147455,'getName','getName returns the name of this driver','','','','returns\n the name of this driver','string','get-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182590,147455,'clear','clear clears all repositories','','','','','','clear','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182591,147455,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetch-column','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182592,147455,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182593,147455,'fetchBoth','','','$statement, $params = array()','','','array','fetch-both','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182594,147455,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182595,147455,'delete','deletes table row(s) matching the specified identifier','','$table, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n The number of affected rows','integer','delete','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182596,147455,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182597,147455,'select','\n queries the database with limit and offset added to the query and returns\n a Doctrine_Connection_Statement object\n','','$query, $limit, $offset','','','','select','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182598,147455,'setName','','Sets the name of the connection','$name','','','','set-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182599,147455,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the database handle\n','','','','','array','error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182600,147455,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','get-available-drivers','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182601,147455,'dropDatabase','','Method for dropping the database for the connection instance','','','returns\n Will return an instance of the exception thrown if the drop database fails, otherwise it returns a string detailing the success','mixed','drop-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182602,147455,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182603,147455,'rethrowException','','','$e, $invoker','throws\n Doctrine_Connection_Exception','','','rethrow-exception','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182604,147455,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182605,147455,'getTransactionLevel','get the current transaction nesting level','','','','','integer','get-transaction-level','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182606,147455,'__toString','returns a string representation of this object','','','','','string','to-string','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182607,147455,'query','\n query queries the database using Doctrine Query Language returns a\n collection of Doctrine_Record objects\n','\nquery(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>\n ','$query, $params = array(), $hydrationMode = null','','returns\n Collection of Doctrine_Record objects','','query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182608,147455,'fetchRow','','','$statement, $params = array()','','','array','fetch-row','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182609,147455,'close','close closes the connection','','','','','','close','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182610,147455,'__get','__get lazy loads given module and returns it','','$name','throws\n Doctrine_Connection_Exception if trying to get an unknown module','returns\n connection module','','get','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182611,147455,'supports','','','$feature','','returns\n whether or not this drivers supports given feature','boolean','supports','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182612,147455,'driverName','converts given driver name','','$name','','','','driver-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182613,147455,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n database handle\n','','','','','integer','error-code','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182614,147455,'standaloneQuery','','','$query, $params = array()','','','','standalone-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182615,147455,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182616,147455,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetch-one','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182617,147455,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182618,147455,'getManager','returns the manager that created this connection','','','','','','get-manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182619,147455,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182620,147455,'getTable','returns a table object for given component name','','$name','','','','get-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182621,147455,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182622,147455,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','get-attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182623,147455,'addTable','addTable adds a Doctrine_Table object into connection registry','','(\n \n ) $table','','','boolean','add-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182624,147455,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','set-date-format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182625,147455,'count','returns the count of initialized table objects','','','','','integer','count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182626,147455,'execute','','','$query, $params = array()','','','','execute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182627,147455,'insert','Inserts a table row with specified data.','','$table, $values','','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','insert','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182628,147455,'connect','connect connects into database','','','','','boolean','connect','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182629,147455,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$table, $fields, $keys','throws\n Doctrine_Connection_Exception if this driver doesn't support replace','returns\n number of rows affected','integer','replace','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182630,147455,'setOption','','Set option value','$option, $value','','','','set-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182631,147455,'getIterator','returns an iterator that iterators through all initialized table objects','\n $table) {\n print $table; // get a string representation of each table object\n }]]>\n ','','','returns\n SPL ArrayIterator object','ArrayIterator','get-iterator','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182632,147455,'prepare','','','$statement','','','','prepare','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182633,147455,'flush','\n flush saves all the records from all tables this operation is isolated\n using a transaction\n','','','throws\n PDOException if something went wrong at database level','','','flush','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182634,147455,'fetchAssoc','','','$statement, $params = array()','','','array','fetch-assoc','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182635,147455,'createDatabase','','','','','','','create-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182636,147455,'queryOne','\n query queries the database using Doctrine Query Language and returns the\n first record found\n','\nqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>\nreturns\n Doctrine_Record object on success, boolean false on failure','','query-one','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182637,147455,'fetchAll','','','$statement, $params = array()','','','array','fetch-all','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182638,147455,'create','create creates a record','create creates a record','$name','','returns\n Doctrine_Record object','','create','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182639,147455,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','has-table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182640,147455,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','set-attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182641,147455,'evictTables','evictTables evicts all tables','','','','','','evict-tables','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182642,147456,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182643,147457,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n the modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182644,147458,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message, or false if the error code was not recognized','string','error-message','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182645,147458,'getPortableCode','getPortableCode returns portable error code','','','','returns\n portable error code','integer','get-portable-code','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182646,147458,'getPortableMessage','getPortableMessage returns portable error message','','','','returns\n portable error message','string','get-portable-message','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182647,147459,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182648,147459,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182649,147459,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182650,147460,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to errorInfo array\n and returns the modified array\n','the portable error code is added at the end of array','$errorInfo','','','array','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182651,147461,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182652,147462,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182653,147463,'getModuleName','getModuleName returns the name of this module','','','','returns\n the name of this module','string','get-module-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182654,147463,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182655,147463,'getConnection','getConnection returns the connection object this module uses','','','','','','get-connection','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182656,147464,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns\n The value if the table exists or not','boolean','check-sequence','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182657,147464,'getServerVersion','return version information about the server','','$native = false','','returns\n array/string with version information or MDB2 error object','mixed','get-server-version','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182658,147464,'quoteIdentifier','\n quoteIdentifier Quote a string so it can be safely used as a table /\n column name\n','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182659,147464,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182660,147464,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ borrowed from Zend Framework ]','$query, $limit, $offset, $isManip = false','','','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182661,147465,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182662,147466,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182663,147466,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182664,147466,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','$table, $fields, $keys','','returns\n the number of affected rows','integer','replace','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182665,147467,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182666,147468,'__construct','','','(\n \n ) $manager, $adapter','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182667,147468,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','set-date-format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182668,147468,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit, $offset','','returns\n the modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182669,147469,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182670,147470,'convertBooleans','\n convertBoolean some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182671,147470,'getServerVersion','return version information about the server','','$native = false','','returns\n an array or string with version information','array|string','get-server-version','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182672,147470,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182673,147470,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182674,147470,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns\n modified query','string','modify-limit-query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182675,147471,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','the portable error code is added at the end of array','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182676,147472,'pop','pop the last event from the event stack','','','','','','pop','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182677,147472,'getAll','getAll returns all profiled events as an array','','','','returns\n all events in an array','array','get-all','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182678,147472,'__call','\n method overloader this method is used for invoking different listeners,\n for the full list of availible listeners, see Doctrine_EventListener\n','','$m, $a','','','boolean','call','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182679,147472,'get','','','$key','','','','get','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182680,147472,'__construct','constructor','','','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182681,147472,'lastEvent','\n Get the Doctrine_Event object for the last query that was run, regardless\n if it has ended or not. If the event has not ended, it's end time\n will be Null.\n','','','','','','last-event','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182682,147472,'count','','','','','','integer','count','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182683,147472,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182684,147472,'setFilterQueryType','','','$filter','','','boolean','set-filter-query-type','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182685,147473,'dropDatabase','','','','','','','drop-database','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182686,147473,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1182687,147473,'connect','initializes database functions missing in sqlite','','','','','','connect','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182688,147473,'createDatabase','','','','','','','create-database','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182689,147474,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182690,147475,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182691,147475,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182692,147475,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182693,147475,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182694,147475,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182695,147475,'getStatement','','','','','','','get-statement','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182696,147475,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182697,147475,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182698,147475,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182699,147475,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182700,147475,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182701,147475,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182702,147475,'getQuery','','','','','','','get-query','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182703,147475,'__construct','constructor','','(\n \n ) $conn, $stmt','','','','construct','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182704,147475,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182705,147475,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182706,147475,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\nAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182707,147475,'getConnection','getConnection returns the connection object this statement uses','','','','','','get-connection','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182708,147475,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182709,147475,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182710,147475,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetch-all','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182711,147475,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182712,147476,'update','updates given record','','(\n \n ) $record','','returns\n whether or not the update was successful','boolean','update','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1182713,147476,'saveAll','saveAll persists all the pending records from all tables','','','throws\n PDOException if something went wrong at database level','','','save-all','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182714,147476,'processSingleInsert','','','(\n \n ) $record','','','','process-single-insert','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182715,147476,'deleteComposites','\n deletes all related composites this method is always called internally\n when a record is deleted\n','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','delete-composites','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182716,147476,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','(\n \n ) $record','throws\n Doctrine_Connection_Exception if something went wrong at database level','','','save-associations','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182717,147476,'deleteRecord','','','(\n \n ) $record','','','','delete-record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182718,147476,'delete','\n deletes given record and all the related composites this operation is\n isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $record','','returns\n true on success, false on failure','boolean','delete','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182719,147476,'saveGraph','saves the given record','','(\n \n ) $record','','','','save-graph','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182720,147476,'save','saves the given record','','(\n \n ) $record','','','','save','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182721,147476,'deleteMultiple','deleteMultiple deletes all records from the pending delete list','','$records','','','','delete-multiple','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182722,147476,'insert','inserts a record into database','','(\n \n ) $record','','','boolean','insert','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182723,147476,'formatDataSet','','','(\n \n ) $record','','','','format-data-set','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182724,147476,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns\n an array of component names in flushing order','array','build-flush-tree','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182725,147476,'saveRelated','saveRelated saves all related records to $record','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','save-related','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182726,147477,'getFormats','','Get array of available formats','','','','','get-formats','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182727,147477,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array()','','','','import-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182728,147477,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','(\n \n ) $record, $fieldName, $Doctrine_Record','','','','is-relation','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182729,147477,'getModels','','Get the array of specified models to work with','','','','','get-models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182730,147477,'setModels','','Set the array of specified models to work with','$models','','','','set-models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182731,147477,'getFormat','','Get the current format we are working with','','','','','get-format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182732,147477,'setFormat','','Set the current format we are working with','$format','','','','set-format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182733,147477,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','export-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182734,147477,'getDirectory','','Get directory for dumping/loading data from and to','','','','','get-directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182735,147477,'importDummyData','','Interface for importing dummy data to models','$num = 3, $models = array()','','','','import-dummy-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182736,147477,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','set-directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182737,147477,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182738,147477,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','export-individual-files','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182739,147478,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dump-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182740,147478,'__construct','constructor','','$directory','','','','construct','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182741,147478,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','prepare-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182742,147478,'doExport','','','','','','','do-export','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182743,147479,'doImportDummyData','','','$num = 3','','','','do-import-dummy-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182744,147479,'_loadData','loadData','','$array','','','','load-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182745,147479,'doImport','','','','','','','do-import','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182746,147479,'_buildRows','','','$className, $data','','','','build-rows','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182747,147479,'populateDummyRecord','','','(\n \n ) $record','','','','populate-dummy-record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182748,147479,'__construct','constructor','','$directory = null','','','','construct','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182749,147479,'_processRow','','','$rowKey, $row','','','','process-row','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182750,147479,'_loadNestedSetData','','','$model, $nestedSetData, $parent = null','','','','load-nested-set-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182751,147479,'_buildNestedSetRows','','','$className, $data','','','','build-nested-set-rows','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182752,147480,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns\n containing all changes that will need to be applied','array','compare-definition','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182753,147480,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182754,147481,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182755,147481,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182756,147481,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182757,147481,'getPortableDeclaration','\n Maps a native array description of a field to a Doctrine datatype and\n length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182758,147482,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1182759,147483,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182760,147483,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182761,147484,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182762,147484,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182763,147484,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182764,147484,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182765,147484,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182766,147485,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182767,147485,'getPortableDeclaration','\n Maps a native array description of a field to a doctrine datatype and\n length\n','','$field','throws\n Doctrine_DataDict_Oracle_Exception','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182768,147486,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182769,147486,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182770,147486,'getPortableDeclaration','\n Maps a native array description of a field to a portable Doctrine datatype\n and length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182771,147486,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182772,147487,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182773,147487,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182774,147487,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182775,147488,'getName','','','','','','','get-name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182776,147488,'getDefaultLength','','','','','','','get-default-length','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182777,147488,'__construct','','','','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182778,147489,'__construct','','','','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182779,147490,'getName','getName returns the name of this event','','','','returns\n the name of this event','string','get-name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182780,147490,'getCode','','','','','returns\n returns the code associated with this event','integer','get-code','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182781,147490,'getParams','getParams returns the parameters of the query','','','','returns\n parameters of the query','array','get-params','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182782,147490,'start','start starts the internal timer of this event','','','','returns\n this object','','start','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182783,147490,'__get','getOption returns the value of an option','','$option','','','mixed','get','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182784,147490,'getQuery','','','','','returns\n returns the query associated with this event (if any)','string','get-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182785,147490,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182786,147490,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns\n Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','get-invoker','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182787,147490,'end','end ends the internal timer of this event','','','','returns\n this object','','end','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182788,147490,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns\n this object','','set','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182789,147490,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','has-ended','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182790,147490,'getElapsedSecs','\n Get the elapsed time (in microseconds) that the event ran. If the event\n has not yet ended, return false.\n','','','','','mixed','get-elapsed-secs','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182791,147490,'__set','setOption sets the value of an option','','$option, $value','','returns\n this object','','set','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182792,147490,'skipOperation','\n skipOperation skips the next operation an alias for\n __set('skipOperation', true)\n','','','','returns\n this object','','skip-operation','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182793,147491,'postSavepointRollback','','','(\n \n ) $event','','','','post-savepoint-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182794,147491,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182795,147491,'postClose','','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182796,147491,'postSavepointCommit','','','(\n \n ) $event','','','','post-savepoint-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182797,147491,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182798,147491,'preSavepointRollback','','','(\n \n ) $event','','','','pre-savepoint-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182799,147491,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182800,147491,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182801,147491,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182802,147491,'preSavepointCreate','','','(\n \n ) $event','','','','pre-savepoint-create','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182803,147491,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182804,147491,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182805,147491,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182806,147491,'onCollectionDelete','','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182807,147491,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182808,147491,'postSavepointCreate','','','(\n \n ) $event','','','','post-savepoint-create','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182809,147491,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182810,147491,'preClose','','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182811,147491,'preSavepointCommit','','','(\n \n ) $event','','','','pre-savepoint-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182812,147491,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182813,147491,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182814,147491,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182815,147491,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182816,147491,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182817,147491,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182818,147491,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182819,147491,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182820,147491,'onOpen','','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182821,147491,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182822,147491,'onPreCollectionDelete','','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182823,147491,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182824,147491,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182825,147491,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1182826,147492,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182827,147492,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','(\n \n ) $record','','','','on-sleep','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182828,147492,'postTransactionRollback','\n onTransactionRollback an event invoked after a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182829,147492,'postClose','postClose an event invoked after Doctrine_Connection is closed','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182830,147492,'preTransactionBegin','\n onTransactionBegin an event invoked before a Doctrine_Connection\n transaction is being started\n','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182831,147492,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182832,147492,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182833,147492,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182834,147492,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182835,147492,'preTransactionCommit','\n onPreTransactionCommit an event invoked before a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182836,147492,'onPreLoad','\n onPreLoad an event invoked when Doctrine_Record is being loaded from\n database but not yet initialized\n','','(\n \n ) $record','','','','on-pre-load','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182837,147492,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182838,147492,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182839,147492,'onCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182840,147492,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182841,147492,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','(\n \n ) $record','','','','on-load','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182842,147492,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182843,147492,'preClose','preClose an event invoked before Doctrine_Connection is closed','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182844,147492,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182845,147492,'postTransactionBegin','\n onTransactionBegin an event invoked after a Doctrine_Connection\n transaction has been started\n','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182846,147492,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182847,147492,'preTransactionRollback','\n onPreTransactionRollback an event invoked before a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182848,147492,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182849,147492,'set','','','$key, (\n \n ) $listener','','','','set','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182850,147492,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','(\n \n ) $record','','','','on-wake-up','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182851,147492,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182852,147492,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182853,147492,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182854,147492,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182855,147492,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182856,147492,'onPreCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182857,147492,'postTransactionCommit','\n onTransactionCommit an event invoked after a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182858,147492,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182859,147492,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182860,147493,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182861,147493,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182862,147493,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182863,147493,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182864,147493,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182865,147493,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182866,147493,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182867,147493,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182868,147493,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182869,147493,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182870,147493,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182871,147493,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182872,147493,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182873,147493,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182874,147493,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182875,147493,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182876,147493,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182877,147493,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182878,147493,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182879,147493,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182880,147493,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182881,147493,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182882,147494,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message','string','error-message','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182883,147495,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182884,147495,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182885,147495,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','create-constraint-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182886,147495,'dropSequence','\n dropSequenceSql drop existing sequence (this method is implemented by the\n drivers)\n','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182887,147495,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182888,147495,'getDeclaration','\n Obtain DBMS specific SQL code portion needed to declare a generic type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182889,147495,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182890,147495,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182891,147495,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182892,147495,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182893,147495,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182894,147495,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182895,147495,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182896,147495,'dropIndex','drop existing index','','$table, $name','','','','drop-index','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182897,147495,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182898,147495,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182899,147495,'alterTableSql','\n generates the sql for altering an existing table (this method is\n implemented by the drivers)\n','','$name, $changes, $check = false','','','string','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182900,147495,'exportTable','\n exportTable exports given table into database based on column and option\n definitions\n','','(\n \n ) $table','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182901,147495,'getForeignKeyBaseDeclaration','\n getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\n to set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','','string','get-foreign-key-base-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182902,147495,'createForeignKeySql','','','$table, $definition','','','string','create-foreign-key-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182903,147495,'getCheckDeclaration','\n Obtain DBMS specific SQL code portion needed to set a CHECK constraint\n declaration to be used in statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set a CHECK constraint','string','get-check-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182904,147495,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182905,147495,'dropTable','dropTable drop an existing table','','$table','','','','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182906,147495,'exportPluginsSql','exportPluginsSql exports plugin tables for given table','','(\n \n ) $table','','returns\n an array of sql strings','array','export-plugins-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182907,147495,'exportSql','\n exportSql returns the sql for exporting Doctrine_Record classes to a\n schema\n','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182908,147495,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws\n Doctrine_Exception_Exception if unknown referential action given','','','get-foreign-key-referential-action','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182909,147495,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182910,147495,'dropIndexSql','','','$table, $name','','returns\n SQL that is used for dropping an index','string','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182911,147495,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182912,147495,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','drop-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182913,147495,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182914,147495,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182915,147495,'getUniqueFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint\n of a field declaration to be used in statements like CREATE TABLE.\n','','','','returns\n DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','get-unique-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182916,147495,'getForeignKeyDeclaration','\n getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\n set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','get-foreign-key-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182917,147495,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182918,147495,'dropForeignKey','drop existing foreign key','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182919,147495,'createSequenceSql','\n return RDBMS specific create sequence statement (this method is\n implemented by the drivers)\n','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182920,147495,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182921,147495,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182922,147495,'createForeignKey','','','$table, $definition','','','string','create-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182923,147495,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','get-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182924,147495,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182925,147495,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182926,147495,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182927,147496,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182928,147496,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182929,147496,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','check-supported-changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182930,147496,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182931,147496,'dropSequenceSql','drop existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182932,147496,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182933,147496,'dropTable','drop an existing table','','$name','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182934,147496,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182935,147496,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182936,147496,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182937,147496,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182938,147496,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182939,147496,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','make-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182940,147497,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182941,147497,'dropSequenceSql','drop existing sequence','','$seqName','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182942,147497,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182943,147497,'dropIndexSql','drop existing index','','$table, $name','','','boolean','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182944,147497,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182945,147497,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182946,147497,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182947,147498,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182948,147498,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182949,147498,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182950,147498,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182951,147498,'getTemporaryTableQuery','Override the parent method.','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182952,147498,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182953,147499,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182954,147499,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182955,147499,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182956,147499,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182957,147499,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182958,147499,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182959,147499,'dropIndexSql','drop existing index','','$table, $name','','','','drop-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182960,147499,'dropTableSql','dropTable','','$table','throws\n PDOException','','','drop-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182961,147499,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182962,147499,'dropForeignKey','','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182963,147499,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition, $charset','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182964,147499,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182965,147499,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182966,147500,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182967,147500,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182968,147500,'dropDatabase','drop an existing database','','$name, $this->conn','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182969,147500,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182970,147500,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182971,147500,'dropTable','drop an existing table','','$name','','','','drop-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182972,147500,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182973,147500,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182974,147500,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182975,147500,'createDatabase','create a new database','','$name, $db','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182976,147500,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182977,147500,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','make-autoincrement','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182978,147501,'dropDatabaseSql','drop an existing database','','$name','throws\n PDOException','','','drop-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182979,147501,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182980,147501,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182981,147501,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182982,147501,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182983,147501,'alterTable','alter an existing table','','$name, $changes, $check = false','throws\n Doctrine_Connection_Exception','','boolean','alter-table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182984,147501,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182985,147501,'createDatabaseSql','create a new database','','$name','throws\n PDOException','','','create-database-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182986,147502,'pop','','','','','','','pop','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182987,147502,'add','','','$code, $message','','','','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182988,147502,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182989,147503,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns\n of data in the specified format','string','export-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182990,147503,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','build-schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182991,147504,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182992,147504,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182993,147504,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182994,147504,'dropDatabase','','drop an existing database','$databaseFile','throws\n Doctrine_Export_Exception if something failed during the removal of the database file','','','drop-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182995,147504,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','drop-sequence-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182996,147504,'alterTableSql','','','$name, $changes, $check = false','','','','alter-table-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182997,147504,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182998,147504,'createDatabase','','Create sqlite database file','$databaseFile','','','','create-database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1182999,147504,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183000,147505,'parseExpression','','','$expr','','','','parse-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183001,147505,'setExpression','','','$clause','','','','set-expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183002,147505,'__toString','','','','','','','to-string','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183003,147505,'parseClause','','','$clause','','','','parse-clause','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183004,147505,'__construct','','','$expr, $conn = null','','','','construct','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183005,147505,'getSql','','','','','','','get-sql','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183006,147505,'getConnection','','','','','','','get-connection','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183007,147506,'upper','\n upper Returns the string $str with all characters changed to uppercase\n according to the current character set mapping.\n','','$str','','','string','upper','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183008,147506,'avg','Returns the average value of a column','','$column','','returns\n generated sql including an AVG aggregate function','string','avg','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183009,147506,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183010,147506,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns\n an expression','string','add','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183011,147506,'between','\n Returns SQL that checks if an expression evaluates to a value between two\n values.\n','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns\n logical expression','string','between','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183012,147506,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183013,147506,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183014,147506,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183015,147506,'trim','\n trim returns the string $str with leading and proceeding space characters\n removed\n','','$str','','','string','trim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183016,147506,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183017,147506,'not','Returns the SQL for a logical not.','Example:\n','$expression','','returns\n a logical expression','string','not','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183018,147506,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nexpr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','mul','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183019,147506,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183020,147506,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183021,147506,'neq','Returns the SQL to check if two values are unequal.','Example:\n','$value1, $value2','','returns\n logical expression','string','neq','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183022,147506,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns\n logical expression','string','in','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183023,147506,'mod','\n Returns the remainder of the division operation $expression1 /\n $expression2.\n','','$expression1, $expression2','','','string','mod','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183024,147506,'now','Returns the current system date.','','','','','string','now','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183025,147506,'sum','Returns the total sum of a column','','$column','','','string','sum','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183026,147506,'isNull','Returns SQL that checks if a expression is null.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>\n','$expression','','returns\n logical expression','string','is-null','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183027,147506,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','sub','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183028,147506,'lte','\n Returns the SQL to check if one value is less than or equal to another\n value.\n','Example:\n','$value1, $value2','','returns\n logical expression','string','lte','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183029,147506,'gte','\n Returns the SQL to check if one value is greater than or equal to another\n value.\n','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gte','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183030,147506,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns\n generated sql including a COUNT aggregate function','string','count','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183031,147506,'getIdentifiers','','','$columns','','','','get-identifiers','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183032,147506,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183033,147506,'max','Returns the highest value of a column','','$column','','returns\n generated sql including a MAX aggregate function','string','max','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183034,147506,'eq','Returns the SQL to check if two values are equal.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','eq','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183035,147506,'getIdentifier','','','$column','','','','get-identifier','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183036,147506,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1183037,147506,'lt','Returns the SQL to check if one value is less than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','lt','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183038,147506,'gt','Returns the SQL to check if one value is greater than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gt','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183039,147506,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'','$args','','returns\n an expression','string','div','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183040,147506,'lower','\n lower Returns the string $str with all characters changed to lowercase\n according to the current character set mapping.\n','','$str','','','string','lower','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183041,147506,'isNotNull','Returns SQL that checks if a expression is not null.','Example:\n','$expression','','returns\n logical expression','string','is-not-null','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183042,147506,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183043,147506,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183044,147506,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183045,147506,'locate','\n locate returns the position of the first occurrence of substring $substr\n in string $str\n','','$str, $substr','','','integer','locate','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183046,147506,'min','Returns the lowest value of a column','','$column','','','string','min','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183047,147507,'patternEscapeString','build string to define escape pattern string','','','','returns\n define escape pattern','string','pattern-escape-string','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183048,147507,'functionTable','return string for internal table used when calling only a function','','','','returns\n for internal table used when calling only a function','string','function-table','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183049,147508,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns\n to call a function to get a substring','string','substring','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183050,147508,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>\n\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183051,147508,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183052,147508,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns\n to concatenate two strings','string','concat','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183053,147509,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183054,147509,'regexp','returns the regular expression operator','','','','','string','regexp','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183055,147509,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183056,147509,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183057,147510,'random','','','','','returns\n an oracle SQL string that generates a float between 0 and 1','string','random','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183058,147510,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183059,147510,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n
\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183060,147510,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183061,147510,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183062,147511,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183063,147511,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183064,147511,'regexp','','','','','returns\n the regular expression operator','string','regexp','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183065,147511,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n string to generate float between 0 and 1','return','random','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183066,147511,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183067,147511,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns\n sql that extracts part of a string.','string','substring','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183068,147511,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183069,147511,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183070,147511,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183071,147511,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183072,147512,'rtrimImpl','','','$str','','','','rtrim-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183073,147512,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','mod-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183074,147512,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183075,147512,'locateImpl','\n locate returns the position of the first occurrence of substring $substr\n in string $str that SQLite's locate() function receives\n','','$substr, $str','','','string','locate-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183076,147512,'sha1Impl','','','$str','','','','sha1-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183077,147512,'regexp','returns the regular expression operator','','','','','string','regexp','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183078,147512,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183079,147512,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183080,147512,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement There are three special variables for current date and time.\n','','$type = 'timestamp'','','returns\n sqlite function as string','string','now','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183081,147512,'trimImpl','','','$str','','','','trim-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183082,147512,'ltrimImpl','','','$str','','','','ltrim-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183083,147512,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183084,147512,'concatImpl','\n Returns a concatenation of the data that SQLite's concat() function\n receives.\n','','','','','string','concat-impl','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183085,147513,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183086,147513,'get','','','$name, $load = true','','','','get','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183087,147513,'setUp','','','','','','','set-up','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183088,147514,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183089,147514,'setUp','','','','','','','set-up','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183090,147515,'args_to_array','','','$arg_list, $not = false','','','','args-to-array','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183091,147515,'is_pruned','','','$dir, $entry','','','','is-pruned','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183092,147515,'exec','Executes function or method for each element.','Element match if functino or method returns true.\n$finder->exec('myfunction'); $finder->exec(array($object, 'mymethod'));','0','','returns\n Doctrine_FileFinder object','object current','exec','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183093,147515,'prune','Traverses no further.','','(list) 0','','returns\n Doctrine_FileFinder object','object current','prune','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183094,147515,'name','Adds rules that files must match.','You can use patterns (delimited with / sign), globs or simple strings.\n$finder->name('*.php') $finder->name('/\\.php$/') // same as above $finder->name('test.php')','(list) 0','','returns\n Doctrine_FileFinder object','object current','name','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183095,147515,'discard','Discards elements that matches.','','(list) 0','','returns\n Doctrine_FileFinder object','object current','discard','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183096,147515,'not_name','Adds rules that files must not match.','','(list) 0','','returns\n Doctrine_FileFinder object','object current','not-name','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183097,147515,'mindepth','Sets minimum directory depth.','Finder will start applying tests at level $level.','$level','','returns\n Doctrine_FileFinder object','object current','mindepth','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183098,147515,'relative','Returns relative paths for all files and directories.','','','','returns\n Doctrine_FileFinder object','object current','relative','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183099,147515,'type','Sets the type of elements to returns.','','$name','','returns\n Doctrine_FileFinder object','object new','type','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183100,147515,'size_ok','','','$dir, $entry','','','','size-ok','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183101,147515,'is_discarded','','','$dir, $entry','','','','is-discarded','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183102,147515,'in','Searches files and directories which match defined rules.','','','','returns\n list of files and directories','array','in','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183103,147515,'setType','','','$name','','','','set-type','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183104,147515,'search_in','','','$dir, $depth','','','','search-in','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183105,147515,'get_type','','','','','','','get-type','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183106,147515,'size','Adds tests for file sizes.','$finder->size('> 10K'); $finder->size('<= 1Ki'); $finder->size(4);','(list) 0','','returns\n Doctrine_FileFinder object','object current','size','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183107,147515,'isPathAbsolute','','','$path','','','','is-path-absolute','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183108,147515,'maxdepth','Sets maximum directory depth.','Finder will descend at most $level levels of directories below the starting point.','$level','','returns\n Doctrine_FileFinder object','object current','maxdepth','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183109,147515,'ignore_version_control','Ignores version control directories.','Currently supports subversion, CVS, DARCS, Gnu Arch, Monotone, Bazaar-NG','','','returns\n Doctrine_FileFinder object','object current','ignore-version-control','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183110,147515,'to_regex','','','$str','','','','to-regex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183111,147515,'follow_link','Symlink following.','','','','returns\n Doctrine_FileFinder object','object current','follow-link','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183112,147515,'match_names','','','$dir, $entry','','','','match-names','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183113,147515,'exec_ok','','','$dir, $entry','','','','exec-ok','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183114,147516,'setStrictLeadingDot','','','$boolean','','','','set-strict-leading-dot','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183115,147516,'glob_to_regex','Returns a compiled regex which is the equiavlent of the globbing pattern.','','$glob','','returns\n regex','string','glob-to-regex','2008-07-25 07:40:42','2008-07-25 07:40:42'),(1183116,147516,'setStrictWildcardSlash','','','$boolean','','','','set-strict-wildcard-slash','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183117,147517,'test','','','$number','','','','test','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183118,147517,'__construct','','','$test','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183119,147518,'getIndexName','adds index name formatting to a index name','','$idx','','returns\n formatted index name','string','get-index-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183120,147518,'fixIndexName','\n Removes any formatting in an index name using the\n 'idxname_format' option\n','','$idx','','returns\n name of the index with possible formatting removed','string','fix-index-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183121,147518,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183122,147518,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns\n formatted sequence name','string','get-sequence-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183123,147518,'getTableName','adds table name formatting to a table name','','$table','','returns\n formatted table name','string','get-table-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183124,147518,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns\n quoted string','string','escape-pattern','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183125,147518,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183126,147518,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183127,147518,'fixSequenceName','\n Removes any formatting in an sequence name using the\n 'seqname_format' option\n','','$sqn','','returns\n name of the sequence with possible formatting removed','string','fix-sequence-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183128,147519,'setFieldParser','','','$field, (string|object) $parser','','','','set-field-parser','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183129,147519,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns\n whether or not the hooking was','boolean','hook-where','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183130,147519,'hookLimit','','','$limit','','','','hook-limit','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183131,147519,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns\n whether or not the hooking was successful','boolean','hook-orderby','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183132,147519,'getQuery','','','','','returns\n returns the query object associated with this hook','','get-query','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183133,147519,'__construct','','','(Doctrine_Query) $query','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183134,147519,'hookOffset','','','$offset','','','','hook-offset','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183135,147519,'setTypeParser','','','$type, (string|object) $parser','','','','set-type-parser','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183136,147520,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183137,147521,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183138,147522,'getParams','getParams returns the parameters associated with this parser','','','','','array','get-params','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183139,147522,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183140,147522,'getCondition','','','','','','','get-condition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183141,147523,'parseSingle','','','$alias, $field, $value','','','','parse-single','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183142,147523,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183143,147523,'parseClause','','','$alias, $field, $value','','','','parse-clause','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183144,147524,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183145,147525,'fetchArray','\n fetchArray Convenience method to execute using array fetching as hydration\n mode.\n','','$params = array()','','','array','fetch-array','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183146,147525,'getParts','Return the parts','','','','returns\n The parts','array','get-parts','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183147,147525,'hasAliasDeclaration','\n hasAliasDeclaration whether or not this object has a declaration for given\n component alias\n','','$componentAlias','','','boolean','has-alias-declaration','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183148,147525,'generateTableAlias','\n generateTableAlias generates a table alias from given table name and\n associates it with given component alias\n','','$componentAlias, $tableName','','returns\n the generated table alias','string','generate-table-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183149,147525,'getCacheDriver','getCacheDriver returns the cache driver associated with this object','','','','returns\n cache driver','','get-cache-driver','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183150,147525,'clear','clear resets all the variables','','','','','','clear','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183151,147525,'isLimitSubqueryUsed','limitSubqueryUsed whether or not limit subquery was used','','','','','boolean','is-limit-subquery-used','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183152,147525,'getParams','','','','','','array','get-params','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183153,147525,'useCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns\n this object','','use-cache','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183154,147525,'serialize','\n serialize this method is automatically called when this Doctrine_Hydrate\n is serialized\n','','','','returns\n an array of serialized properties','array','serialize','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183155,147525,'setAliasMap','setAliasMap sets the whole component alias map','','$map','','returns\n this object','','set-alias-map','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183156,147525,'__toString','','','','','returns\n returns a string representation of this object','string','to-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183157,147525,'getAliasMap','getAliasMap returns the component alias map','','','','returns\n component alias map','array','get-alias-map','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183158,147525,'getType','','returns the type of this query object by default the type is Doctrine_Hydrate::SELECT but if update() or delete() are being called the type is Doctrine_Hydrate::UPDATE and Doctrine_Hydrate::DELETE, respectively','','','returns\n return the query type','integer','get-type','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183159,147525,'setQueryPart','setQueryPart sets a query part in the query part array','','$name, $part','throws\n Doctrine_Hydrate_Exception if trying to set unknown query part','returns\n this object','','set-query-part','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183160,147525,'convertEnums','','','$params','','','','convert-enums','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183161,147525,'setHydrationMode','Sets the fetchmode.','','$hydrationMode, $fetchmode','','','','set-hydration-mode','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183162,147525,'getTableAliases','getTableAliases returns all table aliases','','','','returns\n table aliases as an array','array','get-table-aliases','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183163,147525,'createSubquery','createSubquery creates a subquery','','','','','','create-subquery','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183164,147525,'hasTableAlias','hasTableAlias whether or not this object has given tableAlias','','$tableAlias','','returns\n true if this object has given alias, otherwise false','boolean','has-table-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183165,147525,'fetchOne','\n fetchOne Convenience method to execute the query and return the first item\n of the collection.\n','','$params = array(), $hydrationMode = null','','returns\n Array or Doctrine_Collection or false if no result.','mixed','fetch-one','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183166,147525,'getQueryPart','setQueryPart sets a query part in the query part array','','$part, $name','throws\n Doctrine_Hydrate_Exception if trying to set unknown query part','returns\n this object','','get-query-part','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183167,147525,'__construct','constructor','','(Doctrine_Connection|null) $connection = null','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183168,147525,'_setLastElement','','sets the last element of given data array / collection as previous element','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $alias, $oneToOne','','','','set-last-element','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183169,147525,'getRoot','getRoot returns the root component for this object','','','','returns\n root components table','','get-root','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183170,147525,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns\n the root collection','','execute','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183171,147525,'getTableAlias','\n getTableAlias some database such as Oracle need the identifier lengths to\n be < ~30 chars hence Doctrine creates as short identifier aliases as\n possible\n','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns\n the generated / fetched short alias','string','get-table-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183172,147525,'removeQueryPart','removeQueryPart removes a query part from the query part array','','$name','throws\n Doctrine_Hydrate_Exception if trying to remove unknown query part','returns\n this object','','remove-query-part','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183173,147525,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$tableAlias','','returns\n component alias','string','get-component-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183174,147525,'setCacheLifeSpan','','','$timeToLive','','returns\n this object','','set-cache-life-span','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183175,147525,'getView','getView returns the view associated with this query object (if any)','','','','returns\n the view associated with this query object','','get-view','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183176,147525,'getAliasDeclaration','getAliasDeclaration get the declaration for given component alias','','$componentAlias','','returns\n the alias declaration','array','get-alias-declaration','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183177,147525,'getSql','getSql return the sql associated with this object','','','','returns\n sql query string','string','get-sql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183178,147525,'getConnection','','','','','','','get-connection','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183179,147525,'addQueryPart','addQueryPart adds a query part in the query part array','','$name, $part','throws\n Doctrine_Hydrate_Exception if trying to add unknown query part','returns\n this object','','add-query-part','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183180,147525,'getTableAliasSeed','getTableAliasSeed returns the alias seed for given table alias','','$tableAlias','','returns\n table alias seed','integer','get-table-alias-seed','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183181,147525,'setParams','','','$params = array()','','','','set-params','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183182,147525,'generateNewTableAlias','generateNewTableAlias generates a new alias from given table alias','','$tableAlias','','returns\n the created table alias','string','generate-new-table-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183183,147525,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','get-root-declaration','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183184,147525,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$resultSet','','returns\n serialized string representation of this query','string','get-cached-form','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183185,147525,'setView','\n setView sets a database view this query object uses this method should\n only be called internally by doctrine\n','','(\n \n ) $view','','','','set-view','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183186,147525,'_execute','','','$params','','','','execute','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183187,147525,'addTableAlias','\n addTableAlias adds an alias for table and associates it with given\n component alias\n','','$tableAlias, $componentAlias','','','','add-table-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183188,147525,'parseData2','parseData parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $hydrationMode','','','array','parse-data2','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183189,147525,'applyInheritance','applyInheritance applies column aggregation inheritance to DQL / SQL query','','','','','string','apply-inheritance','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183190,147525,'unserialize','\n unseralize this method is automatically called everytime a\n Doctrine_Hydrate object is unserialized\n','','$serialized','','','','unserialize','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183191,147525,'copyAliases','copyAliases copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','(\n \n ) $query','','returns\n this object','','copy-aliases','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183192,147525,'getRootAlias','getRootAlias returns the alias of the the root component','','','','','array','get-root-alias','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183193,147525,'expireCache','','','$expire = true','','returns\n this object','','expire-cache','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183194,147526,'initRelated','','','[[[amp]]]$data, $name','','','','init-related','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183195,147526,'getNullPointer','','','','','','','get-null-pointer','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183196,147526,'isIdentifiable','','','$data, (\n \n ) $table','','','','is-identifiable','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183197,147526,'getLastKey','','','[[[amp]]]$data','','','','get-last-key','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183198,147526,'getElementCollection','','','$component','','','','get-element-collection','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183199,147526,'registerCollection','','','$coll','','','','register-collection','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183200,147526,'flush','','','','','','','flush','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183201,147526,'getElement','','','$data, $component','','','','get-element','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183202,147527,'initRelated','','','$record, $name','','','','init-related','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183203,147527,'getNullPointer','','','','','','','get-null-pointer','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183204,147527,'isIdentifiable','\n isIdentifiable returns whether or not a given data row is identifiable (it\n contains all primary key fields specified in the second argument)\n','','$row, (\n \n ) $table','','','boolean','is-identifiable','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183205,147527,'getLastKey','','','$coll','','','','get-last-key','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183206,147527,'getElementCollection','','','$component','','','','get-element-collection','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183207,147527,'registerCollection','','','(\n \n ) $coll','','','','register-collection','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183208,147527,'flush','','','','','','','flush','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183209,147527,'getElement','','','$data, $component','','','','get-element','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183210,147528,'buildDefinition','','','(\n \n ) $table, $Doctrine_Table','','','','build-definition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183211,147528,'__construct','','','$options','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183212,147529,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183213,147529,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183214,147529,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183215,147529,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183216,147529,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183217,147529,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183218,147529,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183219,147529,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns\n the names of the imported classes','array','import-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183220,147529,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183221,147529,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183222,147529,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183223,147529,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183224,147529,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183225,147530,'setSuffix','','','$suffix','','','','set-suffix','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183226,147530,'buildAttributes','','','$attributes, $array','','','','build-attributes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183227,147530,'buildDefinition','','','$options, $columns, $relations = array(), $indexes = array(), $attributes = array(), $templates = array(), $actAs = array(), $tableOptions = array()','','','string','build-definition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183228,147530,'buildActAs','','','$actAs, $array','','','','build-act-as','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183229,147530,'setTargetPath','','','$path','','','','set-target-path','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183230,147530,'setPackagesPrefix','setPackagePath','','$packagesPrefix','','','','set-packages-prefix','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183231,147530,'setBaseClassesDirectory','','','$baseClassesDirectory','','','','set-base-classes-directory','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183232,147530,'setOptions','','','$options','','','','set-options','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183233,147530,'writeDefinition','','','$options, $columns = array(), $relations = array(), $indexes = array(), $attributes = array(), $templates = array(), $actAs = array(), $tableOptions = array()','','','','write-definition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183234,147530,'buildIndexes','','','$indexes, $array','','','','build-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183235,147530,'setBaseClassName','','','$className','','','','set-base-class-name','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183236,147530,'writeTableDefinition','','','$className, $path, $options = array()','','','','write-table-definition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183237,147530,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183238,147530,'buildSetUp','','','$options, $columns, $relations, $templates, $actAs','','','string','build-set-up','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183239,147530,'buildAccessors','','','$options, $columns','','','','build-accessors','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183240,147530,'__construct','','','','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183241,147530,'getTargetPath','','','','','returns\n the path where imported files are being generated','string','get-target-path','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183242,147530,'buildTableDefinition','','','$options, $columns, $relations, $indexes, $attributes, $templates, $actAs, $tableOptions','','','','build-table-definition','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183243,147530,'buildTemplates','','','$templates, $array','','','','build-templates','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183244,147530,'setPackagesPath','','','$packagesPath','','','','set-packages-path','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183245,147530,'setOption','','','$key, $value','','','','set-option','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183246,147530,'buildRecord','','','$options, $columns, $relations = array(), $indexes = array(), $attributes = array(), $templates = array(), $actAs = array(), $tableOptions = array()','','','','build-record','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183247,147530,'buildTableOptions','','','$options, $array','','','','build-table-options','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183248,147530,'generateTableClasses','','Specify whether or not to generate table classes which extend from Doctrine_Table','$bool = null','','','','generate-table-classes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183249,147530,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','','generate-base-classes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183250,147531,'listTableViews','list the views in the database that reference a given table','','$table','','returns\n data array containing all views for given table','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183251,147531,'listViews','list the views in the database','','$database = null','','returns\n data array containing all database views','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183252,147531,'listTableFields','list all fields in a tables in the current database','','$table','','returns\n data array on success, a MDB2 error on failure','mixed','list-table-fields','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183253,147531,'listUsers','list all users','','','','returns\n data array containing all database users','array','list-users','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183254,147531,'listTables','list all tables in the current database','','$database = null','','returns\n data array','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183255,147531,'listFunctions','list all functions in the current database','','','','returns\n data array containing all availible functions','array','list-functions','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183256,147531,'listTableTriggers','\n This function will be called to get all triggers of the current database\n ($this->conn->getDatabase())\n','','$table','','returns\n data array containing all triggers for given table','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183257,147532,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183258,147532,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183259,147532,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183260,147532,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183261,147532,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183262,147532,'listTriggers','lists all triggers','','$database = null','','','array','list-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183263,147532,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183264,147532,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183265,147533,'listTableForeignKeys','lists table foreign keys','','$table','','','array','list-table-foreign-keys','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183266,147533,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183267,147533,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183268,147533,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183269,147533,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183270,147533,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183271,147533,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183272,147534,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183273,147534,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183274,147534,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183275,147534,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183276,147534,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183277,147534,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183278,147534,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183279,147534,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183280,147534,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183281,147534,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183282,147534,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183283,147534,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183284,147535,'listTableViews','list the views in the database that reference a given table','','$table','','','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183285,147535,'listTableIndexes','list all indexes in a table','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183286,147535,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183287,147535,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183288,147535,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183289,147535,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183290,147535,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183291,147536,'read','','','','','','Doctrine_Schema','read','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183292,147537,'read','','','','','','Doctrine_Schema','read','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183293,147537,'setPdo','','','(object pdo) $pdo','','','','set-pdo','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183294,147538,'setXml','','','$xml','','','','set-xml','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183295,147538,'read','','','','','','','read','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183296,147539,'getOption','','','$name','','','','get-option','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183297,147539,'getTemplates','','Get array of templates from table properties','$properties','','returns\n Array of table templates','array','get-templates','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183298,147539,'getActAs','','Get array of actAs definitions from table properties','$properties','','returns\n Array of actAs definitions from table properties','array','get-act-as','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183299,147539,'getColumns','','Get array of columns from table properties','$properties','','returns\n Array of columns','array','get-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183300,147539,'getOptions','','','$properties, $directory','','returns\n Array of options from a parse schemas properties','array','get-options','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183301,147539,'getAttributes','','Get array of attributes from table properties','$properties','','','array','get-attributes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183302,147539,'getIndexes','','Get array of indexes from table properties','$properties','','','array','get-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183303,147539,'setOptions','','','$options','','','','set-options','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183304,147539,'getTableOptions','','','$properties','','','','get-table-options','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183305,147539,'_fixRelationships','fixRelationships','Loop through all relationships building the opposite ends of each relationship','','','','','fix-relationships','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183306,147539,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','import-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183307,147539,'buildSchema','','Loop throug directories of schema files and part them all in to one complete array of schema information','$schema, $format','','','array','build-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183308,147539,'setOption','','','$name, $value','','','','set-option','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183309,147539,'getRelations','','Get array of relations from table properties','$properties','','returns\n Array of relations','array','get-relations','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183310,147539,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','build-relationships','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183311,147539,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns\n Built array of schema information','array','parse-schema','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183312,147539,'_buildUniqueRelationKey','','','$relation','','','','build-unique-relation-key','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183313,147540,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183314,147540,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183315,147540,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183316,147540,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183317,147540,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183318,147540,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183319,147540,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183320,147540,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183321,147540,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183322,147540,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183323,147540,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183324,147540,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183325,147541,'buildIntegrityRelations','','','(\n \n ) $table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components','','','','build-integrity-relations','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183326,147541,'processDeleteIntegrity','','','(\n \n ) $record','','','','process-delete-integrity','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183327,147541,'invokeIntegrityActions','','','(\n \n ) $record','','','','invoke-integrity-actions','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183328,147541,'buildIntegrityRelationQuery','','','(\n \n ) $record','','','','build-integrity-relation-query','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183329,147542,'getTableAsString','returns a string representation of Doctrine_Table object','','(\n \n ) $table','','','string','get-table-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183330,147542,'getRecordAsXml','Return a recrd as XML.','In order to control how this is done set the "xml" option in a record. This option is an array that has the keys "ignore_fields" and "include_relations". Both of these are arrays that list the name of fields/relations to inc','(\n \n ) $record, $incomming_xml = NULL, (SimpleXMLElement) $xml','','returns\n Xml as string','string','get-record-as-xml','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183331,147542,'getCollectionAsString','returns a string representation of Doctrine_Collection object','','(\n \n ) $collection','','','string','get-collection-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183332,147542,'getConnectionAsString','returns a string representation of Doctrine_Connection object','','(\n \n ) $connection','','','string','get-connection-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183333,147542,'copyDirectory','','','$source, $dest','','','','copy-directory','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183334,147542,'formatSql','','','$sql','','','string','format-sql','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183335,147542,'getRecordStateAsString','','','$state','','returns\n string representation of given state','string','get-record-state-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183336,147542,'getCollectionAsXml','Return an collection of records as XML.','','(\n \n ) $collection, $incomming_xml = null, (SimpleXMLElement) $xml','','returns\n Xml as string','string','get-collection-as-xml','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183337,147542,'getConnectionStateAsString','getStateAsString','returns a given connection state as string','$state','','','','get-connection-state-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183338,147542,'arrayDeepMerge','','','','','','','array-deep-merge','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183339,147542,'getRecordAsString','returns a string representation of Doctrine_Record object','','(\n \n ) $record','','','string','get-record-as-string','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183340,147542,'plurelize','','','$string','','','','plurelize','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183341,147543,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','(\n \n ) $conn','','','','construct','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183342,147543,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws\n Doctrine_Locking_Exception If the release process failed due to database errors','returns\n The number of locks that have been released','integer','release-aged-locks','2008-07-25 07:40:43','2008-07-25 07:40:43'),(1183343,147543,'getLockOwner','\n Gets the identifier that identifies the owner of the lock on the given\n record.\n','','(Doctrine_Record) $lockedRecord','','returns\n The unique user identifier that identifies the owner of the lock.','mixed','get-lock-owner','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183344,147543,'releaseLock','\n Releases a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the release procedure failed due to database errors','returns\n TRUE if a lock was released, FALSE if no lock was released','boolean','release-lock','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183345,147543,'getLock','\n Obtains a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the locking failed due to database errors','returns\n TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','get-lock','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183346,147544,'connection','','if the adapter parameter is set this method acts as a short cut for Doctrine_Manager::getInstance()->openConnection($adapter, $name);\nif the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurre','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws\n Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183347,147544,'getConnectionForComponent','','','$componentName = null','','','','get-connection-for-component','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183348,147544,'bindComponent','','binds given component to given connection this means that when ever the given component uses a connection it will be using the bound connection instead of the current connection','$componentName, $connectionName','','','boolean','bind-component','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183349,147544,'find','\n fetch fetches data using the provided queryKey and the associated query\n in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','find','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183350,147544,'getInstance','\n getInstance returns an instance of this class (this class uses the\n singleton pattern)\n','','','','','','get-instance','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183351,147544,'createDatabases','','Creates databases for connections','$specifiedConnections = array()','','','','create-databases','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183352,147544,'__toString','__toString returns a string representation of this object','','','','','string','to-string','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183353,147544,'contains','contains whether or not the manager contains specified connection','','$key','','','boolean','contains','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183354,147544,'table','\n table this is the same as Doctrine_Connection::getTable() except that it\n works seamlessly in multi-server/connection environment\n','','$componentName','','','','table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183355,147544,'setComponentAlias','\n sets an alias for given component name very useful when building a large\n framework with a possibility to override any given class\n','','$componentName, $alias','','','','set-component-alias','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183356,147544,'getCurrentConnection','getCurrentConnection returns the current connection','','','throws\n Doctrine_Connection_Exception if there are no open connections','','','get-current-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183357,147544,'setQueryRegistry','setQueryRegistry sets the query registry','','(\n \n ) $registry','','returns\n this object','','set-query-registry','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183358,147544,'openConnection','\n openConnection opens a new connection and saves it to\n Doctrine_Manager->connections\n','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws\n Doctrine_Manager_Exception if trying to open connection for unknown driver','','','open-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183359,147544,'getTable','\n getTable this is the same as Doctrine_Connection::getTable() except that\n it works seamlessly in multi-server/connection environment\n','','$componentName','','','','get-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183360,147544,'getRoot','returns the root directory of Doctrine','','','','','string','get-root','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183361,147544,'count','count returns the number of opened connections','','','','','integer','count','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183362,147544,'getConnections','getConnections returns all opened connections','','','','','array','get-connections','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183363,147544,'getComponentAlias','','retrieves the alias for given component name if the alias couldn't be found, this method returns the given component name','$componentName','','returns\n the component alias','string','get-component-alias','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183364,147544,'findOne','\n fetchOne fetches data using the provided queryKey and the associated\n query in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','find-one','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183365,147544,'dropDatabases','','Drops databases for connections','$specifiedConnections = array()','','','','drop-databases','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183366,147544,'setDefaultAttributes','setDefaultAttributes sets default attributes','','','','','boolean','set-default-attributes','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183367,147544,'getConnectionName','','','(\n \n ) $conn','','returns\n the name of the connection','string','get-connection-name','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183368,147544,'getIterator','getIterator returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183369,147544,'getConnection','','','$name, $index','throws\n Doctrine_Manager_Exception if trying to get a non-existent connection','','','get-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183370,147544,'setCurrentConnection','setCurrentConnection sets the current connection to $key','','$key','throws\n InvalidKeyException','','','set-current-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183371,147544,'getQueryRegistry','getQueryRegistry lazy-initializes the query registry object and returns it','','','','','','get-query-registry','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183372,147544,'parsePdoDsn','','','$dsn','','returns\n The array parsed','array','parse-pdo-dsn','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183373,147544,'closeConnection','closes the connection','','(\n \n ) $connection','','','','close-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183374,147544,'parseDsn','','','$dsn','','returns\n Parsed contents of DSN','array','parse-dsn','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183375,147545,'getNextVersion','','','','','','integer','get-next-version','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183376,147545,'addChange','','','$type, $change = array(), $array','','','','add-change','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183377,147545,'removeColumn','','','$tableName, $columnName','','','','remove-column','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183378,147545,'createMigrationTable','','Creates the migration table used to store the current version','','','','','create-migration-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183379,147545,'getMigrationClass','','Get instance of migration class for $num','$num','','','','get-migration-class','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183380,147545,'loadMigrationClasses','','Loads the migration classes for the directory specified by the constructor','','','','','load-migration-classes','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183381,147545,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183382,147545,'renameTable','','','$oldTableName, $newTableName','','','','rename-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183383,147545,'getTableName','','','','','','','get-table-name','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183384,147545,'createConstraint','','','$tableName, $constraintName, $definition','','','','create-constraint','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183385,147545,'renameColumn','','','$tableName, $oldColumnName, $newColumnName','','','','rename-column','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183386,147545,'dropTable','','','$tableName','','','','drop-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183387,147545,'getMigrationClasses','','','','','','','get-migration-classes','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183388,147545,'hasMigrated','','Returns true/false for whether or not this database has been migrated in the past','','','','','has-migrated','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183389,147545,'__construct','construct','Specify the path to the directory with the migration classes. The classes will be loaded and the migration table will be created if it does not already exist','$directory = null','','','','construct','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183390,147545,'getCurrentVersion','','Get the current version of the database','','','','','get-current-version','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183391,147545,'postUp','','','','','','','post-up','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183392,147545,'dropConstraint','','','$tableName, $constraintName, $primary = false','','','','drop-constraint','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183393,147545,'getLatestVersion','','Gets the latest possible version from the loaded migration classes','','','','','get-latest-version','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183394,147545,'preUp','','','','','','','pre-up','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183395,147545,'preDown','','','','','','','pre-down','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183396,147545,'addColumn','','','$tableName, $columnName, $type, $options = array(), $array','','','','add-column','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183397,147545,'postDown','','','','','','','post-down','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183398,147545,'dropForeignKey','','','$tableName, $fkName, $constraintName','','','','drop-foreign-key','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183399,147545,'removeIndex','','','$tableName, $indexName','','','','remove-index','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183400,147545,'changeColumn','renameColumn','','$tableName, $columnName, $type, $options = array(), $array','','','','change-column','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183401,147545,'doMigrateStep','','Perform migration directory for the specified version. Loads migration classes and performs the migration then processes the changes','$direction, $num','','','','do-migrate-step','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183402,147545,'setCurrentVersion','','Sets the current version in the migration table','$number','','','','set-current-version','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183403,147545,'createForeignKey','','','$tableName, $definition, $constraintName','','','','create-foreign-key','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183404,147545,'addIndex','','','$tableName, $indexName, $definition, $array','','','','add-index','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183405,147545,'createTable','','','$tableName, $fields = array(), $options = array(), $array','','','','create-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183406,147545,'migrate','','Perform a migration chain by specifying the $from and $to. If you do not specify a $from or $to then it will attempt to migrate from the current version to the latest version','$to = null, $from','','','','migrate','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183407,147545,'doMigrate','','Perform migration for a migration class. Executes the up or down method then processes the changes','$direction','','','','do-migrate','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183408,147546,'buildCreateForeignKey','','','$tableName, $definition','','','','build-create-foreign-key','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183409,147546,'buildDropForeignKey','','','$tableName, $definition','','','','build-drop-foreign-key','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183410,147546,'generateMigrationsFromDb','','','','','','','generate-migrations-from-db','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183411,147546,'setMigrationsPath','','','$path','','','','set-migrations-path','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183412,147546,'buildDropTable','','','$tableData','','','string','build-drop-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183413,147546,'dataToPhpCode','','','$data','','','string','data-to-php-code','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183414,147546,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183415,147546,'generateMigrationsFromModels','','','$modelsPath = null','','','','generate-migrations-from-models','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183416,147546,'__construct','','','$migrationsPath = null','','','','construct','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183417,147546,'buildMigrationClass','','','$className, $fileName = null, $options = array(), $up = null, $down = null','','','string','build-migration-class','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183418,147546,'getMigrationsPath','','','','','returns\n the path where migration classes are stored and being generated','string','get-migrations-path','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183419,147546,'generateMigrationClass','','','$className, $options = array(), $up = null, $down = null, $return = false','','','','generate-migration-class','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183420,147546,'buildCreateTable','','','$tableData','','','','build-create-table','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183421,147547,'processRemovedColumns','','','$columns','','','','process-removed-columns','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183422,147547,'processDroppedTables','','','$tables','','','','process-dropped-tables','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183423,147547,'processRenamedColumns','','','$columns','','','','process-renamed-columns','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183424,147547,'processAddedIndexes','processAddexIndexes','','$indexes','','','','process-added-indexes','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183425,147547,'processDroppedFks','','','$foreignKeys','','','','process-dropped-fks','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183426,147547,'processChangedColumns','','','$columns','','','','process-changed-columns','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183427,147547,'processCreatedTables','','','$tables','','','','process-created-tables','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183428,147547,'processCreatedFks','','','$foreignKeys','','','','process-created-fks','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183429,147547,'processAddedColumns','','','$columns','','','','process-added-columns','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183430,147547,'processCreatedConstraints','','','$constraints','','','','process-created-constraints','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183431,147547,'processRenamedTables','','','$tables','','','','process-renamed-tables','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183432,147547,'processDroppedConstraints','','','$constraints','','','','process-dropped-constraints','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183433,147547,'getConnection','','','$tableName','','','','get-connection','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183434,147547,'processRemovedIndexes','','','$indexes','','','','process-removed-indexes','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183435,147548,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183436,147548,'setIteratorType','sets node's iterator type','','$type','','','','set-iterator-type','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183437,147548,'getRecord','getter for record attribute','','','','returns\n of Doctrine_Record','object instance','get-record','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183438,147548,'setIteratorOptions','sets node's iterator options','','$options','','','','set-iterator-options','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183439,147548,'__construct','contructor, creates node with reference to record and any options','','(\n \n ) $record, $options','','','','construct','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183440,147548,'factory','factory method to return node instance based upon chosen implementation','','(\n \n ) $record, $implName, $options = array(), $impName','','returns\n instance of Doctrine_Node','object','factory','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183441,147548,'setRecord','setter for record attribute','','(\n \n ) $record','','','','set-record','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183442,147548,'getIterator','get iterator','','$type = null, $options = null','','','','get-iterator','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183443,147549,'getDescendants','gets descendants for node (direct descendants only)','','','','returns\n iterator to traverse descendants from node','iterator','get-descendants','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183444,147549,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183445,147549,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183446,147549,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183447,147549,'getAncestors','gets ancestors for node','','','','','','get-ancestors','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183448,147549,'hasParent','test if node has parent','','','','','bool','has-parent','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183449,147549,'delete','deletes node and it's descendants','','','','','','delete','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183450,147549,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183451,147549,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183452,147549,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183453,147549,'getChildren','gets children for node (direct descendants only)','','','','returns\n array of sibling Doctrine_Record objects','array','get-children','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183454,147549,'hasChildren','test if node has children','','','','','bool','has-children','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183455,147549,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183456,147549,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183457,147549,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183458,147549,'isRoot','determines if node is root','','','','','bool','is-root','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183459,147549,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183460,147549,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183461,147549,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183462,147549,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183463,147549,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeNode = false','','returns\n string representation of path','string','get-path','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183464,147549,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183465,147549,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183466,147549,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183467,147549,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183468,147549,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183469,147549,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183470,147549,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183471,147549,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183472,147549,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183473,147549,'insertAsLastChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183474,147549,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183475,147549,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183476,147549,'isValidNode','determines if node is valid','','','','','bool','is-valid-node','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183477,147550,'key','','','','','','','key','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183478,147550,'rewind','','','','','','','rewind','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183479,147550,'current','','','','','','','current','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183480,147550,'valid','','','','','','','valid','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183481,147550,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:40:44','2008-07-25 07:40:44'),(1183482,147550,'next','','','','','','','next','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183483,147551,'key','','','','','','','key','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183484,147551,'rewind','','','','','','','rewind','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183485,147551,'current','','','','','','','current','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183486,147551,'valid','','','','','','','valid','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183487,147551,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183488,147551,'next','','','','','','','next','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183489,147552,'key','','','','','','','key','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183490,147552,'rewind','','','','','','','rewind','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183491,147552,'current','','','','','','','current','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183492,147552,'valid','','','','','','','valid','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183493,147552,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183494,147552,'next','','','','','','','next','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183495,147553,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns\n The descendants of the node or FALSE if the node has no descendants.','mixed','get-descendants','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183496,147553,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183497,147553,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183498,147553,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183499,147553,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns\n The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','get-ancestors','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183500,147553,'hasParent','test if node has parent','','','','','bool','has-parent','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183501,147553,'delete','deletes node and it's descendants','','','','','','delete','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183502,147553,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183503,147553,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183504,147553,'setLeftValue','sets record's left value','','$lft','','','','set-left-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183505,147553,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183506,147553,'getChildren','gets children for node (direct descendants only)','','','','returns\n The children of the node or FALSE if the node has no children.','mixed','get-children','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183507,147553,'hasChildren','test if node has children','','','','','bool','has-children','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183508,147553,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183509,147553,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183510,147553,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183511,147553,'isRoot','determines if node is root','','','','','bool','is-root','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183512,147553,'getLeftValue','gets record's left value','','','','','int','get-left-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183513,147553,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183514,147553,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183515,147553,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183516,147553,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183517,147553,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns\n string representation of path','string','get-path','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183518,147553,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183519,147553,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183520,147553,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183521,147553,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183522,147553,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183523,147553,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','make-root','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183524,147553,'setRootValue','sets records root id value','','$value','','','','set-root-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183525,147553,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183526,147553,'setRightValue','sets record's right value','','$rgt','','','','set-right-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183527,147553,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183528,147553,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183529,147553,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183530,147553,'getRootValue','get records root id value','','','','','','get-root-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183531,147553,'insertAsLastChildOf','inserts node as last child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183532,147553,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183533,147553,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183534,147553,'isValidNode','determines if node is valid','','$record = null','','','bool','is-valid-node','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183535,147553,'getRightValue','gets record's right value','','','','','int','get-right-value','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183536,147554,'key','returns the current key','','','','','integer','key','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183537,147554,'rewind','rewinds the iterator','','','','','','rewind','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183538,147554,'current','returns the current record','','','','','','current','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183539,147554,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183540,147554,'__construct','','','$record, $opts','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183541,147554,'count','','','','','','','count','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183542,147554,'next','advances the internal pointer','','','','','','next','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183543,147555,'__toString','','','','','','','to-string','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183544,147555,'exists','','','','','','','exists','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183545,147556,'__call','__call method overloader','','$m, $a','','returns\n anything','mixed','call','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183546,147557,'getNumResults','','Returns the number of results found','','','returns\n the number of results found','int','get-num-results','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183547,147557,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjust-offset','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183548,147557,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns\n true if it is necessary to paginate, false otherwise','bool','have-to-paginate','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183549,147557,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','set-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183550,147557,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns\n maximum number of itens per page','int','get-max-per-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183551,147557,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns\n Pager was executed','boolen','get-executed','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183552,147557,'getFirstPage','','Returns the first page','','','returns\n first page','int','get-first-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183553,147557,'getLastPage','','Returns the last page (total of pages)','','','returns\n last page (total of pages)','int','get-last-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183554,147557,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','set-count-query','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183555,147557,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns\n Doctrine_Query counter params','array','get-count-query-params','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183556,147557,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns\n Doctrine_Query object related to the pager','','get-query','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183557,147557,'__construct','','','$query, $page, $maxPerPage','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183558,147557,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','set-num-results','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183559,147557,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183560,147557,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = Doctrine::FETCH_RECORD','','returns\n The root collection','','execute','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183561,147557,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns\n Doctrine_Query object related to the pager','','get-count-query','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183562,147557,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','set-executed','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183563,147557,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','set-count-query-params','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183564,147557,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','set-last-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183565,147557,'getNextPage','getLastPage','Returns the next page','','','returns\n next page','int','get-next-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183566,147557,'getPage','getLastPage','Returns the current page','','','returns\n current page','int','get-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183567,147557,'getResultsInPage','','Returns the number of itens in current page','','','returns\n Number of itens in current page','int','get-results-in-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183568,147557,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','set-max-per-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183569,147557,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','set-query','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183570,147557,'getPreviousPage','getLastPage','Returns the previous page','','','returns\n previous page','int','get-previous-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183571,147558,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns\n Doctrine_Pager_Range subclass object related to the pager range','','get-pager-range','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183572,147558,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','set-selected-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183573,147558,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','set-separator-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183574,147558,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','set-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183575,147558,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','add-mask-replacement','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183576,147558,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183577,147558,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns\n Separator template, applied between each page','string','get-separator-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183578,147558,'__toString','Simply calls display, and returns the output.','','','','','','to-string','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183579,147558,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','remove-mask-replacement','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183580,147558,'getUrlMask','','Returns the URL to be assigned for each page','','','returns\n URL to be assigned for each page','string','get-url-mask','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183581,147558,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','set-url-mask','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183582,147558,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns\n Processed template for the given page','string','process-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183583,147558,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183584,147558,'_parseTemplate','','Process the template of a given page and return the processed template','$options = array()','','','string','parse-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183585,147558,'_parseMaskReplacements','','Process the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parse-mask-replacements','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183586,147558,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','set-pager-range','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183587,147558,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = Doctrine::FETCH_RECORD','','returns\n The root collection','','execute','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183588,147558,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns\n Template to be applied for active page','string','get-selected-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183589,147558,'_parseUrl','','Process the url mask of a given page and return the processed url','($options) $options = array()','','','string','parse-url','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183590,147558,'cleanMaskReplacements','','Remove all mask replacements','','','','','clean-mask-replacements','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183591,147558,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns\n Template to be applied for inactive pages','string','get-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183592,147558,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns\n If you would like to capture the output of Doctrine_Pager_Layout::display(), use the return parameter. If this parameter is set to TRUE, this method will return its output, instead of pr','mixed','display','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183593,147558,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','set-template','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183594,147559,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183595,147559,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','set-options','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183596,147559,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns\n Custom Doctrine_Pager_Range implementation options','array','get-options','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183597,147559,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183598,147559,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183599,147559,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183600,147559,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','set-pager','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183601,147560,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183602,147560,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183603,147560,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183604,147560,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-07-25 07:40:45','2008-07-25 07:40:45'),(1183605,147561,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183606,147561,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183607,147561,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183608,147561,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183609,147562,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183610,147562,'getParser','','Get instance of the specified parser','$type','','','','get-parser','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183611,147562,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183612,147562,'dumpData','','Override in the praser driver','$array, $path = null','','','','dump-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183613,147562,'loadData','','Override in the parser driver','$array','','','','load-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183614,147562,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','do-load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183615,147562,'doDump','','','$data, $path','','','','do-dump','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183616,147563,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183617,147563,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns\n Array of json objects','array','load-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183618,147564,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dump-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183619,147564,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','load-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183620,147565,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns\n String of xml built from array','string','array-to-xml','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183621,147565,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dump-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183622,147565,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','prepare-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183623,147565,'loadData','','Load xml file and return array of data','$path','','returns\n Array of data converted from xml','array','load-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183624,147566,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183625,147566,'loadData','','Load and parse data from a yml file','$path','','returns\n Array of parsed yaml data','array','load-data','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183626,147567,'getOption','returns the value of an option','','($option) $name','','returns\n the value of the option','mixed','get-option','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183627,147567,'__isset','','','$option','','','','isset','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183628,147567,'generateClass','generates the class definition for plugin class','','$options, $columns, $relations','','','','generate-class','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183629,147567,'getOptions','returns all options and their associated values','','','','returns\n all options as an associative array','array','get-options','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183630,147567,'__get','__get an alias for getOption','','$option','','','','get','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183631,147567,'setOption','sets given value to an option','','($option) $name, ($value) $value','','returns\n this object','','set-option','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183632,147567,'generateRelation','generates a relation array to given table','this method can be used for generating the relation from the plugin table to the owner table','(\n \n ) $table, $foreignKeys','','returns\n the generated relation array','array','generate-relation','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183633,147567,'generateForeignKeys','generates foreign keys for the plugin table based on the owner table','the foreign keys generated by this method can be used for setting the relations between the owner and the plugin classes','(\n \n ) $table','','returns\n an array of foreign key definitions','array','generate-foreign-keys','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183634,147568,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','process-pending-subqueries','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183635,147568,'getQueryBase','\n getQueryBase returns the base of the generated sql query On mysql driver\n special strategy has to be used for DELETE statements\n','','','','returns\n the base of the generated sql query','string','get-query-base','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183636,147568,'getEnumParams','getEnumParams get all enumerated parameters','','','','returns\n all enumerated parameters','array','get-enum-params','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183637,147568,'getParser','getParser parser lazy-loader','','$name','throws\n Doctrine_Query_Exception if unknown parser name given','','','get-parser','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183638,147568,'load','','','$path, $loadFields = true','','','','load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183639,147568,'processPendingAggregates','\n processPendingAggregates processes pending aggregate values for given\n component alias\n','','','','','','process-pending-aggregates','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183640,147568,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','is-limit-subquery-used','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183641,147568,'tokenizeQuery','','splits the given dql query into an array where keys represent different query part names and values are arrays splitted using sqlExplode method\nexample:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: arr','$query','throws\n Doctrine_Query_Exception if some generic parsing error occurs','returns\n an array containing the query string parts','array','tokenize-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183642,147568,'parseAggregateFunction','\n parseAggregateFunction parses an aggregate function and returns the parsed\n form\n','','$expr, $nestedCall = false','throws\n Doctrine_Query_Exception if unknown aggregate function given','returns\n parsed form of given function','array','parse-aggregate-function','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183643,147568,'getDql','getDql returns the DQL query associated with this object','the query is built from $_dqlParts','','','returns\n the DQL query','string','get-dql','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183644,147568,'copy','Copies a Doctrine_Query object.','','(\n \n ) $query = null','','returns\n Copy of the Doctrine_Query instance.','','copy','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183645,147568,'getAggregateAlias','','','$dqlAlias','','','string','get-aggregate-alias','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183646,147568,'getExpressionOwner','\n getExpressionOwner returns the component alias for owner of given\n expression\n','','$expr','','returns\n the component alias','string','get-expression-owner','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183647,147568,'buildFromPart','buildFromPart builds the from part of the query and returns it','','','','returns\n the query sql from part','string','build-from-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183648,147568,'addEnumParam','addEnumParam sets input parameter as an enumerated parameter','','$key, $table = null, $column = null','','','','add-enum-param','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183649,147568,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183650,147568,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','is-subquery','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183651,147568,'query','query query the database with DQL (Doctrine Query Language)','','$query, $params = array(), $hydrationMode = null','','','mixed','query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183652,147568,'parseQueryPart','parseQueryPart parses given DQL query part','','$queryPartName, $queryPart, $append = false','','returns\n this object','','parse-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183653,147568,'convertEnums','convertEnums convert enum parameters to their integer equivalents','','$params','','returns\n converted parameter array','array','convert-enums','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183654,147568,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns\n the limit subquery','string','get-limit-subquery','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183655,147568,'buildInheritanceJoinSql','','','$name, $componentAlias','','','','build-inheritance-join-sql','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183656,147568,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\n
returns\n Doctrine_Record object on success, boolean false on failure','','query-one','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184780,147735,'getResultCacheDriver','','','','','','','get-result-cache-driver','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184781,147735,'fetchAll','','','$statement, $params = array()','','','array','fetch-all','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184782,147735,'create','create creates a record','create creates a record','$name','','returns\n Doctrine_Record object','','create','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184783,147735,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','has-table','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184784,147735,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','set-attribute','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184785,147735,'evictTables','evictTables evicts all tables','','','','','','evict-tables','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184786,147736,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184787,147737,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n the modified query','string','modify-limit-query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184788,147738,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message, or false if the error code was not recognized','string','error-message','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184789,147738,'getPortableCode','getPortableCode returns portable error code','','','','returns\n portable error code','integer','get-portable-code','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184790,147738,'getPortableMessage','getPortableMessage returns portable error message','','','','returns\n portable error message','string','get-portable-message','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184791,147739,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184792,147739,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184793,147739,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n modified query','string','modify-limit-query','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184794,147740,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to errorInfo array\n and returns the modified array\n','the portable error code is added at the end of array','$errorInfo','','','array','process-error-info','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184795,147741,'quoteIdentifier','','','$identifier, $checkOption = false','','','','quote-identifier','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184796,147741,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184797,147742,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184798,147743,'getModuleName','getModuleName returns the name of this module','','','','returns\n the name of this module','string','get-module-name','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184799,147743,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184800,147743,'getConnection','getConnection returns the connection object this module uses','','','','','','get-connection','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184801,147744,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns\n The value if the table exists or not','boolean','check-sequence','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184802,147744,'getServerVersion','return version information about the server','','$native = false','','returns\n array/string with version information or MDB2 error object','mixed','get-server-version','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184803,147744,'quoteIdentifier','\n quoteIdentifier Quote a string so it can be safely used as a table /\n column name\n','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184804,147744,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184805,147744,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ borrowed from Zend Framework ]','$query, $limit = false, $offset = false, $isManip = false','','','string','modify-limit-query','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184806,147745,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184807,147746,'getDatabaseName','returns the name of the connected database','','','','','string','get-database-name','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184808,147746,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184809,147746,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184810,147746,'connect','\n Overrides connect Method, to add specific attributes PDO emulate prepares\n is required to avoid bugs on mysql < 5.1 when trying to prepare DROP\n DATABASE or CREATE DATABASE statements\n','','','','returns\n connected','boolean','connect','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184811,147746,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','(\n \n ) $table, $fields, $keys','','returns\n the number of affected rows','integer','replace','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184812,147747,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184813,147748,'__construct','','','(\n \n ) $manager, $adapter','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184814,147748,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','set-date-format','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184815,147748,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n the modified query','string','modify-limit-query','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184816,147749,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184817,147750,'convertBooleans','\n convertBoolean some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184818,147750,'getServerVersion','return version information about the server','','$native = false','','returns\n an array or string with version information','array|string','get-server-version','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184819,147750,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184820,147750,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184821,147750,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns\n modified query','string','modify-limit-query','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184822,147751,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','the portable error code is added at the end of array','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184823,147752,'pop','pop the last event from the event stack','','','','','','pop','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184824,147752,'getAll','getAll returns all profiled events as an array','','','','returns\n all events in an array','array','get-all','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184825,147752,'__call','\n method overloader this method is used for invoking different listeners,\n for the full list of availible listeners, see Doctrine_EventListener\n','','$m, $a','','','boolean','call','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184826,147752,'get','','','$key','','','','get','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184827,147752,'__construct','constructor','','','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184828,147752,'lastEvent','\n Get the Doctrine_Event object for the last query that was run, regardless\n if it has ended or not. If the event has not ended, it's end time\n will be Null.\n','','','','','','last-event','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184829,147752,'count','','','','','','integer','count','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184830,147752,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184831,147752,'setFilterQueryType','','','$filter','','','boolean','set-filter-query-type','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184832,147753,'dropDatabase','','','','','','','drop-database','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184833,147753,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184834,147753,'connect','initializes database functions missing in sqlite','','','','','','connect','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184835,147753,'createDatabase','','','','','','','create-database','2008-07-25 07:40:57','2008-07-25 07:40:57'),(1184836,147754,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184837,147755,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184838,147755,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184839,147755,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184840,147755,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184841,147755,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184842,147755,'getStatement','','','','','','','get-statement','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184843,147755,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184844,147755,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184845,147755,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184846,147755,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184847,147755,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184848,147755,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184849,147755,'getQuery','','','','','','','get-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184850,147755,'__construct','constructor','','(\n \n ) $conn, $stmt','','','','construct','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184851,147755,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184852,147755,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184853,147755,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n\n - \n
\nConverts all DQL functions to their native SQL equivalents
\n- \n
\nConverts all component references to their table alias equivalents
\n- \n
Conv','$clause','','returns\n SQL string','string','parse-clause','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183657,147568,'getQuery','\n builds the sql query from the given parameters and applies things such as\n column aggregation inheritance and limit subqueries if needed\n','','$params = array()','','returns\n the built sql query','string','get-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183658,147568,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns\n the count of this query','integer','count','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183659,147568,'getDqlPart','getDqlPart returns the given DQL query part','','$queryPart','','returns\n the DQL query part','string','get-dql-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183660,147568,'preQuery','','Empty template method to provide Query subclasses with the possibility to hook into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','','','','','pre-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183661,147568,'loadRoot','','','$name, $componentAlias','','','','load-root','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183662,147568,'setOption','','','$name, $value','','returns\n this object','','set-option','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183663,147568,'processPendingFields','\n processPendingFields the fields in SELECT clause cannot be parsed until\n the components in FROM clause are parsed, hence this method is called\n everytime a specific component is being parsed.\n','','$componentAlias','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','process-pending-fields','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183664,147568,'free','\n Frees the resources used by the query object. It especially breaks a\n cyclic reference between the query object and it's parsers. This\n enables PHP's current GC to reclaim the memory.\n','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns\n this object','','free','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183665,147568,'reset','','','','','','','reset','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183666,147568,'parseSelectField','','','$field','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','parse-select-field','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183667,147568,'parseSelect','\n parseSelect parses the query select part and adds selected fields to\n pendingFields array\n','','$dql','','','','parse-select','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183668,147568,'addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns\n this object','','add-pending-join-condition','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183669,147568,'parseQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws\n Doctrine_Query_Exception if some generic parsing error occurs','','','parse-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183670,147568,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null','','','','create','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183671,147568,'processQueryPart','processQueryPart parses given query part','','$queryPartName, $queryParts','','returns\n this object','','process-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183672,147568,'postQuery','','Empty template method to provide Query subclasses with the possibility to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','','','','','post-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183673,147569,'update','update sets the UPDATE part of the query','','$update','','','','update','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183674,147569,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','add-order-by','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183675,147569,'delete','delete sets the query type to DELETE','','','','','','delete','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183676,147569,'select','select sets the SELECT part of the query','','$select','','','','select','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183677,147569,'distinct','distinct Makes the query SELECT DISTINCT.','','$flag = true','','','','distinct','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183678,147569,'orderBy','orderBy sets the ORDER BY part of the query','','$orderby','','','','order-by','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183679,147569,'from','from sets the FROM part of the query','','$from','','','','from','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183680,147569,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','for-update','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183681,147569,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','left-join','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183682,147569,'addHaving','addHaving adds conditions to the HAVING part of the query','','$having, $params = array()','','','','add-having','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183683,147569,'parseQueryPart','parseQueryPart parses given DQL query part','','$queryPartName, $queryPart, $append = false','','returns\n this object','','parse-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183684,147569,'limit','limit sets the Query query limit','','$limit','','','','limit','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183685,147569,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','inner-join','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183686,147569,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','add-from','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183687,147569,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183688,147569,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183689,147569,'set','set sets the SET part of the query','','$key, $value, $params = null, $update','','','','set','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183690,147569,'addGroupBy','addGroupBy adds fields to the GROUP BY part of the query','','$groupby','','','','add-group-by','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183691,147569,'offset','offset sets the Query query offset','','$offset','','','','offset','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183692,147569,'whereNotIn','whereNotIn adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','where-not-in','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183693,147569,'addWhere','addWhere adds conditions to the WHERE part of the query','','$where, $params = array()','','','','add-where','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183694,147569,'addSelect','addSelect adds fields to the SELECT part of the query','','$select','','','','add-select','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183695,147569,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','group-by','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183696,147569,'whereIn','whereIn adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','where-in','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183697,147570,'parseSingle','','','$part','','','','parse-single','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183698,147570,'parseFunction','','','$dql','','','','parse-function','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183699,147570,'parse','','','$dql','','','string','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183700,147570,'parseClause','','','$dql, $alias, $field, $value','','','','parse-clause','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183701,147570,'getTable','getTable returns the table object associated with this object','','','','','','get-table','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183702,147570,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183703,147570,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','get-sql','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183704,147571,'parse','\n DQL CONDITION PARSER parses the join condition/where/having part of the\n query string\n','','$str','','','string','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183705,147571,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parse-literal-value','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183706,147572,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183707,147572,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183708,147573,'add','','','(\n \n ) $filter','','','','add','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183709,147573,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183710,147573,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183711,147573,'set','','','$key, (\n \n ) $listener','','','','set','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183712,147573,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183713,147574,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183714,147574,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183715,147575,'parse','DQL FROM PARSER','parses the from part of the query string','$str','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183716,147576,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$str, $append = false','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183717,147577,'load','load returns the parsed query part','','$having','','','string','load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183718,147578,'load','','','$condition','','','','load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183719,147579,'parse','','','$limit','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183720,147580,'parse','','','$offset','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183721,147581,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$str, $append = false','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183722,147582,'getQuery','','','','','returns\n the query object associated with this parser','','get-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183723,147582,'__construct','','','(Doctrine_Query) $query','','','','construct','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183724,147583,'add','','','$key, $query','','','','add','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183725,147583,'get','','','$key, $namespace = null','','','','get','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183726,147584,'parse','','','$dql','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183727,147585,'parse','','','$dql','','','','parse','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183728,147586,'parseValue','','','$value, (\n \n ) $table = null, $field = null','','','','parse-value','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183729,147586,'load','','','$where','','','','load','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183730,147586,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parse-exists','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183731,147587,'parseQueryPart','parseQueryPart parses given query part','','$queryPartName, $queryPart, $append = false','','returns\n this object','','parse-query-part','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183732,147587,'getQuery','getQuery builds the sql query from the given query parts','','','','returns\n the built sql query','string','get-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183733,147587,'getFields','getFields returns the fields associated with this parser','','','','returns\n all the fields associated with this parser','array','get-fields','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183734,147587,'addComponent','','','$tableAlias, $path, $componentName','','','','add-component','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183735,147587,'parseQuery','parseQuery parses an sql query and adds the parts to internal array','','$query','','returns\n this object','','parse-query','2008-07-25 07:40:46','2008-07-25 07:40:46'),(1183736,147588,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assign-default-values','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183737,147588,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','get-incremented','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183738,147588,'preSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','pre-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183739,147588,'loadReference','loadReference loads a related component','','$name','throws\n Doctrine_Table_Exception if trying to load an unknown related component','','','load-reference','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183740,147588,'mapValue','\n mapValue This simple method is used for mapping values to $values\n property.\n','Usually this method is used internally by Doctrine for the mapping of aggregate values.','$name, $value','','','','map-value','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183741,147588,'deleteNode','\n used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\n AS TREE\n','','','','','','delete-node','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183742,147588,'preDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','pre-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183743,147588,'state','state returns / assigns the state of this record','','(integer|string) $state = null','throws\n Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183744,147588,'load','load loads all the unitialized properties from the database','','','','','boolean','load','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183745,147588,'postUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','post-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183746,147588,'validateOnInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be inserted into the data store the first time.\n','','','','','','validate-on-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183747,147588,'coreSetRelated','','','$name, $value','','','','core-set-related','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183748,147588,'getPrepared','','returns an array of modified fields and values with data preparation adds column aggregation inheritance and converts Records into primary key values','$array = array()','','','array','get-prepared','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183749,147588,'revert','\n revert reverts this record to given version, this method only works if\n versioning plugin is enabled\n','','$version','throws\n Doctrine_Record_Exception if given version does not exist','returns\n this object','','revert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183750,147588,'clearRelated','clearRelated unsets all the relationships this object has','(references to related objects still remain on Table objects)','','','','','clear-related','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183751,147588,'delete','\n deletes this data access object and all the related composites this\n operation is isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $conn = null','','returns\n true on success, false on failure','boolean','delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183752,147588,'refreshRelated','refresh refres data of related objects from the database','','$name = null','','returns\n this object','','refresh-related','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183753,147588,'__call','\n __call this method is a magic method that is being used for method\n overloading\n','the function of this method is to try to find given method from the templates this record is using and if it finds given method it will execute it\nSo, in sense, this method replicates the usage of mixins (as seen in some programming languages)','$method, $args','','returns\n the return value of the given method','mixed','call','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183754,147588,'identifier','returns the primary keys of this object','','','','','array','identifier','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183755,147588,'copy','copy returns a copy of this object','','','','','','copy','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183756,147588,'obtainReference','','','$name','throws\n Doctrine_Record_Exception if trying to get an unknown related component','','','obtain-reference','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183757,147588,'refresh','refresh refresh internal data from the database','','','throws\n Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183758,147588,'importFrom','','','$type, $data','','','','import-from','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183759,147588,'merge','merge merges this record with an array of values','','$values','','','','merge','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183760,147588,'getErrorStack','','','','','returns\n returns the errorStack associated with this record','','get-error-stack','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183761,147588,'serialize','\n serialize this method is automatically called when this Doctrine_Record is\n serialized\n','','','','','array','serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183762,147588,'hydrate','hydrate hydrates this object from given array','','$data','','','boolean','hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183763,147588,'hasReference','hasRefence','','$name','','','boolean','has-reference','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183764,147588,'__toString','returns a string representation of this object','','','','','','to-string','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183765,147588,'construct','\n construct Empty template method to provide concrete Record classes with\n the possibility to hook into the constructor procedure\n','','','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183766,147588,'contains','','','$name','','','boolean','contains','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183767,147588,'get','get returns a value of a property or a related component','','$name, $load = true','throws\n Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183768,147588,'save','\n applies the changes made to this object into database this method is smart\n enough to know if any changes are made and whether to use INSERT or UPDATE\n statement\n','this method also saves the related components','(\n \n ) $conn = null','','','','save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183769,147588,'validate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure, doing any custom /\n specialized validations that are neccessary.\n','','','','','','validate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183770,147588,'postSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','post-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183771,147588,'getReferences','','','','','returns\n all references','array','get-references','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183772,147588,'columnCount','alias for count()','','','','returns\n the number of columns in this record','integer','column-count','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183773,147588,'getLast','','this method is used internally be Doctrine_Query it is needed to provide compatibility between records and collections','','','','','get-last','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183774,147588,'getModified','returns an array of modified fields and associated values','','','','','array','get-modified','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183775,147588,'__unset','','','$fieldName, $name','','','','unset','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183776,147588,'hasRelation','method for checking existence of properties and Doctrine_Record references','','$name','','','boolean','has-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183777,147588,'preInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','pre-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183778,147588,'trySave','Tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','(\n \n ) $conn = null','','returns\n if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','try-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183779,147588,'unlink','\n unlink removes links from this record to given records if no ids are\n given, it removes all links\n','','$alias, $ids = array()','','returns\n this object','','unlink','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183780,147588,'getTable','getTable returns the table object for this record','','','','returns\n a Doctrine_Table object','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183781,147588,'unshiftFilter','','','(\n \n ) $filter','','','','unshift-filter','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183782,147588,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183783,147588,'getNode','getter for node assciated with this record','','','','returns\n if tree returns Doctrine_Node otherwise returns false','mixed','get-node','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183784,147588,'exists','exists returns true if this record is persistent, otherwise false','','','','','boolean','exists','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183785,147588,'getOid','getOid returns the object identifier','','','','','integer','get-oid','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183786,147588,'count','count this class implements countable interface','','','','returns\n the number of columns in this record','integer','count','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183787,147588,'postInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','post-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183788,147588,'replace','','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.\nThe REPLACE type o','(\n \n ) $conn = null','throws\n Doctrine_Connection_Exception if some of the key values was null','returns\n number of rows affected','integer','replace','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183789,147588,'postUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183790,147588,'validateOnUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be updated.\n','','','','','','validate-on-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183791,147588,'setRelated','','','$alias, (\n \n ) $coll','','','','set-related','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183792,147588,'assignIdentifier','','','$id = false','','','','assign-identifier','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183793,147588,'getIterator','','','','','returns\n a Doctrine_Record_Iterator that iterates through the data','','get-iterator','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183794,147588,'set','\n set method for altering properties and Doctrine_Record references if the\n load parameter is set to false this method will not try to load\n uninitialized record data\n','','$name, $value, $load = true','throws\n Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183795,147588,'copyDeep','copyDeep returns a copy of this object and all its related objects','','','','','','copy-deep','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183796,147588,'oid','','','','','','','oid','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183797,147588,'getData','getData return all the internal data','','','','returns\n an array containing all the properties','array','get-data','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183798,147588,'cleanData','\n cleanData leaves the $data array only with values whose key is a field\n inside this record and returns the values that were removed from $data.\n Also converts any values of 'null' to objects of type\n Doctrine_Null.\n','','[[[amp]]]$data, $data','','returns\n values cleaned from data','array','clean-data','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183799,147588,'exportTo','','','$type, $deep = false','','','','export-to','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183800,147588,'preUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183801,147588,'call','','','(string|array) $callback, $column, 2','','','','call','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183802,147588,'errorStack','errorStack assigns / returns record errorStack','','(Doctrine_Validator_ErrorStack) $stack = null','','returns\n returns the errorStack associated with this record','','error-stack','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183803,147588,'modifiedFields','','','','','','','modified-fields','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183804,147588,'_index','','','','','','integer','index','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183805,147588,'reference','','','$name','','','','reference','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183806,147588,'fromArray','','','$array, $deep','','','','from-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183807,147588,'rawGet','\n rawGet returns the value of a property, if the property is not yet loaded\n this method does NOT load it\n','','($name) $name','throws\n Doctrine_Record_Exception if trying to get an unknown property','','mixed','raw-get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183808,147588,'toString','','','','','','','to-string','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183809,147588,'postSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183810,147588,'toArray','toArray returns the record as an array','','$deep = false, $prefixKey = false','','','array','to-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183811,147588,'unserialize','\n unseralize this method is automatically called everytime a Doctrine_Record\n object is unserialized\n','','$serialized','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183812,147588,'setUp','\n setUp this method is used for setting up relations and attributes it\n should be implemented by child classes\n','','','','','','set-up','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183813,147588,'isModified','isModified returns true if this record was modified, otherwise false','','','','','boolean','is-modified','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183814,147588,'synchronizeWithArray','\n synchronizeWithArray synchronizes a Doctrine_Record and its relations with\n data from an array\n','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array','','','','synchronize-with-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183815,147588,'postDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','post-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183816,147588,'preUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','pre-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183817,147588,'preSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183818,147588,'isValid','','','','','returns\n whether or not this record passes all column validations','boolean','is-valid','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183819,147589,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183820,147589,'ownsOne','ownsOne binds One-to-One composite relation','','$componentName, $options','','returns\n this object','','owns-one','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183821,147589,'hasColumn','hasColumn sets a column definition','','$name, $type, $length = 2147483647, $options = ""','','','','has-column','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183822,147589,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','set-listener','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183823,147589,'check','check adds a check constraint','','$constraint, $name = null','','returns\n this object','','check','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183824,147589,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183825,147589,'hasColumns','','','$definitions','','','','has-columns','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183826,147589,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183827,147589,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183828,147589,'loadTemplate','','','$template, $options = array()','','','','load-template','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183829,147589,'hasMany','hasMany binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns\n this object','','has-many','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183830,147589,'setSubclasses','','','$map','','','','set-subclasses','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183831,147589,'hasOne','hasOne binds One-to-One aggregate relation','','$componentName, $options','','returns\n this object','','has-one','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183832,147589,'setInheritanceMap','','','$map','','','','set-inheritance-map','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183833,147589,'getListener','','','','','','','get-listener','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183834,147589,'actAs','actAs loads a given plugin','','$tpl, $options = array()','','','','act-as','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183835,147589,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','add-listener','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183836,147589,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183837,147589,'setUp','','','','','','','set-up','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183838,147589,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183839,147589,'ownsMany','ownsMany binds One-to-Many / Many-to-Many composite relation','','$componentName, $options','','returns\n this object','','owns-many','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183840,147589,'setAttribute','','','$attr, $value','','','','set-attribute','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183841,147590,'setTable','','','(\n \n ) $table','','','','set-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183842,147590,'getTable','','','','','','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183843,147590,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183844,147590,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183845,147591,'init','','','','','','','init','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183846,147591,'__construct','','','$aliases','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183847,147591,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183848,147591,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183849,147592,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183850,147592,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183851,147593,'initNullObject','','','(\n \n ) $null','','','','init-null-object','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183852,147593,'current','','','','','','mixed','current','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183853,147593,'__construct','constructor','','(\n \n ) $record','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183854,147594,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183855,147594,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183856,147594,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183857,147594,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183858,147594,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183859,147594,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183860,147594,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183861,147594,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183862,147594,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183863,147594,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183864,147594,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183865,147594,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183866,147594,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183867,147594,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183868,147595,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183869,147595,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183870,147595,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183871,147595,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183872,147595,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183873,147595,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183874,147595,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183875,147595,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183876,147595,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183877,147595,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183878,147595,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183879,147595,'set','','','$key, (\n \n ) $listener','','returns\n this object','','set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183880,147595,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183881,147595,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183882,147595,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183883,147595,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183884,147595,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183885,147596,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183886,147596,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183887,147596,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183888,147596,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183889,147596,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183890,147596,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183891,147596,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183892,147596,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183893,147596,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183894,147596,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183895,147596,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183896,147596,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183897,147596,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183898,147596,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183899,147597,'getLocal','getLocal returns the name of the local column','','','','','string','get-local','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183900,147597,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','is-one-to-one','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183901,147597,'getRelationDql','','','$count','','','string','get-relation-dql','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183902,147597,'offsetUnset','','','$offset','','','','offset-unset','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183903,147597,'getAlias','getAlias returns the relation alias','','','','','string','get-alias','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183904,147597,'offsetSet','','','$offset, $value','','','','offset-set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183905,147597,'isDeferred','','','','','','','is-deferred','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183906,147597,'offsetGet','','','$offset','','','','offset-get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183907,147597,'getForeign','\n getForeign returns the name of the foreignkey column where the localkey\n column is pointing at\n','','','','','string','get-foreign','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183908,147597,'__toString','','','','','','string','to-string','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183909,147597,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','has-constraint','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183910,147597,'offsetExists','','','$offset','','','','offset-exists','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183911,147597,'getType','getType returns the relation type, either 0 or 1','','','','','integer','get-type','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183912,147597,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183913,147597,'isEqual','','','','','','','is-equal','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183914,147597,'getTable','getTable returns the foreign table object','','','','','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183915,147597,'__construct','constructor','','$definition','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183916,147597,'isComposite','isComposite returns whether or not this relation is a composite relation','','','','','boolean','is-composite','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183917,147597,'isDeferrable','','','','','','','is-deferrable','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183918,147597,'toArray','','','','','','array','to-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183919,147598,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183920,147598,'getAssociationFactory','','','','','','','get-association-factory','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183921,147598,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183922,147598,'getAssociationTable','','','','','','','get-association-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183923,147599,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183924,147599,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183925,147600,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183926,147600,'getCondition','','','$alias = null','','','','get-condition','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183927,147601,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183928,147601,'getCondition','','','$alias = null','','','','get-condition','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183929,147602,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183930,147602,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183931,147603,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183932,147603,'getPendingRelation','','','$name','','returns\n an array defining a pending relation','array','get-pending-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183933,147603,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','get-impl','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183934,147603,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183935,147603,'completeAssocDefinition','Completes the given association definition','','$def','','returns\n completed definition array','array','complete-assoc-definition','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183936,147603,'hasRelation','','','$name','','','','has-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183937,147603,'guessColumns','','','$classes, (\n \n ) $foreignTable','','returns\n an array of column names','array','guess-columns','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183938,147603,'getTable','','','','','returns\n the table object this parser belongs to','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183939,147603,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183940,147603,'completeDefinition','Completes the given definition','','$def','','returns\n completed definition array','array','complete-definition','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183941,147603,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','(\n \n ) $table','','','','get-identifiers','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183942,147603,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183943,147604,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183944,147604,'__construct','','','$config','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183945,147605,'getInstance','','','$url = null, $config = null','','','','get-instance','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183946,147605,'getTable','','','$table','','','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183947,147605,'printSchema','','','','','','','print-schema','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183948,147605,'__construct','','','$url, $config','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183949,147605,'getClientKey','','','','','','','get-client-key','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183950,147605,'loadDoctrine','','','','','','','load-doctrine','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183951,147606,'add','','','(\n \n ) $value = null','','','','add','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183952,147606,'delete','','','','','','','delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183953,147606,'get','','','$key','','','','get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183954,147606,'save','','','','','','','save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183955,147606,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183956,147606,'__construct','','','$model','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183957,147606,'count','','','','','','','count','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183958,147606,'getFirst','','','','','','','get-first','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183959,147606,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183960,147606,'set','','','$key, $value','','','','set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183961,147606,'fromArray','','','$array','','','','from-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183962,147606,'toArray','','','$deep = false','','','','to-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183963,147607,'has','','','$key','','','','has','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183964,147607,'getAll','','','','','','','get-all','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183965,147607,'get','','','$key','','','','get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183966,147607,'__construct','','','$array = null','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183967,147607,'set','','','$key, $value','','','','set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183968,147607,'remove','','','$key','','','','remove','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183969,147608,'buildUrl','','','$array','','','','build-url','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183970,147608,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','add-order-by','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183971,147608,'select','select sets the SELECT part of the query','','$select','','','','select','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183972,147608,'distinct','distinct Makes the query SELECT DISTINCT.','','$flag = true','','','','distinct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183973,147608,'orderBy','orderBy sets the ORDER BY part of the query','','$orderby','','','','order-by','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183974,147608,'getDql','','','','','','','get-dql','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183975,147608,'from','from sets the FROM part of the query','','$from','','','','from','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183976,147608,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join','','','','left-join','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183977,147608,'addHaving','addHaving adds conditions to the HAVING part of the query','','$having, $params','','','','add-having','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183978,147608,'query','','','$dql, $params = array()','','','','query','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183979,147608,'parseQueryPart','parseQueryPart parses given DQL query part','','$queryPartName, $queryPart','','returns\n this object','','parse-query-part','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183980,147608,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183981,147608,'limit','limit sets the Query query limit','','$limit','','','','limit','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183982,147608,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join','','','','inner-join','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183983,147608,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','add-from','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183984,147608,'execute','','','$params = array()','','','','execute','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183985,147608,'having','having sets the HAVING part of the query','','$having, $params','','','','having','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183986,147608,'where','where sets the WHERE part of the query','','$where, $join, $params','','','','where','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183987,147608,'addGroupBy','addGroupBy adds fields to the GROUP BY part of the query','','$groupby','','','','add-group-by','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183988,147608,'offset','offset sets the Query query offset','','$offset','','','','offset','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183989,147608,'addWhere','addWhere adds conditions to the WHERE part of the query','','$where, $params','','','','add-where','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183990,147608,'addSelect','addSelect adds fields to the SELECT part of the query','','$select','','','','add-select','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183991,147608,'getModel','','','','','','','get-model','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183992,147608,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','group-by','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183993,147609,'createRelation','','','$key','','','','create-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183994,147609,'delete','','','','','','','delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183995,147609,'identifier','','','','','','','identifier','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183996,147609,'get','','','$key','','','','get','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183997,147609,'save','','','','','','','save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183998,147609,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1183999,147609,'hasChanges','','','','','','','has-changes','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184000,147609,'getTable','','','','','','','get-table','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184001,147609,'__construct','','','$model','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184002,147609,'exists','','','','','','','exists','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184003,147609,'count','','','','','','','count','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184004,147609,'clearChanges','','','','','','','clear-changes','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184005,147609,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184006,147609,'set','','','$key, $value','','','','set','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184007,147609,'getChanges','','','','','','','get-changes','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184008,147609,'initialize','','','$loadRelations = true','','','','initialize','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184009,147609,'fromArray','','','$array','','','','from-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184010,147609,'getModel','','','','','','','get-model','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184011,147609,'toArray','','','$deep = false','','','','to-array','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184012,147609,'getMd5Hash','','','','','','','get-md5-hash','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184013,147610,'getFormat','','','','','','','get-format','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184014,147610,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184015,147610,'execute','','','','','','','execute','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184016,147611,'validateLoad','','','$request','','','','validate-load','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184017,147611,'executeSave','','','$request','','','','execute-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184018,147611,'validateOpenRecord','','','$request','','','','validate-open-record','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184019,147611,'executeQuery','','','$request','','','','execute-query','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184020,147611,'getInstance','','','$name, $config = null','','','','get-instance','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184021,147611,'validate','','','$errors','','','','validate','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184022,147611,'getFormat','','','','','','','get-format','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184023,147611,'executeLoad','','','$request','','','','execute-load','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184024,147611,'__construct','','','$name = null, $config = null','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184025,147611,'execute','','','$r','','','','execute','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184026,147611,'validateQuery','','','$request','','','','validate-query','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184027,147611,'run','','','$request','','','','run','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184028,147611,'executeDelete','','','$request','','','','execute-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184029,147611,'validateSave','','','$request','','','','validate-save','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184030,147611,'exception','','','$e','','','','exception','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184031,147611,'validateDelete','','','$request','','','','validate-delete','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184032,147612,'getSchema','','','','','','','get-schema','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184033,147612,'hasColumn','','','$name','','','','has-column','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184034,147612,'find','','','$pk','','','','find','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184035,147612,'getColumns','','','','','','','get-columns','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184036,147612,'getRelation','','','$name','','','','get-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184037,147612,'getConfig','','','$key = null','','','','get-config','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184038,147612,'hasRelation','','','$name','','','','has-relation','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184039,147612,'__construct','','','$model','','','','construct','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184040,147612,'getColumn','','','$name','','','','get-column','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184041,147612,'getRelations','','','','','','','get-relations','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184042,147612,'getIdentifier','','','','','','','get-identifier','2008-07-25 07:40:47','2008-07-25 07:40:47'),(1184043,147613,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batch-update-index','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184044,147613,'buildDefinition','','','','','','','build-definition','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184045,147613,'analyze','','','$text','','','','analyze','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184046,147613,'readTableData','','','$limit = null, $offset = null','','','','read-table-data','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184047,147613,'updateIndex','updateIndex updates the index','','$data, (Doctrine_Record) $record','','','integer','update-index','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184048,147613,'__construct','','','$options','','','','construct','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184049,147613,'search','','','$query','','','','search','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184050,147614,'analyze','','','$text','','','','analyze','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184051,147615,'analyze','','','$text','','','','analyze','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184052,147616,'analyze','','','$text','','','','analyze','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184053,147617,'indexDirectory','','','$dir','','','','index-directory','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184054,147617,'__construct','','','$options = array()','','','','construct','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184055,147618,'indexDirectory','','','$dir','','','','index-directory','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184056,147619,'add','','','$dir','','','','add','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184057,147620,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184058,147620,'__construct','','','(\n \n ) $search','','','','construct','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184059,147620,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184060,147620,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184061,147621,'parse','','','$file','','','','parse','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184062,147622,'getParams','','','','','','','get-params','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184063,147622,'query','','','$text','','','','query','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184064,147622,'parseClause','','','$originalClause, $recursive = false','','','','parse-clause','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184065,147622,'isExpression','','','$term','','','','is-expression','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184066,147622,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184067,147622,'getSql','','','','','','','get-sql','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184068,147622,'parseTerm','','','$term','','','','parse-term','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184069,147622,'parseWord','','','$word','','','','parse-word','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184070,147623,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184071,147623,'setUp','','','','','','','set-up','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184072,147624,'process','','','','','','','process','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184073,147624,'__construct','','','$resultSet','','','','construct','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184074,147624,'addComponent','','','$component','','','','add-component','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184075,147625,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184076,147625,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184077,147625,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184078,147626,'lastInsertId','\n Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\n column.\n','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184079,147626,'lastSequenceId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-sequence-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184080,147626,'nextSequenceId','\n Generate a new value from the specified sequence in the database, and\n return it.\n','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','next-sequence-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184081,147627,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184082,147627,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184083,147627,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184084,147628,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns\n The value if the table exists or not','bool','check-sequence','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184085,147628,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184086,147628,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184087,147628,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184088,147629,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184089,147629,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184090,147629,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184091,147630,'lastInsertID','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184092,147630,'currID','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184093,147630,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184094,147631,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns\n the autoincremented id','integer','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184095,147631,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184096,147631,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184097,147632,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184098,147632,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184099,147632,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184100,147633,'dump','Dump PHP array to YAML','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as tasteful.yaml and pass it around.\nOh, and you can decide how big the indent is and what the','$array, $indent = false, $wordwrap = false','','','string','dump','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184101,147633,'load','Load YAML into a PHP array from an instantiated object','The load method, when supplied with a YAML stream (string or file path), will do its best to convert the YAML into a PHP array. Pretty simple. Usage:\n
\nload(\'lucky.yaml\');\n ','$input','','','array','load','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184102,147633,'YAMLLoad','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array. Pretty simple. Usage:\n\n\n ','$input','','','array','yaml-load','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184103,147633,'_linkRef','','','[[[amp]]]$n, $key, $k = NULL, $v = NULL','','','','link-ref','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184104,147633,'YAMLDump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as nothing.yaml and pass it around.\nOh, and you can decide how big the indent is and what the ','$array, $indent = false, $wordwrap = false','','','string','yaml-dump','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184105,147634,'Doctrine_YamlNode','The constructor assigns the node a unique ID.','','$nodeId','','','','doctrine-yaml-node','2008-07-25 07:40:48','2008-07-25 07:40:48'),(1184106,147635,'getOption','getOption returns the value of given option','','$name','','returns\n the value of given option','mixed','get-option','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184107,147635,'getTemplates','getTemplates returns all templates attached to this table','','','','returns\n an array containing all templates','array','get-templates','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184108,147635,'hasColumn','','','$name','','','boolean','has-column','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184109,147635,'find','finds a record by its identifier','','($id) $id, $hydrationMode = null','','returns\n Array or Doctrine_Record or false if no result','mixed','find','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184110,147635,'getColumnNames','returns an array containing all the column names','','','','','array','get-column-names','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184111,147635,'__isset','','','$option','','','','isset','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184112,147635,'getRepository','','','','','','','get-repository','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184113,147635,'getColumns','returns all columns and their definitions','','','','','array','get-columns','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184114,147635,'removeColumn','removeColumn removes given column','','$column','','','boolean','remove-column','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184115,147635,'clear','clear clears the first level cache (identityMap)','','','','','','clear','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184116,147635,'createQuery','\n createQuery creates a new Doctrine_Query object and adds the component\n name of this table as the query 'from' part\n','','$alias = ''','','','','create-query','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184117,147635,'exportConstraints','\n exportConstraints exports the constraints of this table into database\n based on option definitions\n','','','throws\n Doctrine_Connection_Exception if something went wrong on db level','','','export-constraints','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184118,147635,'setConnection','sets the connection for this class','','(\n \n ) $conn','','returns\n this object','','set-connection','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184119,147635,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184120,147635,'getDefinitionOf','','','$column','','returns\n array on success, false on failure','mixed','get-definition-of','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184121,147635,'__call','','Adds support for magic finders. findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','','','call','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184122,147635,'getOptions','getOptions returns all options of this table and the associated values','','','','returns\n all options and their values','array','get-options','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184123,147635,'getProxy','','','($id) $id = null','throws\n Doctrine_Find_Exception','','','get-proxy','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184124,147635,'addCheckConstraint','','adds a check constraint to this table','$definition, $name','','','','add-check-constraint','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184125,147635,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184126,147635,'getRelationParser','getRelationParser return the relation parser associated with this table','','','','returns\n relation parser object','','get-relation-parser','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184127,147635,'getIndex','','','$index','','returns\n array on success, FALSE on failure','array|boolean','get-index','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184128,147635,'bind','','','$args, $type','','','','bind','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184129,147635,'__toString','returns a string representation of this object','','','','','string','to-string','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184130,147635,'removeRecord','\n removeRecord removes a record from the identity map, returning true if the\n record was found and removed and false if the record wasn't found.\n','','(\n \n ) $record','','','boolean','remove-record','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184131,147635,'isInheritedColumn','','','$column','','','','is-inherited-column','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184132,147635,'getTableName','','','','','','','get-table-name','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184133,147635,'setData','\n setData doctrine uses this function internally users are strongly\n discouraged to use this function\n','','$data','','','','set-data','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184134,147635,'getRecord','\n getRecord first checks if record exists in identityMap, if not returns a\n new record\n','','','','','','get-record','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184135,147635,'getComponentName','','','','','','','get-component-name','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184136,147635,'__get','__get an alias for getOption','','$option','','','','get','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184137,147635,'getFilters','','','','','','array','get-filters','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184138,147635,'addTemplate','','','$template, (\n \n ) $impl','','','','add-template','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184139,147635,'findBySql','\n findByDql finds records with given DQL where clause returns a collection\n of records\n','','$dql, $params = array(), $hydrationMode = null','','','','find-by-sql','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184140,147635,'executeOne','\n executeOne fetches data using the provided queryKey and the associated\n query in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute-one','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184141,147635,'hasRelation','','','$alias','','returns\n true if the relation exists otherwise false','boolean','has-relation','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184142,147635,'hasTemplate','','','$template','','','','has-template','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184143,147635,'initIdentifier','','','','','','','init-identifier','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184144,147635,'isIdentifier','','','$identifier','','','','is-identifier','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184145,147635,'unshiftFilter','','','(\n \n ) $filter','','','object','unshift-filter','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184146,147635,'__construct','the constructor','','$name, (\n \n ) $conn, $initDefinition = false','throws\n Doctrine_Connection_Exception if there are no opened connections','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184147,147635,'findBy','','','$column, $value, $hydrationMode = null','','','','find-by','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184148,147635,'setColumn','','','$name, $type, $length = null, $options = array()','throws\n Doctrine_Table_Exception if trying use wrongly typed parameter','','','set-column','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184149,147635,'getTypeOf','','','$column','','returns\n string on success, false on failure','mixed','get-type-of','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184150,147635,'getClassnameToReturn','\n Get the classname to return. Most often this is just the\n options&[apos;name']\n','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns\n The name of the class to create','string','get-classname-to-return','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184151,147635,'count','','','','','','integer','count','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184152,147635,'execute','\n execute fetches data using the provided queryKey and the associated query\n in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184153,147635,'findOneBy','','','$column, $value, $hydrationMode = null','','','','find-one-by','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184154,147635,'findAll','findAll returns a collection of records','','$hydrationMode = null','','','','find-all','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184155,147635,'enumValue','','','$field, $index','','','mixed','enum-value','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184156,147635,'enumIndex','','','$field, $value','','','mixed','enum-index','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184157,147635,'getEnumValues','','','$field','','','array','get-enum-values','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184158,147635,'getDefaultValueOf','getDefaultValueOf returns the default value(if any) for given column','','$column','','','mixed','get-default-value-of','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184159,147635,'setOption','\n setOption sets an option and returns this object in order to allow\n flexible method chaining\n','','$name, $value','','returns\n this object','','set-option','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184160,147635,'isTree','','determine if table acts as tree','','','returns\n if tree return true, otherwise returns false','mixed','is-tree','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184161,147635,'setMethodOwner','','','$method, $class','','','','set-method-owner','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184162,147635,'prepareValue','\n prepareValue this method performs special data preparation depending on\n the type of the given column\n','\n - \n
\nIt unserializes array and object typed columns
\n- \n
\nUncompresses gzip typed columns
\n- \n
\nGets the appropriate enum values for enum typed columns
\n- \n ','$field, $value','throws\n Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns\n prepared value','mixed','prepare-value','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184163,147635,'getQueryObject','','','','','returns\n a Doctrine_Query object','','get-query-object','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184164,147635,'getTree','','getter for associated tree','','','returns\n if tree return instance of Doctrine_Tree, otherwise returns false','mixed','get-tree','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184165,147635,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184166,147635,'getExportableFormat','getExportableFormat returns exportable presentation of this object','','$parseForeignKeys = true','','','array','get-exportable-format','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184167,147635,'getIdentifier','','','','','','mixed','get-identifier','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184168,147635,'getIdentifierType','','','','','','integer','get-identifier-type','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184169,147635,'getConnection','returns the connection associated with this table (if any)','','','','returns\n the connection object','','get-connection','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184170,147635,'addForeignKey','','adds a foreignKey to this table','$definition','','','','add-foreign-key','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184171,147635,'export','\n export exports this table to database based on column and option\n definitions\n','','','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184172,147635,'getColumnOwner','','','$column','','','','get-column-owner','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184173,147635,'getData','\n returns internal data, used by Doctrine_Record instances when retrieving\n data from database\n','','','','','array','get-data','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184174,147635,'bindQueryPart','bindQueryPart binds given value to given query part','','$queryPart, $value','','returns\n this object','','bind-query-part','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184175,147635,'getBoundQueryPart','','','$queryPart','','','string','get-bound-query-part','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184176,147635,'getTemplate','','','$template','','','','get-template','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184177,147635,'getColumnCount','','','','','','','get-column-count','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184178,147635,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184179,147635,'addIndex','','adds an index to this table','$index, $definition','','','','add-index','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184180,147635,'findByDql','','','$dql, $params = array(), $hydrationMode = null','','','','find-by-dql','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184181,147635,'initDefinition','','','$name','','','','init-definition','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184182,147635,'applyInheritance','','','($where) $where','','returns\n query where part with column aggregation inheritance added','string','apply-inheritance','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184183,147635,'getMethodOwner','','','$method','','','','get-method-owner','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184184,147635,'hasDefaultValues','\n hasDefaultValues returns true if this table has default values, otherwise\n false\n','','','','','boolean','has-default-values','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184185,147635,'create','creates a new record','','$array = array()','','returns\n the created record object','','create','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184186,147635,'getColumnName','','returns a column name for column alias if the actual name for the alias cannot be found this method returns the given alias','$alias','','returns\n column name','string','get-column-name','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184187,147635,'addRecord','addRecord adds a record to identity map','','(\n \n ) $record','','','boolean','add-record','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184188,147636,'__construct','','','$message','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184189,147637,'evictAll','','','','','returns\n number of records evicted','integer','evict-all','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184190,147637,'add','','','(\n \n ) $record','','','boolean','add','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184191,147637,'contains','','','$oid','','','','contains','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184192,147637,'get','','','$oid','throws\n Doctrine_Table_Repository_Exception','','','get','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184193,147637,'evict','','','$oid','','returns\n whether ot not the operation was successful','boolean','evict','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184194,147637,'getTable','','','','','','','get-table','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184195,147637,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184196,147637,'count','','Doctrine_Registry implements interface Countable','','','returns\n the number of records this registry has','integer','count','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184197,147637,'getIterator','','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184198,147637,'loadAll','','','','','','','load-all','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184199,147638,'notify','','','$notification','','','','notify','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184200,147638,'getArguments','','','','','','array','get-arguments','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184201,147638,'getRequiredArgumentsDescriptions','','','','','','array','get-required-arguments-descriptions','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184202,147638,'ask','','','','','','','ask','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184203,147638,'validate','','Validates that all required fields are present','','','returns\n true','bool','validate','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184204,147638,'getTaskName','','','','','','string','get-task-name','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184205,147638,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184206,147638,'getOptionalArgumentsDescriptions','','','','','','array','get-optional-arguments-descriptions','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184207,147638,'getOptionalArguments','','','','','','array','get-optional-arguments','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184208,147638,'execute','','Override with each task class','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184209,147638,'getArgument','','','$name, $default = null','','','mixed','get-argument','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184210,147638,'setArguments','','','$args','','','','set-arguments','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184211,147638,'getDescription','','','','','','string','get-description','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184212,147638,'addArgument','','','$name, $value','','','','add-argument','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184213,147638,'getRequiredArguments','','','','','','array','get-required-arguments','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184214,147639,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184215,147639,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184216,147640,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184217,147640,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184218,147641,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184219,147641,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184220,147642,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184221,147643,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184222,147644,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184223,147645,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184224,147645,'_printResults','','','$array','','','','print-results','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184225,147646,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184226,147647,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184227,147648,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184228,147649,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184229,147650,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184230,147651,'execute','','','','','','','execute','2008-07-25 07:40:49','2008-07-25 07:40:49'),(1184231,147652,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184232,147653,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184233,147654,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184234,147655,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184235,147656,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184236,147657,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184237,147658,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184238,147659,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184239,147659,'execute','','','','','','','execute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184240,147660,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184241,147660,'setTable','','','(\n \n ) $table, (Doctrine_Table) $_table','','','','set-table','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184242,147660,'getPlugin','','','','','','','get-plugin','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184243,147660,'get','','','$name','','','','get','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184244,147660,'getTable','getTable returns the associated table object','','','','returns\n the associated table object','','get-table','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184245,147660,'getInvoker','setInvoker returns the last used invoker','','','','returns\n the record that invoked the last delegated call','','get-invoker','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184246,147660,'set','','','$name, $value','','','','set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184247,147660,'setInvoker','','sets the last used invoker','(\n \n ) $invoker','','returns\n this object','','set-invoker','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184248,147660,'setUp','','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184249,147661,'__construct','','','$options, $array','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184250,147661,'translation','','sets or retrieves the current translation language','$language = null','','returns\n this object','','translation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184251,147661,'getI18n','','','','','','','get-i18n','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184252,147661,'setUp','','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184253,147662,'buildSlug','','','$record','','','','build-slug','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184254,147662,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184255,147662,'__construct','','','$options, $array','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184256,147663,'getTimestamp','','Gets the timestamp in the correct format','$type','','','','get-timestamp','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184257,147663,'preInsert','','','(\n \n ) $event, $Doctrine_Event','','','','pre-insert','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184258,147663,'__construct','','','$options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184259,147663,'preUpdate','','','(\n \n ) $event, $Doctrine_Event','','','','pre-update','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184260,147664,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184261,147664,'__construct','','','$options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184262,147664,'setUp','','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184263,147665,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batch-update-index','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184264,147665,'getPlugin','','','','','','','get-plugin','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184265,147665,'__construct','','','$options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184266,147665,'setUp','','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184267,147666,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184268,147666,'__construct','','','$options, $array','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184269,147667,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184270,147667,'__construct','','','$options, $array','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184271,147668,'__construct','','','$options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184272,147668,'getAuditLog','','','','','','','get-audit-log','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184273,147668,'setUp','','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184274,147669,'bracketTrim','trims brackets','','$str, $e1 = '(', $e2 = ')'','','','','bracket-trim','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184275,147669,'quoteExplode','','example:\nparameters: $str = email LIKE 'John@example.com' $d = ' AND '\nwould return an array: array("email", "LIKE", "'John@example.com'")','$str, $d = ' '','','','','quote-explode','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184276,147669,'bracketExplode','','example:\nparameters: $str = (age < 20 AND age > 18) AND email LIKE 'John@example.com' $d = ' AND ' $e1 = '(' $e2 = ')'\nwould return an array: array("(age < 20 AND age >','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','','bracket-explode','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184277,147669,'sqlExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sql-explode','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184278,147669,'clauseExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d, $e1 = '(', $e2 = ')'','','','array','clause-explode','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184279,147670,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184280,147670,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws\n PDOException if something fails at the PDO level','returns\n returns the current session transaction isolation level','string','get-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184281,147670,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184282,147670,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184283,147670,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184284,147670,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184285,147670,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','get-transaction-level','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184286,147670,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','(\n \n ) $coll','','returns\n this object','','add-collection','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184287,147670,'getInvalid','Return the invalid records','','','','returns\n An array of invalid records','array','get-invalid','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184288,147670,'setTransactionLevel','getTransactionLevel set the current transaction nesting level','','$level','','returns\n this object','','set-transaction-level','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184289,147670,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n
','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184290,147670,'addInvalid','addInvalid adds record into invalid records list','','(\n \n ) $record','','returns\n false if record already existed in invalid records list, otherwise true','boolean','add-invalid','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184291,147670,'getState','getState returns the state of this connection','','','','returns\n the connection state','integer','get-state','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184292,147670,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184293,147671,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184294,147671,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184295,147671,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184296,147671,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184297,147672,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184298,147673,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184299,147673,'getIsolation','getTransactionIsolation','','','','returns\n returns the current session transaction isolation level','string','get-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184300,147673,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184301,147673,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184302,147673,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184303,147674,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184304,147674,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184305,147674,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184306,147674,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184307,147675,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184308,147675,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184309,147675,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184310,147675,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184311,147676,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184312,147677,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws\n Doctrine_Tree_Exception if table attributes have not been defined','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184313,147677,'getBaseComponent','Returns the base tree component.','','','','','','get-base-component','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184314,147677,'__construct','constructor, creates tree with reference to table and any options','','(\n \n ) $table, $options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184315,147677,'getAttribute','gets tree attribute value','','$name','','','','get-attribute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184316,147677,'factory','factory method to return tree instance based upon chosen implementation','','(\n \n ) $table, $implName, $options = array(), $impName','throws\n Doctrine_Exception if class does not extend Doctrine_Tree','returns\n instance of Doctrine_Node','object','factory','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184317,147677,'setUp','\n this method is used for setting up relations and attributes and should be\n used by specific implementations\n','','','','','','set-up','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184318,147677,'setAttribute','sets tree attribute value','','$name, $value','','','','set-attribute','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184319,147678,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184320,147678,'findRoot','returns root node','','$root_id = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184321,147678,'fetchBranch','\n optimised method that returns iterator for traversal of the tree from the\n given record primary key\n','','$pk, $options = array()','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetch-branch','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184322,147678,'fetchTree','\n optimised method to returns iterator for traversal of the entire tree from\n root\n','','$options = array()','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','object','fetch-tree','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184323,147679,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','set-table-definition','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184324,147679,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','return-query-with-root-id','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184325,147679,'fetchRoots','\n Fetches all root nodes. If the tree has only one root this is the same as\n fetchRoot().\n','','','','returns\n The root nodes.','mixed','fetch-roots','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184326,147679,'setBaseQuery','Enter description here...','','(\n \n ) $query','','','','set-base-query','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184327,147679,'__construct','\n constructor, creates tree with reference to table and sets default root\n options\n','','(\n \n ) $table, $options','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184328,147679,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184329,147679,'getMaxRootId','calculates the current max root id','','','','','integer','get-max-root-id','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184330,147679,'getBaseQuery','Enter description here...','','$options','','','unknown','get-base-query','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184331,147679,'findRoot','returns root node','','$rootId = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184332,147679,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array()','','returns\n The branch or FALSE if the branch could not be found.','mixed','fetch-branch','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184333,147679,'getBaseAlias','Enter description here...','','','','','','get-base-alias','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184334,147679,'fetchTree','Fetches a tree.','','$options = array()','','returns\n The tree or FALSE if the tree could not be found.','mixed','fetch-tree','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184335,147679,'resetBaseQuery','Enter description here...','','','','','','reset-base-query','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184336,147679,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetch-root','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184337,147679,'getNextRootId','calculates the next available root id','','','','','integer','get-next-root-id','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184338,147680,'isValidType','returns whether or not the given variable is valid type','','$var, $type','','','boolean','is-valid-type','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184339,147680,'validateRecord','\n validates a given record and saves possible errors in\n Doctrine_Validator::$stack\n','','(\n \n ) $record','','','','validate-record','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184340,147680,'hasErrors','whether or not this validator has errors','','','','','boolean','has-errors','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184341,147680,'getValidator','returns a validator object','','$name','','','Doctrine_Validator_Interface','get-validator','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184342,147681,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184343,147681,'getCountries','returns all available country codes','','','','','array','get-countries','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184344,147682,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184345,147683,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184346,147684,'__isset','','','$arg','','','','isset','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184347,147684,'__get','__get an alias for getOption','','$arg','','','','get','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184348,147684,'getArgs','returns all args and their associated values','','','','returns\n all args as an associative array','array','get-args','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184349,147684,'getArg','returns the value of an argument','','($arg) $arg','','returns\n the value of the option','mixed','get-arg','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184350,147684,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set-arg','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184351,147684,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184352,147685,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184353,147686,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184354,147686,'clear','Removes all errors from the stack.','','','','','','clear','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184355,147686,'contains','Enter description here...','','$fieldName','','','unknown','contains','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184356,147686,'get','Enter description here...','','$fieldName, (unknown_type) $name','','','unknown','get','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184357,147686,'__construct','Constructor','','$classname = ""','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184358,147686,'count','Enter description here...','','','','','unknown','count','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184359,147686,'getClassname','Get the classname where the errors occured','','','','','','get-classname','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184360,147686,'getIterator','Enter description here...','','','','','unknown','get-iterator','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184361,147686,'set','Enter description here...','','$fieldName, $errorCode, (unknown_type) $name','','','','set','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184362,147686,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184363,147687,'inspect','\n This method will apply the value of the $function variable as a user_func\n to tall errorstack objects in the exception\n','','$function','','','','inspect','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184364,147687,'__toString','','','','','','string','to-string','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184365,147687,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184366,147687,'count','','','','','','','count','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184367,147687,'getInvalidRecords','','','','','','','get-invalid-records','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184368,147687,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184369,147688,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184370,147689,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184371,147690,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184372,147691,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184373,147692,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184374,147693,'validate','\n checks that value isn't blank a value is blank when its either null\n or contains only space characters\n','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184375,147694,'validate','checks that given value isn't null','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184376,147695,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184377,147696,'validate','checks if value is within given range','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184378,147697,'validate','checks if value has been modified','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184379,147698,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184380,147699,'validate','checks if given value is unique','','$value','','','boolean','validate','2008-07-25 07:40:50','2008-07-25 07:40:50'),(1184381,147700,'validate','checks if given value is a valid unsigned integer','','$value','','','boolean','validate','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184382,147701,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184383,147701,'getStates','','','','','','','get-states','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184384,147702,'getName','getName returns the name of this view','','','','','string','get-name','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184385,147702,'drop','drop drops this view from the database','','','throws\n Doctrine_View_Exception','','','drop','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184386,147702,'getQuery','getQuery returns the associated query object','','','','','','get-query','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184387,147702,'__construct','constructor','','(\n \n ) $query, $viewName','','','','construct','2008-07-25 07:40:51','2008-07-25 07:40:51'),(1184388,147702,'execute','execute executes the view returns a collection of Doctrine_Record objects','','','','','','execute','2008-07-25 07:40:52','2008-07-25 07:40:52'),(1184389,147702,'getConnection','getConnection returns the connection object','','','','','','get-connection','2008-07-25 07:40:52','2008-07-25 07:40:52'),(1184390,147702,'getSelectSql','getSelectSql returns the select sql for this view','','','','','string','get-select-sql','2008-07-25 07:40:52','2008-07-25 07:40:52'),(1184391,147702,'create','create creates this view','','','throws\n Doctrine_View_Exception','','','create','2008-07-25 07:40:52','2008-07-25 07:40:52'),(1184392,147703,'generateSqlFromModels','','','$directory = null','','returns\n String of sql queries. One query per line','string','generate-sql-from-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184393,147703,'dump','','dumps a given variable','$var, $output = true, $indent = ""','','','','dump','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184394,147703,'isValidModelClass','','Checks if what is passed is a valid Doctrine_Record Will load class in to memory in order to inflect it and find out information about the class','$class','','','boolean','is-valid-model-class','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184395,147703,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','make-directories','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184396,147703,'classify','','returns class name from table name','$tableName, $tablename','','','string','classify','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184397,147703,'generateYamlFromModels','','Generate yaml schema file for the models in the specified directory','$yamlPath, $directory','','','','generate-yaml-from-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184398,147703,'generateMigrationsFromDb','','','$migrationsPath','throws\n new Doctrine_Migration_Exception','','','generate-migrations-from-db','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184399,147703,'getConnectionByTableName','','Get the connection object for a table by the actual table name','$tableName','','','','get-connection-by-table-name','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184400,147703,'debug','','','$bool = null','','','','debug','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184401,147703,'loadModel','','','$className, $path = null','','','','load-model','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184402,147703,'getLoadedModels','','Get all the loaded models, you can provide an array of classes or it will use get_declared_classes()\nWill filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently l','(classes) $classes = null','','','array','get-loaded-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184403,147703,'createDatabases','','Creates databases for connections','$specifiedConnections = array()','','','','create-databases','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184404,147703,'autoload','','simple autoload function returns true if the class was loaded, otherwise false','$className, $classname','','','boolean','autoload','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184405,147703,'isValidClassname','isValidClassName','checks for valid class name (uses camel case and underscores)','$className, $classname','','','boolean','is-valid-classname','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184406,147703,'tableize','','returns table name from class name','$className, $classname','','','string','tableize','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184407,147703,'dumpData','','Dump data to a yaml fixtures file','$yamlPath, $individualFiles = false','','','','dump-data','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184408,147703,'initializeModels','','Initialize all models so everything is present and loaded in to memory This will also inheritently initialize any model behaviors and add the models generated by Doctrine generators and add them to the $models array','$models','','','array','initialize-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184409,147703,'filterInvalidModels','','Filter through an array of classes and return all the classes that are valid models. This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filter-invalid-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184410,147703,'compile','','method for making a single file of most used doctrine runtime components including the compiled file instead of multiple files (in worst cases dozens of files) can improve performance by an order of magnitude','$target = null, $includedDrivers = array()','throws\n Doctrine_Exception','','','compile','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184411,147703,'generateMigrationsFromModels','','','$migrationsPath, $modelsPath = null, $modelLoading = null','','','','generate-migrations-from-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184412,147703,'getTable','','','$tableName','','','','get-table','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184413,147703,'__construct','','','','throws\n Doctrine_Exception','','','construct','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184414,147703,'getPath','getPath returns the doctrine root','','','','','string','get-path','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184415,147703,'getLoadedModelFiles','','Returns an array of all the loaded models and the path where each of them exists','','','','array','get-loaded-model-files','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184416,147703,'fileFinder','','','$type','','','','file-finder','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184417,147703,'generateModelsFromYaml','','Generate a yaml schema file from an existing directory of models','$yamlPath, $directory, $options = array()','','','','generate-models-from-yaml','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184418,147703,'loadData','','Load data from a yaml fixtures file. The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','load-data','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184419,147703,'removeDirectories','','','$folderPath','','','','remove-directories','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184420,147703,'dropDatabases','','Drops databases for connections','$specifiedConnections = array()','','','','drop-databases','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184421,147703,'generateModelsFromDb','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','throws\n Exception','','boolean','generate-models-from-db','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184422,147703,'createTablesFromArray','','Creates database tables for the models in the supplied array','$array','','','','create-tables-from-array','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184423,147703,'generateMigrationClass','','Generate new migration class skeleton','$className, $migrationsPath','','','','generate-migration-class','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184424,147703,'generateYamlFromDb','','Generates models from database to temporary location then uses those models to generate a yaml schema file. This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath, $databases = array(), $options = array()','','','','generate-yaml-from-db','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184425,147703,'createTablesFromModels','','Creates database tables for the models in the specified directory','$directory = null','','','','create-tables-from-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184426,147703,'migrate','','Migrate database to specified $to version. Migrates from current to latest if you do not specify.','$migrationsPath, $to = null','throws\n new Doctrine_Migration_Exception','returns\n true','bool','migrate','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184427,147703,'generateSqlFromArray','','','$array','','','','generate-sql-from-array','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184428,147703,'loadModels','','Recursively load all models from a directory or array of directories','$directory, $modelLoading = null','','','','load-models','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184429,147704,'__isset','Check if key exists in data','','$name','','returns\n whether or not this object contains $name','boolean','isset','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184430,147704,'offsetUnset','Unset a given offset','','$offset','','','','offset-unset','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184431,147704,'offsetSet','Sets $offset to $value','','$offset, $value','','','','offset-set','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184432,147704,'offsetGet','An alias of get()','','$offset','','','mixed','offset-get','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184433,147704,'offsetExists','Check if an offset axists','','$offset','','returns\n Whether or not this object contains $offset','boolean','offset-exists','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184434,147704,'__get','Get key from data','','$name','','','mixed','get','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184435,147704,'__unset','Remove key from data','','$name','','','','unset','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184436,147704,'setArray','Set an entire aray to the data','','$array','','','','set-array','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184437,147704,'__set','Set key and value to data','','($name) $name, ($value) $value','','','','set','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184438,147705,'getQuoteIdentifierSymbol','Get the symbol used for identifier quoting','','','','','string','get-quote-identifier-symbol','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184439,147705,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184440,147705,'_setExecuteMode','Set the current execution mode','','$mode','','','','set-execute-mode','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184441,147705,'setFetchMode','Set the fetch mode.','','$mode','','','','set-fetch-mode','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184442,147705,'_getExecuteMode','Get the current execution mode','','','','returns\n the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','get-execute-mode','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184443,147705,'__construct','\n $config is an array of key/value pairs containing configuration options.\n These options are common to most adapters:\n','dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne','$config','','','','construct','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184444,147705,'prepare','Prepare a sql statement and return it','','$sql','','','Doctrine_Statement_Db2','prepare','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184445,147705,'closeConnection','Close the connection resource','','','','','','close-connection','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184446,147705,'_connect','Creates the connection resource','','','','','','connect','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184447,147705,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184448,147705,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184449,147705,'_rollBack','Rollback a transaction.','','','','','','roll-back','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184450,147706,'exec','','','$statement','','','','exec','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184451,147706,'commit','','','','','','','commit','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184452,147706,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184453,147706,'errorInfo','','','','','','','error-info','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184454,147706,'rollBack','','','','','','','roll-back','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184455,147706,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184456,147706,'query','','','$queryString','','','','query','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184457,147706,'errorCode','','','','','','','error-code','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184458,147706,'quote','','','$input','','','','quote','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184459,147706,'prepare','','','$prepareString','','','','prepare','2008-07-25 07:40:54','2008-07-25 07:40:54'),(1184460,147707,'pop','','','','','','','pop','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184461,147707,'exec','','','$statement','','','','exec','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184462,147707,'getName','','','','','','','get-name','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184463,147707,'getAll','','','','','','','get-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184464,147707,'commit','','','','','','','commit','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184465,147707,'beginTransaction','','','','','','','begin-transaction','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184466,147707,'errorInfo','','','','','','','error-info','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184467,147707,'rollBack','','','','','','','roll-back','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184468,147707,'lastInsertId','','','','','','','last-insert-id','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184469,147707,'addQuery','','','$query','','','','add-query','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184470,147707,'query','','','$query','','','','query','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184471,147707,'errorCode','','','','','','','error-code','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184472,147707,'quote','','','$input','','','','quote','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184473,147707,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184474,147707,'__construct','','','$name = null','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184475,147707,'getAttribute','','','$attribute','','','','get-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184476,147707,'count','','','','','','','count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184477,147707,'prepare','','','$query','','','','prepare','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184478,147707,'forceLastInsertIdFail','','','$fail = true','','','','force-last-insert-id-fail','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184479,147707,'forceException','','','$name, $message = '', $code','','','','force-exception','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184480,147707,'setAttribute','','','$attribute, $value','','','','set-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184481,147708,'_commit','Commit a transaction.','','','','','','commit','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184482,147708,'lastInsertId','','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.\nAs a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id gen','$tableName = null, $primaryKey = null','','','integer','last-insert-id','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184483,147708,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184484,147708,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184485,147708,'_connect','Creates a connection to the database.','','','throws\n Doctrine_Adapter_Exception','','','connect','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184486,147708,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184487,147708,'_rollBack','Roll-back a transaction.','','','','','','roll-back','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184488,147709,'_commit','Commit a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Exception','','','commit','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184489,147709,'setFetchMode','Set the fetch mode.','','$mode','throws\n Doctrine_Adapter_Exception','','','set-fetch-mode','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184490,147709,'_getExecuteMode','Get the current execute mode','','','','','integer','get-execute-mode','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184491,147709,'__construct','\n $config is an array of key/value pairs containing configuration options.\n These options are common to most adapters:\n','username => (string) Connect to the database as this username. password => (string) Password associated with the username. dbname => Either the name of the local Oracle instance, or the name of the entry in tnsnames.ora to which ','$config','throws\n Doctrine_Adapter_Exception','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184492,147709,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Oracle','prepare','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184493,147709,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184494,147709,'_connect','Creates a connection resource.','','','throws\n Doctrine_Adapter_Exception','','','connect','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184495,147709,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184496,147709,'quoteTableAs','Quote a table identifier and alias.','','(string|array|Doctrine_Expr) $ident, $alias','','returns\n The quoted identifier and alias.','string','quote-table-as','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184497,147709,'_beginTransaction','Leave autocommit mode and begin a transaction.','','','','','','begin-transaction','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184498,147709,'_rollBack','Roll back a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Exception','','','roll-back','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184499,147710,'rowCount','','','','','','','row-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184500,147710,'errorInfo','','','','','','','error-info','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184501,147710,'setFetchMode','','','$mode','','','','set-fetch-mode','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184502,147710,'errorCode','','','','','','','error-code','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184503,147710,'fetch','','','$fetchStyle, $cursorOrientation, $cursorOffset','','','mixed','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184504,147710,'columnCount','','','','','','','column-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184505,147710,'execute','execute()','','','','','','execute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184506,147710,'bindValue','','','$no, $value','','','','bind-value','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184507,147710,'nextRowset','nextRowSet','','','','','','next-rowset','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184508,147711,'rowCount','\n rowCount() returns the number of rows affected by the last DELETE, INSERT,\n or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184509,147711,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184510,147711,'fetchColumn','\n Returns a single column from the next row of a result set or FALSE if\n there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184511,147711,'errorInfo','\n Fetch extended error information associated with the last operation on the\n statement handle\n','','','','returns\n error info array','array','error-info','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184512,147711,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184513,147711,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184514,147711,'errorCode','\n Fetch the SQLSTATE associated with the last operation on the statement\n handle\n','','','','returns\n error code string','string','error-code','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184515,147711,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184516,147711,'columnCount','Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184517,147711,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184518,147711,'bindParam','\n Binds a PHP variable to a corresponding named or question mark placeholder\n in the SQL statement that was use to prepare the statement. Unlike\n Doctrine_Adapter_Statement_Interface->bindValue(), the variable is\n bound as a reference and wil','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184519,147711,'getAttribute','Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184520,147711,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184521,147711,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returns\n\nsetIsolation(\'READ UNCOMMITTED\');]]>\nAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184522,147711,'bindValue','\n Binds a value to a corresponding named or question mark placeholder in the\n SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184523,147711,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184524,147711,'fetchAll','Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $columnIndex','','','array','fetch-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184525,147711,'setAttribute','Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184526,147712,'rowCount','','rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.\nIf the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return ','','','returns\n Returns the number of rows.','integer','row-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184527,147712,'closeCursor','','Closes the cursor, enabling the statement to be executed again.','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184528,147712,'fetchColumn','','Returns a single column from the next row of a result set or FALSE if there are no more rows.','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184529,147712,'errorInfo','','Fetch extended error information associated with the last operation on the statement handle','','','returns\n error info array','array','error-info','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184530,147712,'fetchObject','','Fetches the next row and returns it as an object.\nFetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184531,147712,'setFetchMode','','Set the default fetch mode for this statement','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184532,147712,'errorCode','','Fetch the SQLSTATE associated with the last operation on the statement handle','','','returns\n error code string','string','error-code','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184533,147712,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184534,147712,'columnCount','','Returns the number of columns in the result set','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184535,147712,'bindColumn','','Bind a column to a PHP variable','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184536,147712,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184537,147712,'__construct','','','$mock','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184538,147712,'getAttribute','','Retrieve a statement attribute','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184539,147712,'execute','','Executes a prepared statement\nIf the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184540,147712,'getColumnMeta','','Returns metadata for a column in a result set','$column','','returns\n
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184541,147712,'bindValue','','Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184542,147712,'nextRowset','','Advances to the next rowset in a multi-rowset statement handle\nSome database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184543,147712,'fetchAll','','Returns an array containing all of the result set rows','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetch-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184544,147712,'setAttribute','','Set a statement attribute','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184545,147713,'setTableDefinition','Build definition for audit log table','','(Doctrine_Table) $table','','returns\n true on success otherwise false.','boolean','set-table-definition','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184546,147713,'__construct','Accepts array of options to configure the AuditLog','','$options = array()','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184547,147713,'getVersion','Get array of information for the passed record and the specified version','','(\n \n ) $record, $version','','returns\n An array with version information','array','get-version','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184548,147714,'preDelete','Pre delete event hook deletes all related versions','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184549,147714,'preInsert','Pre insert event hook for incrementing version number','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184550,147714,'__construct','\n Istantiate AuditLog listener and set the Doctrine_AuditLog instance to the\n class\n','','(\n \n ) $auditLog','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184551,147714,'postInsert','Post insert event hook which creates the new version record','','(\n \n ) $event','','','','post-insert','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184552,147714,'preUpdate','Pre update event hook for inserting new version record','','(\n \n ) $event','','','','pre-update','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184553,147715,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184554,147715,'pop','','pops a query from the stack','','','','string','pop','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184555,147715,'isSuccessful','','','','','returns\n whether or not the last cache operation was successful','boolean','is-successful','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184556,147715,'getAll','getQueries','','$namespace = null','','returns\n an array of sql query strings','array','get-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184557,147715,'add','add adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184558,147715,'appendStats','','adds all queries to stats file','','','','','append-stats','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184559,147715,'clean','save','','','','','boolean','clean','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184560,147715,'preFetch','preFetch listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','(\n \n ) $event','','','array','pre-fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184561,147715,'getDriver','getDriver returns the current cache driver','','','','','','get-driver','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184562,147715,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184563,147715,'preFetchAll','preFetch listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','(\n \n ) $event','','','array','pre-fetch-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184564,147715,'count','','','','','returns\n the number of queries in the stack','integer','count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184565,147715,'preQuery','preQuery listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-query','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184566,147715,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184567,147715,'getIterator','','','','','returns\n an iterator that iterates through the query stack','ArrayIterator','get-iterator','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184568,147715,'preExecute','preExecute listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-execute','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184569,147715,'reset','','removes all queries from the query stack','','','','','reset','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184570,147715,'readStats','','','','','','array','read-stats','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184571,147716,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184572,147716,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184573,147716,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184574,147716,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184575,147716,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184576,147717,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184577,147717,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184578,147717,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184579,147717,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184580,147717,'count','','','','','','integer','count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184581,147717,'deleteAll','Remove all cache record','','','','returns\n true if no problem','boolean','delete-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184582,147718,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184583,147718,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184584,147718,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184585,147718,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184586,147718,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184587,147718,'count','count returns the number of cached elements','','','','','integer','count','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184588,147718,'getConnection','\n getConnection returns the connection object associated with this cache\n driver\n','','','','returns\n connection object','','get-connection','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184589,147718,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','delete-all','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184590,147718,'createTable','Creates the cache table.','','','','','','create-table','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184591,147719,'getOption','','','$option','','returns\n option value','mixed','get-option','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184592,147719,'__construct','constructor','','$options, $_options','','','','construct','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184593,147719,'setOption','','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-07-25 07:40:55','2008-07-25 07:40:55'),(1184594,147720,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184595,147720,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184596,147720,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$data, $id, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184597,147720,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184598,147721,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184599,147721,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184600,147721,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184601,147721,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184602,147721,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184603,147722,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184604,147722,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184605,147722,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184606,147722,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184607,147722,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184608,147723,'notify','','','$notification = null, $style = 'HEADER'','','','','notify','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184609,147723,'printTasks','','Prints an index of all the available tasks in the CLI instance','$task = null, $full = false','','','','print-tasks','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184610,147723,'_getTaskClassFromArgs','','Get the task class from an array of cli arguments','$args','','','','get-task-class-from-args','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184611,147723,'_run','','','$args','','','','run','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184612,147723,'__construct','','','$config = array()','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184613,147723,'run','','','$args','throws\n new Doctrine_Cli_Exception','','','run','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184614,147723,'loadTasks','','','$directory = null','','','array','load-tasks','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184615,147723,'notifyException','','','$exception','','','','notify-exception','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184616,147723,'prepareArgs','','','$args','','','array','prepare-args','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184617,147723,'getLoadedTasks','','','','','','','get-loaded-tasks','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184618,147724,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
\n
','$stream','','returns\n true if the stream supports colorization, false otherwise','Boolean','supports-colors','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184619,147724,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184620,147724,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184621,147724,'setStyle','Sets a new style.','','$name, $options = array()','','','','set-style','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184622,147724,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns\n The styled text','string','format','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184623,147725,'setMaxLineSize','Sets the maximum line size.','','$size','','','','set-max-line-size','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184624,147725,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184625,147725,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184626,147725,'__construct','','','$maxLineSize = 65','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184627,147725,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns\n The formatted text','string','format','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184628,147726,'getKeyColumn','getKeyColumn returns the name of the key column','','','','','string','get-key-column','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184629,147726,'populateRelated','','','$name, (\n \n ) $coll','','','','populate-related','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184630,147726,'key','returns the current key','','','','','mixed','key','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184631,147726,'compareRecords','','Compares two records. To be used on _snapshot diffs using array_udiff','$a, $b','','','','compare-records','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184632,147726,'add','adds a record to collection','','(\n \n ) $record, $key = null','','','boolean','add','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184633,147726,'delete','','single shot delete deletes all records from this collection and uses only one database query to perform this operation','(\n \n ) $conn = null','','','','delete','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184634,147726,'getRelation','returns the relation object','','','','','','get-relation','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184635,147726,'getNormalIterator','\n getNormalIterator returns normal iterator - an iterator that will not\n expand this collection\n','','','','','Doctrine_Iterator_Normal','get-normal-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184636,147726,'importFrom','','Import data to a Doctrine_Collection from one of the supported Doctrine_Parser formats','$type, $data','','','','import-from','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184637,147726,'merge','','Merges collection into $this and returns merged collection','(\n \n ) $coll','','','','merge','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184638,147726,'serialize','\n this method is automatically called when this Doctrine_Collection is\n serialized\n','','','','','array','serialize','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184639,147726,'initNullObject','initNullObject initializes the null object for this collection','','(\n \n ) $null','','','','init-null-object','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184640,147726,'loadRelated','','','$name = null','','','boolean','load-related','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184641,147726,'__toString','returns a string representation of this object','','','','','','to-string','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184642,147726,'contains','contains whether or not this collection contains a specified element','','$key','','','boolean','contains','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184643,147726,'get','get returns a record for given key','There are two special cases:\n- \n
\nwindows
\n- \n
\nnon tty consoles
\n\n \n at the end of the collection\n2. if given key does not exist, then a new record is create and atta','$key','','returns\n return a specified record','','get','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184644,147726,'save','\n save saves all records of this collection and processes the difference of\n the last snapshot and the current data\n','','(\n \n ) $conn = null','','','','save','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184645,147726,'getSnapshot','getSnapshot returns the data of the last snapshot','','','','returns\n returns the data in last snapshot','array','get-snapshot','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184646,147726,'processDiff','\n processDiff processes the difference of the last snapshot and the current\n data\n','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','process-diff','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184647,147726,'setData','','','$data','','','','set-data','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184648,147726,'takeSnapshot','takeSnapshot takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','take-snapshot','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184649,147726,'getReference','','','','','','mixed','get-reference','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184650,147726,'getLast','getLast returns the last record in the collection','','','','','mixed','get-last','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184651,147726,'getTable','getTable returns the table this collection belongs to','','','','','','get-table','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184652,147726,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184653,147726,'setReference','setReference sets a reference pointer','','(\n \n ) $record, (\n \n ) $relation','','','','set-reference','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184654,147726,'search','','','(\n \n ) $record, $Doctrine_Record','','','','search','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184655,147726,'getDeleteDiff','','','','','','','get-delete-diff','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184656,147726,'count','\n count this class implements interface countable returns the number of\n records in this collection\n','','','','','integer','count','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184657,147726,'synchronizeFromArray','','','$array','','','','synchronize-from-array','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184658,147726,'getFirst','getFirst returns the first record in the collection','','','','','mixed','get-first','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184659,147726,'end','returns the last record in the collection','','','','','mixed','end','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184660,147726,'getIterator','','','','','','object ArrayIterator','get-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184661,147726,'set','','','$key, (\n \n ) $record','','','','set','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184662,147726,'getData','getData returns all the records as an array','','','','','array','get-data','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184663,147726,'setKeyColumn','setKeyColumn sets the key column for this collection','','$column','','','','set-key-column','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184664,147726,'free','','','$deep = false','','','','free','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184665,147726,'remove','remove removes a specified collection element','','$key','','','boolean','remove','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184666,147726,'exportTo','','Export a Doctrine_Collection to one of the supported Doctrine_Parser formats','$type, $deep = false','','','','export-to','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184667,147726,'getPrimaryKeys','','','','','returns\n an array containing all primary keys','array','get-primary-keys','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184668,147726,'fromArray','','Populate a Doctrine_Collection from an array of data','$array, $deep = true','','','','from-array','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184669,147726,'toArray','\n toArray Mimics the result of a $query->execute(array(),\n Doctrine::FETCH_ARRAY);\n','','$deep = false, $prefixKey = false','','','','to-array','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184670,147726,'unserialize','\n unseralize this method is automatically called everytime a\n Doctrine_Collection object is unserialized\n','','$serialized','','','','unserialize','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184671,147726,'synchronizeWithArray','\n synchronizeWithArray synchronizes a Doctrine_Collection with data from an\n array\n','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronize-with-array','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184672,147726,'getKeys','returns all keys','','','','','array','get-keys','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184673,147726,'getInsertDiff','','','','','','','get-insert-diff','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184674,147727,'key','returns the current key','','','','','integer','key','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184675,147727,'rewind','rewinds the iterator','','','','','','rewind','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184676,147727,'current','returns the current record','','','','','','current','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184677,147727,'__construct','constructor','','$collection','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184678,147727,'next','advances the internal pointer','','','','','','next','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184679,147728,'valid','','','','','','','valid','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184680,147729,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184681,147730,'valid','','','','','','','valid','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184682,147731,'__construct','','','(\n \n ) $table','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184683,147731,'getLimit','','','','','','integer','get-limit','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184684,147731,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184685,147732,'contains','','','$name','','','boolean','contains','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184686,147732,'get','','','$name','','','mixed','get','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184687,147732,'getDefinition','','','','','','array','get-definition','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184688,147732,'__construct','','','$definition = array()','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184689,147732,'count','','','','','','integer','count','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184690,147732,'enumValue','','','$index, $field','','','mixed','enum-value','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184691,147732,'enumIndex','','','$field, $value','','','mixed','enum-index','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184692,147732,'getEnumValues','','','$field','','','array','get-enum-values','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184693,147732,'getIterator','','','','','','ArrayIterator','get-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184694,147732,'set','','','$name, $value','','','mixed','set','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184695,147733,'compile','\n method for making a single file of most used doctrine runtime components\n including the compiled file instead of multiple files (in worst cases\n dozens of files) can improve performance by an order of magnitude\n','','$target = null, $includedDrivers = array()','throws\n Doctrine_Compiler_Exception if something went wrong during the compile operation','returns\n Path the compiled file was written to','$target','compile','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184696,147734,'getAttributeValueFromString','','Will get the value for an attribute by the string name Example: ->getAttributeFromString('portability', 'all') will return Doctrine::PORTABILITY_ALL','$stringAttributeName, $stringAttributeValueName','','','','get-attribute-value-from-string','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184697,147734,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184698,147734,'setParam','','','$name, $value, $namespace = null','','','','set-param','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184699,147734,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-record-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184700,147734,'getParams','','','$namespace = null','','','','get-params','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184701,147734,'getAttributes','getAttributes returns all attributes as an array','','','','','array','get-attributes','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184702,147734,'getImpl','getImpl returns the implementation for given class','','$template','','returns\n name of the concrete implementation','string','get-impl','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184703,147734,'hasImpl','','','$template','','','','has-impl','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184704,147734,'getParam','','','$name, $namespace = null','','','','get-param','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184705,147734,'getAttributeFromString','','Will accept the name of an attribute and return the attribute value Example: ->getAttributeFromString('portability') will be converted to Doctrine::ATTR_PORTABILITY and returned','$stringAttributeName','','','','get-attribute-from-string','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184706,147734,'getParent','getParent returns the parent of this component','','','','','','get-parent','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184707,147734,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','get-attribute','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184708,147734,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns\n this object','','set-impl','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184709,147734,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-record-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184710,147734,'setParent','\n sets a parent for this configurable component the parent must be\n configurable component itself\n','','(\n \n ) $component','','','','set-parent','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184711,147734,'getRecordListener','getListener','','','','','','get-record-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184712,147734,'getListener','','','','','','','get-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184713,147734,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184714,147734,'getParamNamespaces','','','','','','','get-param-namespaces','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184715,147734,'setAttribute','setAttribute sets a given attribute','- \n
\nif null is given as a key a new record is created and attached
\n','$attribute, $value','throws\n Doctrine_Exception if the value is invalid','','','set-attribute','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184716,147734,'setEventListener','','','(Doctrine_EventListener) $listener','','','','set-event-listener','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184717,147735,'incrementQueryCount','','','','','','','increment-query-count','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184718,147735,'getTables','returns an array of all initialized tables','','','','','array','get-tables','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184719,147735,'getDriverName','','Gets the name of the instance driver','','','','','get-driver-name','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184720,147735,'update','Updates table row(s) with specified data','','(\n \n ) $table, $fields, $identifier, $values','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','update','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184721,147735,'fetchArray','','','$statement, $params = array()','','','array','fetch-array','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184722,147735,'getDbh','returns the database handler of which this connection uses','','','','returns\n the database handler','PDO','get-dbh','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184723,147735,'getOption','','Retrieves option','$option','','','','get-option','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184724,147735,'exec','','','$query, $params = array()','','','','exec','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184725,147735,'getName','getName returns the name of this driver','','','','returns\n the name of this driver','string','get-name','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184726,147735,'getTmpConnection','','Create a temporary connection to the database with the user credentials. This is so the user can make a connection to a db server. Some dbms allow connections with no database, but some do not. In that case we have a table which is always guaranteed to','$info','','','','get-tmp-connection','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184727,147735,'beginInternalTransaction','','','$savepoint = null','','','','begin-internal-transaction','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184728,147735,'getCacheDriver','','','','','','','get-cache-driver','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184729,147735,'clear','clear clears all repositories','','','','','','clear','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184730,147735,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetch-column','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184731,147735,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184732,147735,'createQuery','Creates a new Doctrine_Query object that operates on this connection.','','','','','','create-query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184733,147735,'fetchBoth','','','$statement, $params = array()','','','array','fetch-both','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184734,147735,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184735,147735,'delete','deletes table row(s) matching the specified identifier','','(\n \n ) $table, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n The number of affected rows','integer','delete','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184736,147735,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184737,147735,'select','\n queries the database with limit and offset added to the query and returns\n a Doctrine_Connection_Statement object\n','','$query, $limit, $offset','','','','select','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184738,147735,'setName','','Sets the name of the connection','$name','','','','set-name','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184739,147735,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the database handle\n','','','','','array','error-info','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184740,147735,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','get-available-drivers','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184741,147735,'getOptions','','Get array of all options','','','','','get-options','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184742,147735,'dropDatabase','','Issue drop database command for this instance of Doctrine_Connection','','','returns\n Returns Doctrine_Exception or success string','mixed','drop-database','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184743,147735,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184744,147735,'rethrowException','','','$e, $invoker','throws\n Doctrine_Connection_Exception','','','rethrow-exception','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184745,147735,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184746,147735,'getTransactionLevel','get the current transaction nesting level','','','','','integer','get-transaction-level','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184747,147735,'__toString','returns a string representation of this object','','','','','string','to-string','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184748,147735,'query','\n query queries the database using Doctrine Query Language returns a\n collection of Doctrine_Record objects\n','\nsetAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>\n','$query, $params = array(), $hydrationMode = null','','returns\n Collection of Doctrine_Record objects','','query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184749,147735,'fetchRow','','','$statement, $params = array()','','','array','fetch-row','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184750,147735,'close','close closes the connection','','','','','','close','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184751,147735,'__get','__get lazy loads given module and returns it','','$name','throws\n Doctrine_Connection_Exception if trying to get an unknown module','returns\n connection module','','get','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184752,147735,'supports','','','$feature','','returns\n whether or not this drivers supports given feature','boolean','supports','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184753,147735,'driverName','converts given driver name','','$name','','','','driver-name','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184754,147735,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n database handle\n','','','','','integer','error-code','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184755,147735,'standaloneQuery','','','$query, $params = array()','','','','standalone-query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184756,147735,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184757,147735,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetch-one','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184758,147735,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184759,147735,'getManager','returns the manager that created this connection','','','','','','get-manager','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184760,147735,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184761,147735,'getTable','returns a table object for given component name','','$name','','','','get-table','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184762,147735,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184763,147735,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','get-attribute','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184764,147735,'addTable','addTable adds a Doctrine_Table object into connection registry','','(\n \n ) $table','','','boolean','add-table','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184765,147735,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','set-date-format','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184766,147735,'count','returns the count of initialized table objects','','','','','integer','count','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184767,147735,'execute','','','$query, $params = array()','','','','execute','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184768,147735,'insert','Inserts a table row with specified data.','','(\n \n ) $table, $fields, $values','','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','insert','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184769,147735,'connect','connect connects into database','','','','','boolean','connect','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184770,147735,'modifyLimitQuery','','Some dbms require specific functionality for this. Check the other connection adapters for examples','$query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-query','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184771,147735,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','(\n \n ) $table, $fields, $keys','throws\n Doctrine_Connection_Exception if this driver doesn't support replace','','','replace','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184772,147735,'setOption','','Set option value','$option, $value','','','','set-option','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184773,147735,'getIterator','returns an iterator that iterators through all initialized table objects','\nquery(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>\n','','','returns\n SPL ArrayIterator object','ArrayIterator','get-iterator','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184774,147735,'prepare','','','$statement','','','','prepare','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184775,147735,'getQueryCacheDriver','','','','','','','get-query-cache-driver','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184776,147735,'flush','\n flush saves all the records from all tables this operation is isolated\n using a transaction\n','','','throws\n PDOException if something went wrong at database level','','','flush','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184777,147735,'fetchAssoc','','','$statement, $params = array()','','','array','fetch-assoc','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184778,147735,'createDatabase','','Issue create database command for this instance of Doctrine_Connection','','','returns\n Returns Doctrine_Exception or success string','mixed','create-database','2008-07-25 07:40:56','2008-07-25 07:40:56'),(1184779,147735,'queryOne','\n query queries the database using Doctrine Query Language and returns the\n first record found\n','\n $table) {\n print $table; // get a string representation of each table object\n }]]>\n\nqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>\nAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184854,147755,'getConnection','getConnection returns the connection object this statement uses','','','','','','get-connection','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184855,147755,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184856,147755,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184857,147755,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184858,147755,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184859,147756,'update','updates given record','','(\n \n ) $record','','returns\n whether or not the update was successful','boolean','update','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184860,147756,'saveAll','saveAll persists all the pending records from all tables','','','throws\n PDOException if something went wrong at database level','','','save-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184861,147756,'processSingleInsert','','','(\n \n ) $record','','','','process-single-insert','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184862,147756,'deleteComposites','\n deletes all related composites this method is always called internally\n when a record is deleted\n','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','delete-composites','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184863,147756,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','(\n \n ) $record','throws\n Doctrine_Connection_Exception if something went wrong at database level','','','save-associations','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184864,147756,'deleteRecord','','','(\n \n ) $record','','','','delete-record','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184865,147756,'delete','\n deletes given record and all the related composites this operation is\n isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $record','','returns\n true on success, false on failure','boolean','delete','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184866,147756,'saveGraph','saves the given record','','(\n \n ) $record','','','','save-graph','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184867,147756,'save','saves the given record','','(\n \n ) $record','','','','save','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184868,147756,'deleteMultiple','deleteMultiple deletes all records from the pending delete list','','$records','','','','delete-multiple','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184869,147756,'insert','inserts a record into database','','(\n \n ) $record','','','boolean','insert','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184870,147756,'formatDataSet','','','(\n \n ) $record','','','','format-data-set','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184871,147756,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns\n an array of component names in flushing order','array','build-flush-tree','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184872,147756,'saveRelated','saveRelated saves all related records to $record','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','save-related','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184873,147757,'getFormats','','Get array of available formats','','','','','get-formats','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184874,147757,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array()','','','','import-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184875,147757,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','(\n \n ) $record, $fieldName, $Doctrine_Record','','','','is-relation','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184876,147757,'getModels','','Get the array of specified models to work with','','','','','get-models','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184877,147757,'setModels','','Set the array of specified models to work with','$models','','','','set-models','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184878,147757,'getFormat','','Get the current format we are working with','','','','','get-format','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184879,147757,'setFormat','','Set the current format we are working with','$format','','','','set-format','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184880,147757,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','export-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184881,147757,'getDirectory','','Get directory for dumping/loading data from and to','','','','','get-directory','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184882,147757,'importDummyData','','Interface for importing dummy data to models','$num = 3, $models = array()','','','','import-dummy-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184883,147757,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','set-directory','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184884,147757,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184885,147757,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','export-individual-files','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184886,147758,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dump-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184887,147758,'__construct','constructor','','$directory','','','','construct','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184888,147758,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','prepare-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184889,147758,'doExport','','','','','','','do-export','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184890,147759,'doImportDummyData','','','$num = 3','','','','do-import-dummy-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184891,147759,'_loadData','','','$array','','','','load-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184892,147759,'doImport','','','','','','','do-import','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184893,147759,'_getImportedObject','','','$rowKey','throws\n Doctrine_Data_Exception','','','get-imported-object','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184894,147759,'_buildRows','','','$className, $data','','','','build-rows','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184895,147759,'populateDummyRecord','','','(\n \n ) $record','','','','populate-dummy-record','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184896,147759,'__construct','constructor','','$directory = null','','','','construct','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184897,147759,'_processRow','','','$rowKey, $row','','','','process-row','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184898,147759,'_loadNestedSetData','','','$model, $nestedSetData, $parent = null','','','','load-nested-set-data','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184899,147759,'_buildNestedSetRows','','','$className, $data','','','','build-nested-set-rows','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184900,147760,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns\n containing all changes that will need to be applied','array','compare-definition','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184901,147760,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184902,147761,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184903,147761,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184904,147761,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184905,147761,'getPortableDeclaration','\n Maps a native array description of a field to a Doctrine datatype and\n length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184906,147762,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184907,147763,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184908,147763,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184909,147764,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184910,147764,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184911,147764,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184912,147764,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184913,147764,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184914,147765,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184915,147765,'getPortableDeclaration','\n Maps a native array description of a field to a doctrine datatype and\n length\n','','$field','throws\n Doctrine_DataDict_Oracle_Exception','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184916,147766,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184917,147766,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184918,147766,'getPortableDeclaration','\n Maps a native array description of a field to a portable Doctrine datatype\n and length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184919,147766,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184920,147767,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184921,147767,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184922,147767,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184923,147768,'getName','','','','','','','get-name','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184924,147768,'getDefaultLength','','','','','','','get-default-length','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184925,147768,'__construct','','','','','','','construct','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184926,147769,'getName','getName returns the name of this event','','','','returns\n the name of this event','string','get-name','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184927,147769,'getCode','','','','','returns\n returns the code associated with this event','integer','get-code','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184928,147769,'getParams','getParams returns the parameters of the query','','','','returns\n parameters of the query','array','get-params','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184929,147769,'start','start starts the internal timer of this event','','','','returns\n this object','','start','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184930,147769,'__get','getOption returns the value of an option','','$option','','','mixed','get','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184931,147769,'getQuery','','','','','returns\n returns the query associated with this event (if any)','string','get-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184932,147769,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184933,147769,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns\n Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','get-invoker','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184934,147769,'end','end ends the internal timer of this event','','','','returns\n this object','','end','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184935,147769,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns\n this object','','set','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184936,147769,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','has-ended','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184937,147769,'getElapsedSecs','\n Get the elapsed time (in microseconds) that the event ran. If the event\n has not yet ended, return false.\n','','','','','mixed','get-elapsed-secs','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184938,147769,'__set','setOption sets the value of an option','','$option, $value','','returns\n this object','','set','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184939,147769,'skipOperation','\n skipOperation skips the next operation an alias for\n __set('skipOperation', true)\n','','','','returns\n this object','','skip-operation','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184940,147770,'postSavepointRollback','','','(\n \n ) $event','','','','post-savepoint-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184941,147770,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184942,147770,'postClose','','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184943,147770,'postSavepointCommit','','','(\n \n ) $event','','','','post-savepoint-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184944,147770,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184945,147770,'preSavepointRollback','','','(\n \n ) $event','','','','pre-savepoint-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184946,147770,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184947,147770,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184948,147770,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184949,147770,'preSavepointCreate','','','(\n \n ) $event','','','','pre-savepoint-create','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184950,147770,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184951,147770,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184952,147770,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184953,147770,'onCollectionDelete','','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184954,147770,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184955,147770,'postSavepointCreate','','','(\n \n ) $event','','','','post-savepoint-create','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184956,147770,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184957,147770,'preClose','','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184958,147770,'preSavepointCommit','','','(\n \n ) $event','','','','pre-savepoint-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184959,147770,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184960,147770,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184961,147770,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184962,147770,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184963,147770,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184964,147770,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184965,147770,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184966,147770,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184967,147770,'onOpen','','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184968,147770,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184969,147770,'onPreCollectionDelete','','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184970,147770,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184971,147770,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184972,147770,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184973,147771,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184974,147771,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','(\n \n ) $record','','','','on-sleep','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184975,147771,'postTransactionRollback','\n onTransactionRollback an event invoked after a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184976,147771,'postClose','postClose an event invoked after Doctrine_Connection is closed','','(\n \n ) $event','','','','post-close','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184977,147771,'preTransactionBegin','\n onTransactionBegin an event invoked before a Doctrine_Connection\n transaction is being started\n','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184978,147771,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184979,147771,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184980,147771,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184981,147771,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184982,147771,'preTransactionCommit','\n onPreTransactionCommit an event invoked before a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184983,147771,'onPreLoad','\n onPreLoad an event invoked when Doctrine_Record is being loaded from\n database but not yet initialized\n','','(\n \n ) $record','','','','on-pre-load','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184984,147771,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184985,147771,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184986,147771,'onCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-collection-delete','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184987,147771,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184988,147771,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','(\n \n ) $record','','','','on-load','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184989,147771,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184990,147771,'preClose','preClose an event invoked before Doctrine_Connection is closed','','(\n \n ) $event','','','','pre-close','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184991,147771,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184992,147771,'postTransactionBegin','\n onTransactionBegin an event invoked after a Doctrine_Connection\n transaction has been started\n','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184993,147771,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184994,147771,'preTransactionRollback','\n onPreTransactionRollback an event invoked before a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184995,147771,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184996,147771,'set','','','$key, (\n \n ) $listener','','','','set','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184997,147771,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','(\n \n ) $record','','','','on-wake-up','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184998,147771,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1184999,147771,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185000,147771,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185001,147771,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','(\n \n ) $connection','','','','on-open','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185002,147771,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185003,147771,'onPreCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185004,147771,'postTransactionCommit','\n onTransactionCommit an event invoked after a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185005,147771,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185006,147771,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185007,147772,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185008,147772,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185009,147772,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185010,147772,'postExec','','','(\n \n ) $event','','','','post-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185011,147772,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185012,147772,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185013,147772,'preError','','','(\n \n ) $event','','','','pre-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185014,147772,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185015,147772,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185016,147772,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185017,147772,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185018,147772,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185019,147772,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185020,147772,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185021,147772,'postError','','','(\n \n ) $event','','','','post-error','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185022,147772,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185023,147772,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185024,147772,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185025,147772,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185026,147772,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185027,147772,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185028,147772,'postQuery','','','(\n \n ) $event','','','','post-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185029,147773,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message','string','error-message','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185030,147774,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-schema','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185031,147774,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185032,147774,'exportGeneratorsSql','exportGeneratorsSql exports plugin tables for given table','','(\n \n ) $table','','returns\n an array of sql strings','array','export-generators-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185033,147774,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','create-constraint-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185034,147774,'dropSequence','\n dropSequenceSql drop existing sequence (this method is implemented by the\n drivers)\n','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185035,147774,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','create-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185036,147774,'getDeclaration','\n Obtain DBMS specific SQL code portion needed to declare a generic type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185037,147774,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','create-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185038,147774,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185039,147774,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185040,147774,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185041,147774,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185042,147774,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185043,147774,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185044,147774,'dropIndex','drop existing index','','$table, $name','','','','drop-index','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185045,147774,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185046,147774,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185047,147774,'alterTableSql','\n generates the sql for altering an existing table (this method is\n implemented by the drivers)\n','','$name, $changes, $check = false','','','string','alter-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185048,147774,'exportTable','\n exportTable exports given table into database based on column and option\n definitions\n','','(\n \n ) $table','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185049,147774,'getForeignKeyBaseDeclaration','\n getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\n to set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','','string','get-foreign-key-base-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185050,147774,'createForeignKeySql','','','$table, $definition','','','string','create-foreign-key-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185051,147774,'getCheckDeclaration','\n Obtain DBMS specific SQL code portion needed to set a CHECK constraint\n declaration to be used in statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set a CHECK constraint','string','get-check-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185052,147774,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','FIXME: This function has ugly hacks in it to make sure sql is inserted in the correct order.','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185053,147774,'dropTable','dropTable drop an existing table','','$table','','','','drop-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185054,147774,'exportSql','\n exportSql returns the sql for exporting Doctrine_Record classes to a\n schema\n','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185055,147774,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws\n Doctrine_Exception_Exception if unknown referential action given','','','get-foreign-key-referential-action','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185056,147774,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185057,147774,'dropIndexSql','','','$table, $name','','returns\n SQL that is used for dropping an index','string','drop-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185058,147774,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','drop-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185059,147774,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','drop-constraint','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185060,147774,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','','create-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185061,147774,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185062,147774,'getUniqueFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint\n of a field declaration to be used in statements like CREATE TABLE.\n','','','','returns\n DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','get-unique-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185063,147774,'getForeignKeyDeclaration','\n getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\n set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','get-foreign-key-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185064,147774,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185065,147774,'dropForeignKey','drop existing foreign key','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185066,147774,'createSequenceSql','\n return RDBMS specific create sequence statement (this method is\n implemented by the drivers)\n','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185067,147774,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185068,147774,'getAllGenerators','fetches all generators recursively for given table','','(\n \n ) $table','','returns\n an array of Doctrine_Record_Generator objects','array','get-all-generators','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185069,147774,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','create-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185070,147774,'createForeignKey','','','$table, $definition','','','string','create-foreign-key','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185071,147774,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','get-field-declaration-list','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185072,147774,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185073,147774,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','create-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185074,147774,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185075,147775,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185076,147775,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185077,147775,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','check-supported-changes','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185078,147775,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185079,147775,'dropSequenceSql','drop existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185080,147775,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185081,147775,'dropTable','drop an existing table','','$name','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185082,147775,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185083,147775,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185084,147775,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185085,147775,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185086,147775,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185087,147775,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','make-autoincrement','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185088,147776,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185089,147776,'dropSequenceSql','drop existing sequence','','$seqName','','','string','drop-sequence-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185090,147776,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185091,147776,'dropIndexSql','drop existing index','','$table, $name','','','boolean','drop-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185092,147776,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','drop-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185093,147776,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','create-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185094,147776,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185095,147777,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185096,147777,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','drop-sequence-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185097,147777,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185098,147777,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185099,147777,'getTemporaryTableQuery','Override the parent method.','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185100,147777,'createDatabase','create a new database','','$name','','','','create-database','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185101,147778,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185102,147778,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185103,147778,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185104,147778,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185105,147778,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185106,147778,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185107,147778,'dropIndexSql','drop existing index','','$table, $name','','','','drop-index-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185108,147778,'dropTableSql','dropTable','','$table','throws\n PDOException','','','drop-table-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185109,147778,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185110,147778,'dropForeignKey','','','$table, $name','','','','drop-foreign-key','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185111,147778,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition, $charset','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185112,147778,'createDatabaseSql','','','$name','','','','create-database-sql','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185113,147778,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:58','2008-07-25 07:40:58'),(1185114,147779,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185115,147779,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185116,147779,'dropDatabase','drop an existing database','','$name, $this->conn','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-database','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185117,147779,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','drop-sequence-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185118,147779,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185119,147779,'dropTable','drop an existing table','','$name','','','','drop-table','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185120,147779,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185121,147779,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185122,147779,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185123,147779,'createDatabase','create a new database','','$name, $db','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','create-database','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185124,147779,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185125,147779,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','make-autoincrement','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185126,147780,'dropDatabaseSql','drop an existing database','','$name','throws\n PDOException','','','drop-database-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185127,147780,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','create-table-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185128,147780,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185129,147780,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','drop-sequence-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185130,147780,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','alter-table-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185131,147780,'alterTable','alter an existing table','','$name, $changes, $check = false','throws\n Doctrine_Connection_Exception','','boolean','alter-table','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185132,147780,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185133,147780,'createDatabaseSql','','','$name','','','','create-database-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185134,147781,'pop','','','','','','','pop','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185135,147781,'add','','','$code, $message','','','','add','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185136,147781,'getIterator','','','','','','','get-iterator','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185137,147782,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns\n of data in the specified format','string','export-schema','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185138,147782,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','build-schema','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185139,147783,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185140,147783,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185141,147783,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185142,147783,'dropDatabase','','drop an existing database','$databaseFile','throws\n Doctrine_Export_Exception if something failed during the removal of the database file','','','drop-database','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185143,147783,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','drop-sequence-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185144,147783,'alterTableSql','','','$name, $changes, $check = false','','','','alter-table-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185145,147783,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185146,147783,'createDatabase','','Create sqlite database file','$databaseFile','','','','create-database','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185147,147783,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185148,147784,'parseExpression','','','$expr','','','','parse-expression','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185149,147784,'setExpression','','','$clause','','','','set-expression','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185150,147784,'__toString','','','','','','','to-string','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185151,147784,'parseClause','','','$clause','','returns\n The parse clause','string','parse-clause','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185152,147784,'__construct','Create an expression','','$expr, (Doctrine_Connection) $conn = null','','','','construct','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185153,147784,'getSql','','','','','returns\n The expression','string','get-sql','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185154,147784,'getConnection','','','','','returns\n The connection','','get-connection','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185155,147785,'pi','','','','','','','pi','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185156,147785,'upper','\n upper Returns the string $str with all characters changed to uppercase\n according to the current character set mapping.\n','','$str','','','string','upper','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185157,147785,'avg','Returns the average value of a column','','$column','','returns\n generated sql including an AVG aggregate function','string','avg','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185158,147785,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185159,147785,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns\n an expression','string','add','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185160,147785,'between','\n Returns SQL that checks if an expression evaluates to a value between two\n values.\n','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns\n logical expression','string','between','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185161,147785,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185162,147785,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185163,147785,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185164,147785,'trim','\n trim returns the string $str with leading and proceeding space characters\n removed\n','','$str','','','string','trim','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185165,147785,'cos','','','$value','','','','cos','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185166,147785,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185167,147785,'not','Returns the SQL for a logical not.','Example:\n','$expression','','returns\n a logical expression','string','not','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185168,147785,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nexpr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','mul','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185169,147785,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185170,147785,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185171,147785,'neq','Returns the SQL to check if two values are unequal.','Example:\n','$value1, $value2','','returns\n logical expression','string','neq','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185172,147785,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns\n logical expression','string','in','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185173,147785,'mod','\n Returns the remainder of the division operation $expression1 /\n $expression2.\n','','$expression1, $expression2','','','string','mod','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185174,147785,'now','Returns the current system date.','','','','','string','now','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185175,147785,'sum','Returns the total sum of a column','','$column','','','string','sum','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185176,147785,'isNull','Returns SQL that checks if a expression is null.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>\n','$expression','','returns\n logical expression','string','is-null','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185177,147785,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','sub','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185178,147785,'lte','\n Returns the SQL to check if one value is less than or equal to another\n value.\n','Example:\n','$value1, $value2','','returns\n logical expression','string','lte','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185179,147785,'sin','','','$value','','','','sin','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185180,147785,'gte','\n Returns the SQL to check if one value is greater than or equal to another\n value.\n','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gte','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185181,147785,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns\n generated sql including a COUNT aggregate function','string','count','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185182,147785,'getIdentifiers','','','$columns','','','','get-identifiers','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185183,147785,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185184,147785,'max','Returns the highest value of a column','','$column','','returns\n generated sql including a MAX aggregate function','string','max','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185185,147785,'eq','Returns the SQL to check if two values are equal.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','eq','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185186,147785,'getIdentifier','','','$column','','','','get-identifier','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185187,147785,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185188,147785,'lt','Returns the SQL to check if one value is less than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','lt','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185189,147785,'gt','Returns the SQL to check if one value is greater than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gt','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185190,147785,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'','$args','','returns\n an expression','string','div','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185191,147785,'lower','\n lower Returns the string $str with all characters changed to lowercase\n according to the current character set mapping.\n','','$str','','','string','lower','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185192,147785,'isNotNull','Returns SQL that checks if a expression is not null.','Example:\n','$expression','','returns\n logical expression','string','is-not-null','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185193,147785,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185194,147785,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185195,147785,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185196,147785,'locate','\n locate returns the position of the first occurrence of substring $substr\n in string $str\n','','$str, $substr','','','integer','locate','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185197,147785,'min','Returns the lowest value of a column','','$column','','','string','min','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185198,147786,'patternEscapeString','build string to define escape pattern string','','','','returns\n define escape pattern','string','pattern-escape-string','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185199,147786,'functionTable','return string for internal table used when calling only a function','','','','returns\n for internal table used when calling only a function','string','function-table','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185200,147787,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns\n to call a function to get a substring','string','substring','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185201,147787,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>\n\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185202,147787,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185203,147787,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns\n to concatenate two strings','string','concat','2008-07-25 07:40:59','2008-07-25 07:40:59'),(1185204,147788,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185205,147788,'regexp','returns the regular expression operator','','','','','string','regexp','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185206,147788,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185207,147788,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185208,147789,'random','','','','','returns\n an oracle SQL string that generates a float between 0 and 1','string','random','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185209,147789,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185210,147789,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n
\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185211,147789,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185212,147789,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185213,147790,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185214,147790,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185215,147790,'regexp','','','','','returns\n the regular expression operator','string','regexp','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185216,147790,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n string to generate float between 0 and 1','return','random','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185217,147790,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185218,147790,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns\n sql that extracts part of a string.','string','substring','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185219,147790,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185220,147790,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185221,147790,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185222,147790,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185223,147791,'rtrimImpl','','','$str','','','','rtrim-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185224,147791,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','mod-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185225,147791,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185226,147791,'locateImpl','\n locate returns the position of the first occurrence of substring $substr\n in string $str that SQLite's locate() function receives\n','','$substr, $str','','','string','locate-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185227,147791,'sha1Impl','','','$str','','','','sha1-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185228,147791,'regexp','returns the regular expression operator','','','','','string','regexp','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185229,147791,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185230,147791,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185231,147791,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement There are three special variables for current date and time.\n','','$type = 'timestamp'','','returns\n sqlite function as string','string','now','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185232,147791,'trimImpl','','','$str','','','','trim-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185233,147791,'ltrimImpl','','','$str','','','','ltrim-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185234,147791,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185235,147791,'concatImpl','\n Returns a concatenation of the data that SQLite's concat() function\n receives.\n','','','','','string','concat-impl','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185236,147792,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185237,147792,'get','','','$name, $load = true','','','','get','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185238,147792,'setUp','','','','','','','set-up','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185239,147793,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185240,147793,'setUp','','','','','','','set-up','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185241,147794,'getIndexName','adds index name formatting to a index name','','$idx','','returns\n formatted index name','string','get-index-name','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185242,147794,'fixIndexName','\n Removes any formatting in an index name using the\n 'idxname_format' option\n','','$idx','','returns\n name of the index with possible formatting removed','string','fix-index-name','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185243,147794,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185244,147794,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns\n formatted sequence name','string','get-sequence-name','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185245,147794,'getTableName','adds table name formatting to a table name','','$table','','returns\n formatted table name','string','get-table-name','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185246,147794,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns\n quoted string','string','escape-pattern','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185247,147794,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185248,147794,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185249,147794,'fixSequenceName','\n Removes any formatting in an sequence name using the\n 'seqname_format' option\n','','$sqn','','returns\n name of the sequence with possible formatting removed','string','fix-sequence-name','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185250,147795,'setFieldParser','','','$field, (string|object) $parser','','','','set-field-parser','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185251,147795,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns\n whether or not the hooking was','boolean','hook-where','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185252,147795,'hookLimit','set the hook limit','','$limit','','','','hook-limit','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185253,147795,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns\n whether or not the hooking was successful','boolean','hook-orderby','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185254,147795,'getQuery','','','','','returns\n returns the query object associated with this hook','','get-query','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185255,147795,'__construct','','','(Doctrine_Query) $query','','','','construct','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185256,147795,'hookOffset','set the hook offset','','$offset','','','','hook-offset','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185257,147795,'setTypeParser','','','$type, (string|object) $parser','','','','set-type-parser','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185258,147796,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185259,147797,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185260,147798,'getParams','getParams returns the parameters associated with this parser','','','','','array','get-params','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185261,147798,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185262,147798,'getCondition','','','','','','','get-condition','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185263,147799,'parseSingle','','','$alias, $field, $value','','','','parse-single','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185264,147799,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185265,147799,'parseClause','','','$alias, $field, $value','','','','parse-clause','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185266,147799,'__construct','Constructor.','','','','','','construct','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185267,147800,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185268,147801,'_getCustomIndexField','Gets the custom field used for indexing for the specified component alias.','','$alias','','returns\n The field name of the field used for indexing or NULL if the component does not use any custom field indices.','string','get-custom-index-field','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185269,147801,'hydrateResultSet','hydrateResultSet parses the data returned by statement object','This is method defines the core of Doctrine's object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases, $hydrationMode = null, $aliasMap','','','array','hydrate-result-set','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185270,147801,'_setLastElement','','sets the last element of given data array / collection as previous element','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','set-last-element','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185271,147801,'_gatherRowData','\n Puts the fields of a data row into a new array, grouped by the component\n they belong to. The column names in the result set are mapped to their\n field names during this procedure.\n','','[[[amp]]]$data, [[[amp]]]$cache, [[[amp]]]$id, [[[amp]]]$nonemptyComponents','','returns\n An array with all the fields (name => value) of the data row, grouped by their component (alias).','array','gather-row-data','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185272,147802,'hydrateResultSet','parseData parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases, $hydrationMode = null','','','array','hydrate-result-set','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185273,147802,'setHydrationMode','Sets the fetchmode.','','$hydrationMode, $fetchmode','','','','set-hydration-mode','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185274,147802,'__construct','constructor','','(Doctrine_Connection|null) $connection','','','','construct','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185275,147802,'setQueryComponents','setAliasMap sets the whole component alias map','','$queryComponents, $map','','returns\n this object','Doctrine_Hydrate','set-query-components','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185276,147802,'getQueryComponents','getAliasMap returns the component alias map','','','','returns\n component alias map','array','get-query-components','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185277,147803,'initRelated','','','[[[amp]]]$data, $name','','','','init-related','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185278,147803,'getNullPointer','','','','','','','get-null-pointer','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185279,147803,'isIdentifiable','','','$data, (\n \n ) $table','','','','is-identifiable','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185280,147803,'getLastKey','','','[[[amp]]]$data','','','','get-last-key','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185281,147803,'getElementCollection','','','$component','','','','get-element-collection','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185282,147803,'registerCollection','','','$coll','','','','register-collection','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185283,147803,'flush','','','','','','','flush','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185284,147803,'getElement','','','$data, $component','','','','get-element','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185285,147804,'initRelated','','','$record, $name','','','','init-related','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185286,147804,'getNullPointer','\n isIdentifiable returns whether or not a given data row is identifiable (it\n contains all primary key fields specified in the second argument)\n','','$row, (Doctrine_Table) $table','','','boolean','get-null-pointer','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185287,147804,'getLastKey','','','$coll','','','','get-last-key','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185288,147804,'getElementCollection','','','$component','','','','get-element-collection','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185289,147804,'registerCollection','','','(\n \n ) $coll','','','','register-collection','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185290,147804,'flush','','','','','','','flush','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185291,147804,'_getClassnameToReturn','\n Get the classname to return. Most often this is just the\n options&[apos;name']\n','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','[[[amp]]]$data, $component','','returns\n The name of the class to create','string','get-classname-to-return','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185292,147804,'getElement','','','$data, $component','','','','get-element','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185293,147805,'setTableDefinition','buildDefinition','','$Doctrine_Table','','','','set-table-definition','2008-07-25 07:41:00','2008-07-25 07:41:00'),(1185294,147805,'__construct','','','$options','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185295,147805,'buildRelation','','','','','','','build-relation','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185296,147806,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185297,147806,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185298,147806,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185299,147806,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185300,147806,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185301,147806,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185302,147806,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185303,147806,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns\n the names of the imported classes','array','import-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185304,147806,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185305,147806,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185306,147806,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185307,147806,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185308,147806,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185309,147807,'setSuffix','','','$suffix','','','','set-suffix','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185310,147807,'buildAttributes','','','$attributes, $array','','','','build-attributes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185311,147807,'buildDefinition','','','$definition','','','string','build-definition','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185312,147807,'buildActAs','','','$actAs, $array','','','','build-act-as','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185313,147807,'setTargetPath','','','$path','','','','set-target-path','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185314,147807,'setBaseClassPrefix','','','$prefix','','','','set-base-class-prefix','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185315,147807,'setPackagesPrefix','setPackagePath','','$packagesPrefix','','','','set-packages-prefix','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185316,147807,'setBaseClassesDirectory','','','$baseClassesDirectory','','','','set-base-classes-directory','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185317,147807,'setOptions','','','$options','','','','set-options','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185318,147807,'varExport','','Special function for var_export() The normal code which is returned is malformed and does not follow Doctrine standards So we do some string replacing to clean it up','$var','','','','var-export','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185319,147807,'writeDefinition','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','write-definition','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185320,147807,'buildIndexes','','','$indexes, $array','','','','build-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185321,147807,'setBaseClassName','','','$className','','','','set-base-class-name','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185322,147807,'writeTableDefinition','','','$className, $path, $options = array()','','','','write-table-definition','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185323,147807,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185324,147807,'buildSetUp','','','$definition, $options, $columns, $relations','','','string','build-set-up','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185325,147807,'buildAccessors','','','$definition','','','','build-accessors','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185326,147807,'__construct','','','','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185327,147807,'getTargetPath','','','','','returns\n the path where imported files are being generated','string','get-target-path','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185328,147807,'buildTableDefinition','','','$definition','','','','build-table-definition','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185329,147807,'buildColumns','','','$columns, $array','','','','build-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185330,147807,'buildTemplates','','','$templates, $array','','','','build-templates','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185331,147807,'setPackagesPath','','','$packagesPath','','','','set-packages-path','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185332,147807,'setOption','','','$key, $value','','','','set-option','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185333,147807,'buildRecord','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','build-record','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185334,147807,'getBaseClassPrefix','','','','','','','get-base-class-prefix','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185335,147807,'buildOptions','buildTableOptions','','$options, $array','','','','build-options','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185336,147807,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','','generate-base-classes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185337,147808,'listTableViews','list the views in the database that reference a given table','','$table','','returns\n data array containing all views for given table','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185338,147808,'listTableColumns','list all fields in a tables in the current database','','$table','','returns\n data array on success, a MDB2 error on failure','mixed','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185339,147808,'listViews','list the views in the database','','$database = null','','returns\n data array containing all database views','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185340,147808,'listUsers','list all users','','','','returns\n data array containing all database users','array','list-users','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185341,147808,'listTables','list all tables in the current database','','$database = null','','returns\n data array','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185342,147808,'listFunctions','list all functions in the current database','','','','returns\n data array containing all availible functions','array','list-functions','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185343,147808,'listTableTriggers','\n This function will be called to get all triggers of the current database\n ($this->conn->getDatabase())\n','','$table','','returns\n data array containing all triggers for given table','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185344,147809,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185345,147809,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185346,147809,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185347,147809,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185348,147809,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185349,147809,'listTriggers','lists all triggers','','$database = null','','','array','list-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185350,147809,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185351,147809,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185352,147810,'listTableForeignKeys','lists table foreign keys','','$table','','','array','list-table-foreign-keys','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185353,147810,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185354,147810,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185355,147810,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185356,147810,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185357,147810,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185358,147810,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185359,147811,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185360,147811,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185361,147811,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185362,147811,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185363,147811,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185364,147811,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185365,147811,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185366,147811,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185367,147811,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185368,147811,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185369,147811,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185370,147811,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185371,147812,'listTableViews','list the views in the database that reference a given table','','$table','','','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185372,147812,'listTableIndexes','list all indexes in a table','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185373,147812,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185374,147812,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185375,147812,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185376,147812,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185377,147812,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185378,147813,'getOption','','','$name','','','','get-option','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185379,147813,'getOptions','','','','','','','get-options','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185380,147813,'_processInheritance','','Perform some processing on inheritance. Sets the default type and sets some default values for certain types','$array','','','','process-inheritance','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185381,147813,'setOptions','','','$options','','','','set-options','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185382,147813,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','import-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185383,147813,'buildSchema','','Loop throug directories of schema files and parse them all in to one complete array of schema information','$schema, $format','','','array','build-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185384,147813,'_fixDuplicateRelations','','Ensure the relations for each class are unique and that no duplicated relations exist from the auto generated relations and the user explicitely defining the opposite end','','','','','fix-duplicate-relations','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185385,147813,'setOption','','','$name, $value','','','','set-option','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185386,147813,'_autoCompleteOppositeRelations','fixRelationships','Loop through all relationships building the opposite ends of each relationship and make sure no duplicate relations exist','','','','','auto-complete-opposite-relations','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185387,147813,'_validateSchemaElement','','','$name, $element, $value','','','','validate-schema-element','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185388,147813,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','build-relationships','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185389,147813,'getValidators','','Retrieve the array of available validators','','','','array','get-validators','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185390,147813,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns\n Built array of schema information','array','parse-schema','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185391,147813,'_buildUniqueRelationKey','','Build a unique key to identify a relationship by Md5 hash of all the relationship parameters','$relation','','','','build-unique-relation-key','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185392,147814,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185393,147814,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185394,147814,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185395,147814,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185396,147814,'listDatabases','lists all databases','','','','','array','list-databases','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185397,147814,'listUsers','lists database users','','','','','array','list-users','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185398,147814,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185399,147814,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185400,147814,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185401,147814,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185402,147814,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185403,147814,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185404,147815,'variablize','','','$word','','','','variablize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185405,147815,'classify','','','$word','','','','classify','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185406,147815,'seemsUtf8','','By bmorel at ssi dot fr','$string, $str','','','','seems-utf8','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185407,147815,'underscore','','','$word','','','','underscore','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185408,147815,'urlize','','','$text','','','','urlize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185409,147815,'classifyCallback','','Callback function to classify a classname properly.','$matches','','returns\n A string with matches 1 and mathces 3 in upper case.','string','classify-callback','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185410,147815,'unaccent','','','$string','','','','unaccent','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185411,147815,'tableize','','','$name','','','','tableize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185412,147815,'singularize','','','$word','','returns\n Singular noun.','string','singularize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185413,147815,'pluralize','','','$word','','returns\n Plural noun','string','pluralize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185414,147815,'camelize','','','$word','','','','camelize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185415,147816,'buildIntegrityRelations','','','(\n \n ) $table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components, $aliases, $fields, $indexes, $components','','','','build-integrity-relations','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185416,147816,'processDeleteIntegrity','','','(\n \n ) $record','','','','process-delete-integrity','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185417,147816,'invokeIntegrityActions','','','(\n \n ) $record','','','','invoke-integrity-actions','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185418,147816,'buildIntegrityRelationQuery','','','(\n \n ) $record','','returns\n The result','array','build-integrity-relation-query','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185419,147817,'getTableAsString','','returns a string representation of Doctrine_Table object','(\n \n ) $table','','','string','get-table-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185420,147817,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','make-directories','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185421,147817,'stringToArray','','','$string','','','','string-to-array','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185422,147817,'getCollectionAsString','','returns a string representation of Doctrine_Collection object','(\n \n ) $collection','','','string','get-collection-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185423,147817,'getConnectionAsString','','returns a string representation of Doctrine_Connection object','(\n \n ) $connection','','','string','get-connection-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185424,147817,'copyDirectory','','','$source, $dest','','','','copy-directory','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185425,147817,'formatSql','','','$sql','','returns\n the formated sql','string','format-sql','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185426,147817,'isValidClassName','','checks for valid class name (uses camel case and underscores)','$className, $classname','','','boolean','is-valid-class-name','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185427,147817,'getRecordStateAsString','','','$state','','returns\n string representation of given state','string','get-record-state-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185428,147817,'literalize','Finds the type of the passed value, returns the value as the new type.','','$value, $quoted = false','','','mixed','literalize','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185429,147817,'getConnectionStateAsString','','returns a given connection state as string','$state','','','','get-connection-state-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185430,147817,'removeDirectories','','','$folderPath','','','','remove-directories','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185431,147817,'getValidators','','Get available doctrine validators','','','','array','get-validators','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185432,147817,'arrayDeepMerge','','','','','','','array-deep-merge','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185433,147817,'getRecordAsString','','returns a string representation of Doctrine_Record object','(\n \n ) $record','','','string','get-record-as-string','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185434,147818,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','(\n \n ) $conn','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185435,147818,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws\n Doctrine_Locking_Exception If the release process failed due to database errors','returns\n The number of locks that have been released','integer','release-aged-locks','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185436,147818,'getLockOwner','\n Gets the identifier that identifies the owner of the lock on the given\n record.\n','','(Doctrine_Record) $lockedRecord','','returns\n The unique user identifier that identifies the owner of the lock.','mixed','get-lock-owner','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185437,147818,'releaseLock','\n Releases a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the release procedure failed due to database errors','returns\n TRUE if a lock was released, FALSE if no lock was released','boolean','release-lock','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185438,147818,'getLock','\n Obtains a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the locking failed due to database errors','returns\n TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','get-lock','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185439,147819,'__destruct','Class destructor. Shutdown log writers','','','','','','destruct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185440,147819,'__call','Undefined method handler allows a shortcut:','$log->priorityName('message') instead of $log->log('message', Doctrine_Log::PRIORITY_NAME)','$method, $params','throws\n Doctrine_Log_Exception','','','call','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185441,147819,'addPriority','Add a custom priority','','$name, $priority','throws\n Doctrine_Log_InvalidArgumentException','','','add-priority','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185442,147819,'log','Log a message at a priority','','$message, $priority','throws\n Doctrine_Log_Exception','','','log','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185443,147819,'addWriter','\n Add a writer. A writer is responsible for taking a log message and\n writing it out to storage.\n','','(Doctrine_Log_Writer_Abstract) $writer','','','','add-writer','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185444,147819,'__construct','Class constructor. Create a new logger','','(Doctrine_Log_Writer_Abstract|null) $writer = null','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185445,147819,'setEventItem','Set an extra item to pass to the log writers.','','($name) $name, ($value) $value','','','','set-event-item','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185446,147819,'addFilter','Add a filter that will be applied before all log writers.','Before a message will be received by any of the writers, it must be accepted by all filters added with this method.','(Doctrine_Log_Filter_Interface) $filter','','','','add-filter','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185447,147820,'accept','Returns TRUE to accept the message, FALSE to block it.','','$event','','returns\n accepted?','boolean','accept','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185448,147821,'__construct','Filter out any log messages not matching $regexp.','','$regexp','throws\n Doctrine_Log_Exception','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185449,147821,'accept','Returns TRUE to accept the message, FALSE to block it.','','$event','','returns\n accepted?','boolean','accept','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185450,147822,'__construct','\n Filter logging by $priority. By default, it will accept any log event\n whose priority value is less than or equal to $priority.\n','','$priority, $operator = '<='','throws\n Doctrine_Log_Exception','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185451,147822,'accept','Returns TRUE to accept the message, FALSE to block it.','','$event','','returns\n accepted?','boolean','accept','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185452,147823,'suppress','This is a simple boolean filter.','Call suppress(true) to suppress all log events. Call suppress(false) to accept all log events.','$suppress','','','','suppress','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185453,147823,'accept','Returns TRUE to accept the message, FALSE to block it.','','$event','','returns\n accepted?','boolean','accept','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185454,147824,'format','Formats data into a single line to be written by the writer.','','$event','','returns\n formatted line to write to the log','string','format','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185455,147825,'__construct','Class constructor','','(null|string) $format = null','throws\n Doctrine_Log_Exception','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185456,147825,'format','Formats data into a single line to be written by the writer.','','$event','','returns\n formatted line to write to the log','string','format','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185457,147826,'__construct','Class constructor','','$rootElement = 'logEntry', $elementMap = null','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185458,147826,'format','Formats data into a single line to be written by the writer.','','$event','','returns\n formatted line to write to the log','string','format','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185459,147827,'setFormatter','Set a new formatter for this writer','','(Doctrine_Log_Formatter_Interface) $formatter','','','','set-formatter','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185460,147827,'shutdown','Perform shutdown activites such as closing open resources','','','','','','shutdown','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185461,147827,'write','Log a message to this writer.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185462,147827,'_write','Write a message to the log.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185463,147827,'addFilter','Add a filter specific to this writer.','','(Doctrine_Log_Filter_Interface) $filter','','','','add-filter','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185464,147828,'setFormatter','Formatting is not possible on this writer','','$formatter','','','','set-formatter','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185465,147828,'shutdown','Remove reference to database adapter','','','','','','shutdown','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185466,147828,'_write','Write a message to the log.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185467,147828,'__construct','Class constructor','','$table, $columnMap = null, (Doctrine_Db_Adapter) $db','','','','construct','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185468,147829,'shutdown','Record shutdown','','','','','','shutdown','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185469,147829,'_write','Write a message to the log.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185470,147830,'_write','Write a message to the log.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185471,147831,'shutdown','Close the stream resource.','','','','','','shutdown','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185472,147831,'_write','Write a message to the log.','','$event','','','','write','2008-07-25 07:41:01','2008-07-25 07:41:01'),(1185473,147831,'__construct','Class Constructor','','(streamOrUrl) $streamOrUrl, (mode) $mode = 'a'','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185474,147832,'connection','','if the adapter parameter is set this method acts as a short cut for Doctrine_Manager::getInstance()->openConnection($adapter, $name);\nif the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurre','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws\n Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185475,147832,'getConnectionForComponent','','','$componentName','','','','get-connection-for-component','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185476,147832,'bindComponent','','binds given component to given connection this means that when ever the given component uses a connection it will be using the bound connection instead of the current connection','$componentName, $connectionName','','','boolean','bind-component','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185477,147832,'hasConnectionForComponent','','','$componentName = null','','','boolean','has-connection-for-component','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185478,147832,'find','\n fetch fetches data using the provided queryKey and the associated query\n in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','find','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185479,147832,'getInstance','\n getInstance returns an instance of this class (this class uses the\n singleton pattern)\n','','','','','','get-instance','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185480,147832,'createDatabases','','Creates databases for connections','$specifiedConnections = array()','','','','create-databases','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185481,147832,'__toString','__toString returns a string representation of this object','','','','','string','to-string','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185482,147832,'contains','contains whether or not the manager contains specified connection','','$key','','','boolean','contains','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185483,147832,'table','\n table this is the same as Doctrine_Connection::getTable() except that it\n works seamlessly in multi-server/connection environment\n','','$componentName','','','','table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185484,147832,'setComponentAlias','\n sets an alias for given component name very useful when building a large\n framework with a possibility to override any given class\n','','$componentName, $alias','','','','set-component-alias','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185485,147832,'getCurrentConnection','getCurrentConnection returns the current connection','','','throws\n Doctrine_Connection_Exception if there are no open connections','','','get-current-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185486,147832,'setQueryRegistry','setQueryRegistry sets the query registry','','(\n \n ) $registry','','returns\n this object','','set-query-registry','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185487,147832,'openConnection','\n openConnection opens a new connection and saves it to\n Doctrine_Manager->connections\n','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws\n Doctrine_Manager_Exception if trying to open connection for unknown driver','','','open-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185488,147832,'getTable','\n getTable this is the same as Doctrine_Connection::getTable() except that\n it works seamlessly in multi-server/connection environment\n','','$componentName','','','','get-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185489,147832,'getRoot','returns the root directory of Doctrine','','','','','string','get-root','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185490,147832,'buildDsnPartsArray','','','$dsn','','','array','build-dsn-parts-array','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185491,147832,'count','count returns the number of opened connections','','','','','integer','count','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185492,147832,'getConnections','getConnections returns all opened connections','','','','','array','get-connections','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185493,147832,'getComponentAlias','','retrieves the alias for given component name if the alias couldn't be found, this method returns the given component name','$componentName','','returns\n the component alias','string','get-component-alias','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185494,147832,'findOne','\n fetchOne fetches data using the provided queryKey and the associated\n query in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','find-one','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185495,147832,'dropDatabases','','Drops databases for connections','$specifiedConnections = array()','','','','drop-databases','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185496,147832,'setDefaultAttributes','setDefaultAttributes sets default attributes','','','','','boolean','set-default-attributes','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185497,147832,'getConnectionName','','','(\n \n ) $conn','','returns\n the name of the connection','string','get-connection-name','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185498,147832,'getIterator','getIterator returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','get-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185499,147832,'getConnection','','','$name, $index','throws\n Doctrine_Manager_Exception if trying to get a non-existent connection','','','get-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185500,147832,'setCurrentConnection','setCurrentConnection sets the current connection to $key','','$key','throws\n InvalidKeyException','','','set-current-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185501,147832,'getQueryRegistry','','lazy-initializes the query registry object and returns it','','','','','get-query-registry','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185502,147832,'parsePdoDsn','','','$dsn','','returns\n The array parsed','array','parse-pdo-dsn','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185503,147832,'closeConnection','closes the connection','','(\n \n ) $connection','','','','close-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185504,147832,'parseDsn','','','$dsn','','returns\n Parsed contents of DSN','array','parse-dsn','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185505,147833,'getNextVersion','','','','','','integer','get-next-version','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185506,147833,'addChange','','','$type, $change = array(), $array','','','','add-change','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185507,147833,'removeColumn','','','$tableName, $columnName','','','','remove-column','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185508,147833,'createMigrationTable','','Creates the migration table used to store the current version','','','','','create-migration-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185509,147833,'getMigrationClass','','Get instance of migration class for $num','$num','','','','get-migration-class','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185510,147833,'loadMigrationClasses','','Loads the migration classes for the directory specified by the constructor','','','','','load-migration-classes','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185511,147833,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185512,147833,'renameTable','','','$oldTableName, $newTableName','','','','rename-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185513,147833,'getTableName','','','','','','','get-table-name','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185514,147833,'createConstraint','','','$tableName, $constraintName, $definition','','','','create-constraint','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185515,147833,'renameColumn','','','$tableName, $oldColumnName, $newColumnName','','','','rename-column','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185516,147833,'dropTable','','','$tableName','','','','drop-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185517,147833,'getMigrationClasses','','','','','','','get-migration-classes','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185518,147833,'hasMigrated','','Returns true/false for whether or not this database has been migrated in the past','','','','','has-migrated','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185519,147833,'__construct','construct','Specify the path to the directory with the migration classes. The classes will be loaded and the migration table will be created if it does not already exist','$directory = null','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185520,147833,'getCurrentVersion','','Get the current version of the database','','','','','get-current-version','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185521,147833,'postUp','','','','','','','post-up','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185522,147833,'dropConstraint','','','$tableName, $constraintName, $primary = false','','','','drop-constraint','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185523,147833,'getLatestVersion','','Gets the latest possible version from the loaded migration classes','','','','','get-latest-version','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185524,147833,'preUp','','','','','','','pre-up','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185525,147833,'preDown','','','','','','','pre-down','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185526,147833,'addColumn','','','$tableName, $columnName, $type, $options = array(), $array','','','','add-column','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185527,147833,'postDown','','','','','','','post-down','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185528,147833,'dropForeignKey','','','$tableName, $fkName, $constraintName','','','','drop-foreign-key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185529,147833,'removeIndex','','','$tableName, $indexName','','','','remove-index','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185530,147833,'changeColumn','renameColumn','','$tableName, $columnName, $type, $options = array(), $array','','','','change-column','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185531,147833,'doMigrateStep','','Perform migration directory for the specified version. Loads migration classes and performs the migration then processes the changes','$direction, $num','','','','do-migrate-step','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185532,147833,'setCurrentVersion','','Sets the current version in the migration table','$number','','','','set-current-version','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185533,147833,'createForeignKey','','','$tableName, $definition, $constraintName','','','','create-foreign-key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185534,147833,'addIndex','','','$tableName, $indexName, $definition, $array','','','','add-index','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185535,147833,'loadMigrationClassesFromDirectory','','refactored out from loadMigrationClasses $param array An array of classes','','','','','load-migration-classes-from-directory','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185536,147833,'createTable','','','$tableName, $fields = array(), $options = array(), $array','','','','create-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185537,147833,'migrate','','Perform a migration chain by specifying the $from and $to. If you do not specify a $from or $to then it will attempt to migrate from the current version to the latest version','$to = null, $from','','','','migrate','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185538,147833,'doMigrate','','Perform migration for a migration class. Executes the up or down method then processes the changes','$direction','','','','do-migrate','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185539,147834,'buildCreateForeignKey','','','$tableName, $definition','','','','build-create-foreign-key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185540,147834,'buildDropForeignKey','','','$tableName, $definition','','','','build-drop-foreign-key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185541,147834,'generateMigrationsFromDb','','','','','','','generate-migrations-from-db','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185542,147834,'setMigrationsPath','','','$path','','','','set-migrations-path','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185543,147834,'buildDropTable','','','$tableData','','','string','build-drop-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185544,147834,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185545,147834,'generateMigrationsFromModels','','','$modelsPath = null, $modelLoading = null','','','','generate-migrations-from-models','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185546,147834,'__construct','','','$migrationsPath = null','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185547,147834,'buildMigrationClass','','','$className, $fileName = null, $options = array(), $up = null, $down = null','','','string','build-migration-class','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185548,147834,'getMigrationsPath','','','','','returns\n the path where migration classes are stored and being generated','string','get-migrations-path','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185549,147834,'generateMigrationClass','','','$className, $options = array(), $up = null, $down = null, $return = false','','','','generate-migration-class','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185550,147834,'buildCreateTable','','','$tableData','','','','build-create-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185551,147835,'processRemovedColumns','','','$columns','','','','process-removed-columns','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185552,147835,'processDroppedTables','','','$tables','','','','process-dropped-tables','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185553,147835,'processRenamedColumns','','','$columns','','','','process-renamed-columns','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185554,147835,'processAddedIndexes','processAddexIndexes','','$indexes','','','','process-added-indexes','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185555,147835,'processDroppedFks','','','$foreignKeys','','','','process-dropped-fks','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185556,147835,'processChangedColumns','','','$columns','','','','process-changed-columns','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185557,147835,'processCreatedTables','','','$tables','','','','process-created-tables','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185558,147835,'processCreatedFks','','','$foreignKeys','','','','process-created-fks','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185559,147835,'processAddedColumns','','','$columns','','','','process-added-columns','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185560,147835,'processCreatedConstraints','','','$constraints','','','','process-created-constraints','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185561,147835,'processRenamedTables','','','$tables','','','','process-renamed-tables','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185562,147835,'processDroppedConstraints','','','$constraints','','','','process-dropped-constraints','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185563,147835,'getConnection','','','$tableName','','','','get-connection','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185564,147835,'processRemovedIndexes','','','$indexes','','','','process-removed-indexes','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185565,147836,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185566,147836,'setIteratorType','sets node's iterator type','','$type','','','','set-iterator-type','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185567,147836,'getRecord','getter for record attribute','','','','returns\n of Doctrine_Record','object instance','get-record','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185568,147836,'setIteratorOptions','sets node's iterator options','','$options','','','','set-iterator-options','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185569,147836,'__construct','contructor, creates node with reference to record and any options','','(\n \n ) $record, $options','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185570,147836,'factory','factory method to return node instance based upon chosen implementation','','(\n \n ) $record, $implName, $options = array(), $impName','','returns\n instance of Doctrine_Node','object','factory','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185571,147836,'setRecord','setter for record attribute','','(\n \n ) $record','','','','set-record','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185572,147836,'getIterator','get iterator','','$type = null, $options = null','','','','get-iterator','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185573,147837,'getDescendants','gets descendants for node (direct descendants only)','','','','returns\n iterator to traverse descendants from node','iterator','get-descendants','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185574,147837,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185575,147837,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185576,147837,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185577,147837,'getAncestors','gets ancestors for node','','','','','','get-ancestors','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185578,147837,'hasParent','test if node has parent','','','','','bool','has-parent','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185579,147837,'delete','deletes node and it's descendants','','','','','','delete','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185580,147837,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185581,147837,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185582,147837,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185583,147837,'getChildren','gets children for node (direct descendants only)','','','','returns\n array of sibling Doctrine_Record objects','array','get-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185584,147837,'hasChildren','test if node has children','','','','','bool','has-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185585,147837,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185586,147837,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185587,147837,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185588,147837,'isRoot','determines if node is root','','','','','bool','is-root','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185589,147837,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185590,147837,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185591,147837,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185592,147837,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185593,147837,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeNode = false','','returns\n string representation of path','string','get-path','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185594,147837,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185595,147837,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185596,147837,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185597,147837,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185598,147837,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185599,147837,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185600,147837,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185601,147837,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185602,147837,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185603,147837,'insertAsLastChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185604,147837,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185605,147837,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185606,147837,'isValidNode','determines if node is valid','','','','','bool','is-valid-node','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185607,147838,'key','','','','','','','key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185608,147838,'rewind','','','','','','','rewind','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185609,147838,'current','','','','','','','current','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185610,147838,'valid','','','','','','','valid','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185611,147838,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185612,147838,'next','','','','','','','next','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185613,147839,'key','','','','','','','key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185614,147839,'rewind','','','','','','','rewind','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185615,147839,'current','','','','','','','current','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185616,147839,'valid','','','','','','','valid','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185617,147839,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185618,147839,'next','','','','','','','next','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185619,147840,'key','','','','','','','key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185620,147840,'rewind','','','','','','','rewind','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185621,147840,'current','','','','','','','current','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185622,147840,'valid','','','','','','','valid','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185623,147840,'__construct','','','$node, $opts','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185624,147840,'next','','','','','','','next','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185625,147841,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns\n The descendants of the node or FALSE if the node has no descendants.','mixed','get-descendants','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185626,147841,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185627,147841,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185628,147841,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185629,147841,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns\n The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','get-ancestors','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185630,147841,'hasParent','test if node has parent','','','','','bool','has-parent','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185631,147841,'delete','deletes node and it's descendants','','','','','','delete','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185632,147841,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185633,147841,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185634,147841,'setLeftValue','sets record's left value','','$lft','','','','set-left-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185635,147841,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185636,147841,'getChildren','gets children for node (direct descendants only)','','','','returns\n The children of the node or FALSE if the node has no children.','mixed','get-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185637,147841,'hasChildren','test if node has children','','','','','bool','has-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185638,147841,'detach','\n Detaches the node from the tree by invalidating it's lft & rgt\n values (they're set to 0).\n','','','','','','detach','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185639,147841,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185640,147841,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185641,147841,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185642,147841,'isRoot','determines if node is root','','','','','bool','is-root','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185643,147841,'getLeftValue','gets record's left value','','','','','int','get-left-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185644,147841,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185645,147841,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185646,147841,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185647,147841,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185648,147841,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns\n string representation of path','string','get-path','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185649,147841,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185650,147841,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185651,147841,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185652,147841,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185653,147841,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185654,147841,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','make-root','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185655,147841,'setRootValue','sets records root id value','','$value','','','','set-root-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185656,147841,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185657,147841,'setRightValue','sets record's right value','','$rgt','','','','set-right-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185658,147841,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185659,147841,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185660,147841,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185661,147841,'getRootValue','get records root id value','','','','','','get-root-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185662,147841,'insertAsLastChildOf','inserts node as last child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185663,147841,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185664,147841,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185665,147841,'isValidNode','determines if node is valid','','$record = null','','','bool','is-valid-node','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185666,147841,'getRightValue','gets record's right value','','','','','int','get-right-value','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185667,147842,'key','returns the current key','','','','','integer','key','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185668,147842,'rewind','rewinds the iterator','','','','','','rewind','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185669,147842,'current','returns the current record','','','','','','current','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185670,147842,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185671,147842,'__construct','','','$record, $opts','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185672,147842,'count','','','','','','','count','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185673,147842,'next','advances the internal pointer','','','','','','next','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185674,147843,'__toString','','','','','','','to-string','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185675,147843,'exists','','','','','','','exists','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185676,147844,'__call','__call method overloader','','$m, $a','','returns\n anything','mixed','call','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185677,147845,'getNumResults','','Returns the number of results found','','','returns\n the number of results found','int','get-num-results','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185678,147845,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjust-offset','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185679,147845,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns\n true if it is necessary to paginate, false otherwise','bool','have-to-paginate','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185680,147845,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','set-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185681,147845,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns\n maximum number of itens per page','int','get-max-per-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185682,147845,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns\n Pager was executed','boolen','get-executed','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185683,147845,'getFirstPage','','Returns the first page','','','returns\n first page','int','get-first-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185684,147845,'getLastPage','','Returns the last page (total of pages)','','','returns\n last page (total of pages)','int','get-last-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185685,147845,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','set-count-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185686,147845,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns\n Doctrine_Query counter params','array','get-count-query-params','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185687,147845,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns\n Doctrine_Query object related to the pager','','get-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185688,147845,'__construct','','','$query, $page, $maxPerPage','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185689,147845,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','set-num-results','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185690,147845,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185691,147845,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = Doctrine::FETCH_RECORD','','returns\n The root collection','','execute','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185692,147845,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns\n Doctrine_Query object related to the pager','','get-count-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185693,147845,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','set-executed','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185694,147845,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','set-count-query-params','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185695,147845,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','set-last-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185696,147845,'getNextPage','','Returns the next page','','','returns\n next page','int','get-next-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185697,147845,'getPage','getLastPage','Returns the current page','','','returns\n current page','int','get-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185698,147845,'getResultsInPage','','Returns the number of itens in current page','','','returns\n Number of itens in current page','int','get-results-in-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185699,147845,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','set-max-per-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185700,147845,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','set-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185701,147845,'getPreviousPage','','Returns the previous page','','','returns\n previous page','int','get-previous-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185702,147846,'_parseReplacementsTemplate','_parseUrl','Parse the mask replacements of a given page','($options) $options = array()','','','string','parse-replacements-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185703,147846,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns\n Doctrine_Pager_Range subclass object related to the pager range','','get-pager-range','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185704,147846,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','set-selected-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185705,147846,'_parseUrlTemplate','','Parse the url mask to return the correct template depending of the options sent. Already process the mask replacements assigned.','($options) $options = array()','','','string','parse-url-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185706,147846,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','set-separator-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185707,147846,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','set-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185708,147846,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','add-mask-replacement','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185709,147846,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185710,147846,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns\n Separator template, applied between each page','string','get-separator-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185711,147846,'__toString','Simply calls display, and returns the output.','','','','','','to-string','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185712,147846,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','remove-mask-replacement','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185713,147846,'getUrlMask','','Returns the URL to be assigned for each page','','','returns\n URL to be assigned for each page','string','get-url-mask','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185714,147846,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','set-url-mask','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185715,147846,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns\n Processed template for the given page','string','process-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185716,147846,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185717,147846,'_parseTemplate','','Parse the template of a given page and return the processed template','$options = array()','','','string','parse-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185718,147846,'_parseMaskReplacements','','Parse the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parse-mask-replacements','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185719,147846,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','set-pager-range','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185720,147846,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = Doctrine::FETCH_RECORD','','returns\n The root collection','','execute','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185721,147846,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns\n Template to be applied for active page','string','get-selected-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185722,147846,'_parseUrl','','Parse the url mask of a given page and return the processed url','($options) $options = array()','','','string','parse-url','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185723,147846,'cleanMaskReplacements','','Remove all mask replacements','','','','','clean-mask-replacements','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185724,147846,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns\n Template to be applied for inactive pages','string','get-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185725,147846,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns\n If you would like to capture the output of Doctrine_Pager_Layout::display(), use the return parameter. If this parameter is set to TRUE, this method will return its output, instead of pr','mixed','display','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185726,147846,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','set-template','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185727,147847,'getOption','','Returns the custom Doctrine_Pager_Range implementation offset option','$option','','returns\n Custom Doctrine_Pager_Range implementation options','array','get-option','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185728,147847,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185729,147847,'isInRange','','Check if a given page is in the range','($page) $page','','','boolean','is-in-range','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185730,147847,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','set-options','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185731,147847,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns\n Custom Doctrine_Pager_Range implementation options','array','get-options','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185732,147847,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185733,147847,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185734,147847,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185735,147847,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','set-pager','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185736,147848,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185737,147848,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185738,147848,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185739,147848,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185740,147849,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185741,147849,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185742,147849,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185743,147849,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185744,147850,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185745,147850,'getParser','','Get instance of the specified parser','$type','','','','get-parser','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185746,147850,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185747,147850,'dumpData','','Override in the praser driver','$array, $path = null','','','','dump-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185748,147850,'loadData','','Override in the parser driver','$array','','','','load-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185749,147850,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','do-load','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185750,147850,'doDump','','','$data, $path = null','','','','do-dump','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185751,147851,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185752,147851,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns\n Array of json objects','array','load-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185753,147852,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dump-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185754,147852,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','load-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185755,147853,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns\n String of xml built from array','string','array-to-xml','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185756,147853,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dump-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185757,147853,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','prepare-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185758,147853,'loadData','','Load xml file and return array of data','$path','','returns\n Array of data converted from xml','array','load-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185759,147854,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185760,147854,'loadData','','Load and parse data from a yml file','$path','','returns\n Array of parsed yaml data','array','load-data','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185761,147855,'buildChildDefinitions','','','','','','','build-child-definitions','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185762,147855,'getOption','returns the value of an option','','($option) $name','','returns\n the value of the option','mixed','get-option','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185763,147855,'__isset','','','$option','','','','isset','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185764,147855,'buildForeignRelation','','','$alias = null','','','','build-foreign-relation','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185765,147855,'initOptions','\n empty template method for providing the concrete plugins the ability to\n initialize options before the actual definition is being built\n','','','','','','init-options','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185766,147855,'generateClass','','generates the class definition for plugin class','$definition = array(), $columns, $relations, $options','','','','generate-class','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185767,147855,'getOptions','','returns all options and their associated values','','','returns\n all options as an associative array','array','get-options','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185768,147855,'addChild','','Add child record generator','(\n \n ) $generator','','','','add-child','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185769,147855,'__get','__get an alias for getOption','','$option','','','','get','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185770,147855,'setOption','sets given value to an option','','($option) $name, ($value) $value','','returns\n this object','Doctrine_Plugin','set-option','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185771,147855,'buildForeignKeys','','generates foreign keys for the plugin table based on the owner table\nthe foreign keys generated by this method can be used for setting the relations between the owner and the plugin classes','(\n \n ) $table','','returns\n an array of foreign key definitions','array','build-foreign-keys','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185772,147855,'buildTable','','','','','','','build-table','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185773,147855,'buildRelation','','this method can be used for generating the relation from the plugin table to the owner table. By default buildForeignRelation() and buildLocalRelation() are called Those methods can be overridden or this entire method can be overridden','','','','','build-relation','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185774,147855,'initialize','','Initialize the plugin. Call in Doctrine_Template setTableDefinition() in order to initiate a generator in a template SEE: Doctrine_Template_I18n for an example','(\n \n ) $table','','','','initialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185775,147855,'buildLocalRelation','','','','','','','build-local-relation','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185776,147856,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','process-pending-subqueries','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185777,147856,'fetchArray','\n fetchArray Convenience method to execute using array fetching as hydration\n mode.\n','','$params = array()','','','array','fetch-array','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185778,147856,'_addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns\n this object','','add-pending-join-condition','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185779,147856,'getSqlAggregateAlias','','','$dqlAlias','','','string','get-sql-aggregate-alias','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185780,147856,'getEnumParams','getEnumParams get all enumerated parameters','','','','returns\n all enumerated parameters','array','get-enum-params','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185781,147856,'load','','','$path, $loadFields = true','','','','load','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185782,147856,'processPendingAggregates','\n processPendingAggregates processes pending aggregate values for given\n component alias\n','','','','','','process-pending-aggregates','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185783,147856,'getParams','','','','','','array','get-params','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185784,147856,'getDql','getDql returns the DQL query that is represented by this query object.','the query is built from $_dqlParts','','','returns\n the DQL query','string','get-dql','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185785,147856,'getSqlQuery','\n builds the sql query from the given parameters and applies things such as\n column aggregation inheritance and limit subqueries if needed\n','','$params = array()','','returns\n the built sql query','string','get-sql-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185786,147856,'copy','Copies a Doctrine_Query object.','','(\n \n ) $query = null','','returns\n Copy of the Doctrine_Query instance.','','copy','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185787,147856,'getAggregateAlias','','','$dqlAlias','','','string','get-aggregate-alias','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185788,147856,'parseSubquery','','','$subquery','','','','parse-subquery','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185789,147856,'serialize','\n serialize this method is automatically called when this Doctrine_Hydrate\n is serialized\n','','','','returns\n an array of serialized properties','array','serialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185790,147856,'parseDqlQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws\n Doctrine_Query_Exception if some generic parsing error occurs','','','parse-dql-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185791,147856,'getExpressionOwner','\n getExpressionOwner returns the component alias for owner of given\n expression\n','','$expr','','returns\n the component alias','string','get-expression-owner','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185792,147856,'addEnumParam','addEnumParam sets input parameter as an enumerated parameter','','$key, $table = null, $column = null','','','','add-enum-param','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185793,147856,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185794,147856,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','is-subquery','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185795,147856,'query','query query the database with DQL (Doctrine Query Language)','','$query, $params = array(), $hydrationMode = null','','','mixed','query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185796,147856,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns\n the limit subquery','string','get-limit-subquery','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185797,147856,'buildInheritanceJoinSql','','','$name, $componentAlias','','','','build-inheritance-join-sql','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185798,147856,'createSubquery','createSubquery creates a subquery','','','','','Doctrine_Hydrate','create-subquery','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185799,147856,'_buildSqlQueryBase','','returns the base of the generated sql query On mysql driver special strategy has to be used for DELETE statements (where is this special strategy??)','','','returns\n the base of the generated sql query','string','build-sql-query-base','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185800,147856,'parseFunctionExpression','','','$expr','','','','parse-function-expression','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185801,147856,'fetchOne','\n fetchOne Convenience method to execute the query and return the first item\n of the collection.\n','','$params = array(), $hydrationMode = null','','returns\n Array or Doctrine_Collection or false if no result.','mixed','fetch-one','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185802,147856,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\n
returns\n Doctrine_Record object on success, boolean false on failure','','query-one','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274152,158898,'getResultCacheDriver','','','','','','','get-result-cache-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274153,158898,'fetchAll','','','$statement, $params = array()','','','array','fetch-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274154,158898,'create','create creates a record','create creates a record','$name','','returns\n Doctrine_Record object','','create','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274155,158898,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','has-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274156,158898,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274157,158898,'evictTables','evictTables evicts all tables','','','','','','evict-tables','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274158,158899,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274159,158900,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n the modified query','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274160,158901,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274161,158901,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message, or false if the error code was not recognized','string','error-message','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274162,158901,'getPortableCode','getPortableCode returns portable error code','','','','returns\n portable error code','integer','get-portable-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274163,158901,'getPortableMessage','getPortableMessage returns portable error message','','','','returns\n portable error message','string','get-portable-message','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274164,158902,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274165,158902,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274166,158902,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n modified query','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274167,158903,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to errorInfo array\n and returns the modified array\n','the portable error code is added at the end of array','$errorInfo','','','array','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274168,158904,'quoteIdentifier','','','$identifier, $checkOption = false','','','','quote-identifier','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274169,158904,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274170,158905,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274171,158906,'getModuleName','getModuleName returns the name of this module','','','','returns\n the name of this module','string','get-module-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274172,158906,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274173,158906,'getConnection','getConnection returns the connection object this module uses','','','','','','get-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274174,158907,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns\n The value if the table exists or not','boolean','check-sequence','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274175,158907,'getServerVersion','return version information about the server','','$native = false','','returns\n array/string with version information or MDB2 error object','mixed','get-server-version','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274176,158907,'quoteIdentifier','\n quoteIdentifier Quote a string so it can be safely used as a table /\n column name\n','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns\n quoted identifier string','string','quote-identifier','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274177,158907,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274178,158907,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ borrowed from Zend Framework ]','$query, $limit = false, $offset = false, $isManip = false','','','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274179,158908,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274180,158909,'getDatabaseName','returns the name of the connected database','','','','','string','get-database-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274181,158909,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274182,158909,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274183,158909,'connect','\n Overrides connect Method, to add specific attributes PDO emulate prepares\n is required to avoid bugs on mysql < 5.1 when trying to prepare DROP\n DATABASE or CREATE DATABASE statements\n','','','','returns\n connected','boolean','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274184,158909,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','(\n \n ) $table, $fields, $keys','','returns\n the number of affected rows','integer','replace','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274185,158910,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274186,158911,'modifyLimitSubquery','\n Creates the SQL for Oracle that can be used in the subquery for the\n limit-subquery algorithm.\n','','(\n \n ) $rootTable, $query, $limit = false, $offset = false, $isManip = false','','','','modify-limit-subquery','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274187,158911,'__construct','','','(\n \n ) $manager, $adapter','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274188,158911,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','set-date-format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274189,158911,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns\n the modified query','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274190,158912,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274191,158913,'convertBooleans','\n convertBoolean some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274192,158913,'getServerVersion','return version information about the server','','$native = false','','returns\n an array or string with version information','array|string','get-server-version','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274193,158913,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274194,158913,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274195,158913,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns\n modified query','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274196,158914,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','the portable error code is added at the end of array','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274197,158915,'pop','pop the last event from the event stack','','','','','','pop','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274198,158915,'getAll','getAll returns all profiled events as an array','','','','returns\n all events in an array','array','get-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274199,158915,'__call','\n method overloader this method is used for invoking different listeners,\n for the full list of availible listeners, see Doctrine_EventListener\n','','$m, $a','','','boolean','call','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274200,158915,'get','','','$key','','','','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274201,158915,'__construct','constructor','','','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274202,158915,'lastEvent','\n Get the Doctrine_Event object for the last query that was run, regardless\n if it has ended or not. If the event has not ended, it's end time\n will be Null.\n','','','','','','last-event','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274203,158915,'count','','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274204,158915,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274205,158915,'setFilterQueryType','','','$filter','','','boolean','set-filter-query-type','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274206,158916,'dropDatabase','','','','','','','drop-database','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274207,158916,'__construct','the constructor','','(\n \n ) $manager, $adapter, (PDO) $pdo','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274208,158916,'connect','initializes database functions missing in sqlite','','','','','','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274209,158916,'createDatabase','','','','','','','create-database','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274210,158917,'processErrorInfo','\n This method checks if native error code/message can be converted into a\n portable code and then adds this portable error code to $portableCode\n field\n','','$errorInfo','','returns\n whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','process-error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274211,158918,'rowCount','\n rowCount rowCount() returns the number of rows affected by the last\n DELETE, INSERT, or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274212,158918,'closeCursor','\n closeCursor Closes the cursor, enabling the statement to be executed\n again.\n','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274213,158918,'fetchColumn','\n fetchColumn Returns a single column from the next row of a result set or\n FALSE if there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274214,158918,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the statement handle\n','','','','returns\n error info array','array','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274215,158918,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274216,158918,'getStatement','','','','','','','get-statement','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274217,158918,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274218,158918,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n statement handle\n','','','','returns\n error code string','string','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274219,158918,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274220,158918,'columnCount','columnCount Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274221,158918,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274222,158918,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274223,158918,'getQuery','','','','','','','get-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274224,158918,'__construct','constructor','','(\n \n ) $conn, $stmt','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274225,158918,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274226,158918,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274227,158918,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returns\n\n - \n
\nConverts all DQL functions to their native SQL equivalents
\n- \n
\nConverts all component references to their table alias equivalents
\n- \n
Conv','$clause','','returns\n SQL string','string','parse-clause','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185803,147856,'_buildSqlFromPart','_buildSqlFromPart builds the from part of the query and returns it','','','','returns\n the query sql from part','string','build-sql-from-part','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185804,147856,'parseIdentifierReference','','','$expr','','','','parse-identifier-reference','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185805,147856,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns\n the count of this query','integer','count','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185806,147856,'getDqlPart','getDqlPart returns a specific DQL query part.','','$queryPart','','returns\n the DQL query part','string','get-dql-part','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185807,147856,'preQuery','','Empty template method to provide Query subclasses with the possibility to hook into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','','','','','pre-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185808,147856,'loadRoot','','','$name, $componentAlias','','','','load-root','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185809,147856,'__clone','','','','','','','clone','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185810,147856,'processPendingFields','\n processPendingFields the fields in SELECT clause cannot be parsed until\n the components in FROM clause are parsed, hence this method is called\n everytime a specific component is being parsed.\n','','$componentAlias','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','process-pending-fields','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185811,147856,'free','\n Frees the resources used by the query object. It especially breaks a\n cyclic reference between the query object and it's parsers. This\n enables PHP's current GC to reclaim the memory.\n','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns\n this object','','free','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185812,147856,'reset','Resets the query to the state just after it has been instantiated.','','','','','','reset','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185813,147856,'setParams','','','$params = array()','','','','set-params','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185814,147856,'parseSelectField','','','$field','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','parse-select-field','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185815,147856,'parseSelect','\n parseSelect parses the query select part and adds selected fields to\n pendingFields array\n','','$dql','','','','parse-select','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185816,147856,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null','','','','create','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185817,147856,'unserialize','\n unseralize this method is automatically called everytime a\n Doctrine_Hydrate object is unserialized\n','','$serialized','','','','unserialize','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185818,147856,'postQuery','','Empty template method to provide Query subclasses with the possibility to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','','','','','post-query','2008-07-25 07:41:02','2008-07-25 07:41:02'),(1185819,147857,'generateSqlTableAlias','\n generateSqlTableAlias generates a table alias from given table name and\n associates it with given component alias\n','','$componentAlias, $tableName','','returns\n the generated table alias','string','generate-sql-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185820,147857,'update','update sets the UPDATE part of the query','','$update','','','','update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185821,147857,'getParts','Return the SQL parts.','','','','returns\n The parts','array','get-parts','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185822,147857,'hasAliasDeclaration','\n hasAliasDeclaration whether or not this object has a declaration for given\n component alias\n','','$componentAlias','','','boolean','has-alias-declaration','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185823,147857,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','add-order-by','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185824,147857,'expireQueryCache','','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-query-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185825,147857,'generateTableAlias','\n generateTableAlias generates a table alias from given table name and\n associates it with given component alias\n','','$componentAlias, $tableName','','returns\n the generated table alias','string','generate-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185826,147857,'getCacheDriver','getCacheDriver returns the cache driver associated with this object','','','','returns\n cache driver','','get-cache-driver','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185827,147857,'clear','clear resets all the variables','','','','','','clear','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185828,147857,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','is-limit-subquery-used','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185829,147857,'delete','delete sets the query type to DELETE','','','','','','delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185830,147857,'select','select sets the SELECT part of the query','','$select','','','','select','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185831,147857,'generateNewSqlTableAlias','generateNewSqlTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns\n the created table alias','string','generate-new-sql-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185832,147857,'distinct','distinct Makes the query SELECT DISTINCT.','','$flag = true','','','','distinct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185833,147857,'orderBy','orderBy sets the ORDER BY part of the query','','$orderby','','','','order-by','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185834,147857,'getSqlQuery','Gets the SQL query that corresponds to this query object.','The returned SQL syntax depends on the connection driver that is used by this query object at the time of this method call.','$params = array()','','','','get-sql-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185835,147857,'from','from sets the FROM part of the query','','$from','','','','from','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185836,147857,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','for-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185837,147857,'getSqlTableAlias','\n getSqlTableAlias some database such as Oracle need the identifier lengths\n to be < ~30 chars hence Doctrine creates as short identifier aliases as\n possible\n','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns\n the generated / fetched short alias','string','get-sql-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185838,147857,'useCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185839,147857,'getTableAliasMap','getTableAliasMap returns all table aliases','','','','returns\n table aliases as an array','array','get-table-alias-map','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185840,147857,'parseDqlQuery','parseDqlQuery parses a dql query','','$query','','returns\n this object','','parse-dql-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185841,147857,'expireResultCache','expireCache','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-result-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185842,147857,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','left-join','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185843,147857,'getAliasMap','','','','','','','get-alias-map','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185844,147857,'addHaving','addHaving adds conditions to the HAVING part of the query','','$having, $params = array()','','','','add-having','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185845,147857,'getType','','returns the type of this query object by default the type is Doctrine_Query_Abstract::SELECT but if update() or delete() are being called the type is Doctrine_Query_Abstract::UPDATE and Doctrine_Query_Abstract::DELETE, respectively','','','returns\n return the query type','integer','get-type','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185846,147857,'setQueryPart','setQueryPart sets a query part in the query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','set-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185847,147857,'convertEnums','convertEnums convert enum parameters to their integer equivalents','','$params','','returns\n converted parameter array','array','convert-enums','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185848,147857,'setHydrationMode','','','$hydrationMode','','','','set-hydration-mode','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185849,147857,'getTableAliases','getTableAliases returns all table aliases','','','','returns\n table aliases as an array','array','get-table-aliases','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185850,147857,'getSqlTableAliasSeed','getSqlTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns\n table alias seed','integer','get-sql-table-alias-seed','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185851,147857,'limit','limit sets the Query query limit','','$limit','','','','limit','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185852,147857,'getSqlParts','Return the SQL parts.','','','','returns\n The parts','array','get-sql-parts','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185853,147857,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','inner-join','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185854,147857,'hasTableAlias','hasTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns\n true if this object has given alias, otherwise false','boolean','has-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185855,147857,'setSqlQueryPart','setSqlQueryPart sets an SQL query part in the SQL query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','set-sql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185856,147857,'_addDqlQueryPart','Adds a DQL part to the internal parts collection.','','$queryPartName, $queryPart, $append = false','','','','add-dql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185857,147857,'getSqlQueryPart','getSqlQueryPart gets an SQL query part from the SQL query part array','','$part, $name','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','get-sql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185858,147857,'getQuery','','','$params = array()','','','','get-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185859,147857,'getQueryPart','getQueryPart gets a query part from the query part array','','$part, $name','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','','get-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185860,147857,'hasSqlTableAlias','hasSqlTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns\n true if this object has given alias, otherwise false','boolean','has-sql-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185861,147857,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','add-from','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185862,147857,'__construct','Constructor.','','(\n \n ) $connection = null, (\n \n ) $hydrator = null','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185863,147857,'useResultCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-result-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185864,147857,'getRoot','getRoot returns the root component for this object','','','','returns\n root components table','','get-root','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185865,147857,'_processDqlQueryPart','_processDqlQueryPart parses given query part','','$queryPartName, $queryParts','','returns\n this object','','process-dql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185866,147857,'_getParser','_getParser parser lazy-loader','','$name','throws\n Doctrine_Query_Exception if unknown parser name given','','','get-parser','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185867,147857,'getQueryComponent','getQueryComponent get the declaration for given component alias','','$componentAlias','','returns\n the alias declaration','array','get-query-component','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185868,147857,'addSqlTableAlias','\n addSqlTableAlias adds an SQL table alias and associates it a component\n alias\n','','$sqlTableAlias, $componentAlias, $tableAlias','','','','add-sql-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185869,147857,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns\n the root collection','','execute','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185870,147857,'getTableAlias','\n getTableAlias some database such as Oracle need the identifier lengths to\n be < ~30 chars hence Doctrine creates as short identifier aliases as\n possible\n','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns\n the generated / fetched short alias','string','get-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185871,147857,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185872,147857,'removeQueryPart','removeQueryPart removes a query part from the query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185873,147857,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$sqlTableAlias','','returns\n component alias','string','get-component-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185874,147857,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185875,147857,'setResultCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-result-cache-life-span','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185876,147857,'addSqlQueryPart','addSqlQueryPart adds an SQL query part to the SQL query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to add unknown query part','returns\n this object','Doctrine_Hydrate','add-sql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185877,147857,'setOption','','','$name, $value','','returns\n this object','','set-option','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185878,147857,'setCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-cache-life-span','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185879,147857,'removeSqlQueryPart','removeSqlQueryPart removes a query part from the query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-sql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185880,147857,'set','set sets the SET part of the query','','$key, $value, $params = null, $update','','','','set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185881,147857,'getView','getView returns the view associated with this query object (if any)','','','','returns\n the view associated with this query object','','get-view','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185882,147857,'getAliasDeclaration','getAliasDeclaration get the declaration for given component alias','','$componentAlias','','returns\n the alias declaration','array','get-alias-declaration','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185883,147857,'getSql','\n getSql shortcut for\n \n .\n ','','','','returns\n sql query string','string','get-sql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185884,147857,'getConnection','','','','','','','get-connection','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185885,147857,'addGroupBy','addGroupBy adds fields to the GROUP BY part of the query','','$groupby','','','','add-group-by','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185886,147857,'addQueryPart','addQueryPart adds a query part in the query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to add unknown query part','returns\n this object','Doctrine_Hydrate','add-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185887,147857,'offset','offset sets the Query query offset','','$offset','','','','offset','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185888,147857,'getQueryCacheDriver','getQueryCacheDriver returns the cache driver used for caching queries','','','','returns\n cache driver','','get-query-cache-driver','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185889,147857,'getTableAliasSeed','getTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns\n table alias seed','integer','get-table-alias-seed','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185890,147857,'removeDqlQueryPart','removeDqlQueryPart removes a dql query part from the dql query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-dql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185891,147857,'useQueryCache','','','(\n \n ) $driver, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-query-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185892,147857,'generateNewTableAlias','generateNewTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns\n the created table alias','string','generate-new-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185893,147857,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','get-root-declaration','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185894,147857,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$customComponent = null, $resultSet','','returns\n serialized string representation of this query','string','get-cached-form','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185895,147857,'_constructQueryFromCache','Constructs the query from the cached form.','','$cached','','returns\n The custom component that was cached together with the essential query data. This can be either a result set (result caching) or an SQL query string (query caching).','array','construct-query-from-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185896,147857,'setView','\n setView sets a database view this query object uses this method should\n only be called internally by doctrine\n','','(\n \n ) $view','','','','set-view','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185897,147857,'getResultCacheDriver','getResultCacheDriver returns the cache driver used for caching result sets','','','','returns\n cache driver','','get-result-cache-driver','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185898,147857,'whereNotIn','whereNotIn adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','where-not-in','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185899,147857,'_execute','','','$params','','returns\n The executed PDOStatement.','PDOStatement','execute','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185900,147857,'addTableAlias','\n addTableAlias adds an alias for table and associates it with given\n component alias\n','','$tableAlias, $componentAlias','','','Doctrine_Hydrate','add-table-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185901,147857,'parseQuery','','','$query','','','','parse-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185902,147857,'addWhere','addWhere adds conditions to the WHERE part of the query','','$where, $params = array()','','','','add-where','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185903,147857,'setQueryCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-query-cache-life-span','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185904,147857,'applyInheritance','applyInheritance applies column aggregation inheritance to DQL / SQL query','','','','','string','apply-inheritance','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185905,147857,'getQueryComponents','Gets the components of this query.','','','','','','get-query-components','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185906,147857,'addSelect','addSelect adds fields to the SELECT part of the query','','$select','','','','add-select','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185907,147857,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','group-by','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185908,147857,'copyAliases','copyAliases copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','(\n \n ) $query','','returns\n this object','Doctrine_Hydrate','copy-aliases','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185909,147857,'getRootAlias','getRootAlias returns the alias of the the root component','','','','','array','get-root-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185910,147857,'whereIn','whereIn adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','where-in','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185911,147857,'expireCache','','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-cache','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185912,147858,'parseSingle','','','$part','','','','parse-single','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185913,147858,'parseFunction','','','$dql','','','','parse-function','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185914,147858,'parse','','','$dql','','','string','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185915,147858,'parseClause','','','$dql, $alias, $field, $value','','','','parse-clause','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185916,147858,'getTable','getTable returns the table object associated with this object','','','','','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185917,147858,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185918,147858,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','get-sql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185919,147859,'parse','\n DQL CONDITION PARSER parses the join condition/where/having part of the\n query string\n','','$str','','','string','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185920,147859,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parse-literal-value','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185921,147860,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185922,147860,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185923,147861,'add','','','(\n \n ) $filter','','','','add','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185924,147861,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185925,147861,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185926,147861,'set','','','$key, (\n \n ) $listener','','','','set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185927,147861,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185928,147862,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185929,147862,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185930,147863,'parse','DQL FROM PARSER parses the FROM part of the query string','','$str','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185931,147864,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$str, $append = false','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185932,147865,'load','load returns the parsed query part','','$having','','','string','load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185933,147866,'load','','','$condition','','','','load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185934,147867,'parse','','','$limit','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185935,147868,'parse','','','$offset','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185936,147869,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$str, $append = false','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185937,147870,'getQuery','','','','','returns\n the query object associated with this parser','','get-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185938,147870,'__construct','','','(Doctrine_Query) $query, (\n \n ) $tokenizer = null','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185939,147871,'add','','','$key, $query','','','','add','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185940,147871,'get','','','$key, $namespace = null','','','','get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185941,147872,'parse','','','$dql','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185942,147873,'parse','','','$dql','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185943,147874,'bracketTrim','trims brackets','','$str, $e1 = '(', $e2 = ')'','','','','bracket-trim','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185944,147874,'tokenizeQuery','','splits the given dql query into an array where keys represent different query part names and values are arrays splitted using sqlExplode method\nexample:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: arr','$query','throws\n Doctrine_Query_Exception if some generic parsing error occurs','returns\n an array containing the query string parts','array','tokenize-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185945,147874,'quoteExplode','','example:\nparameters: $str = email LIKE 'John@example.com' $d = ' LIKE '\nwould return an array: array("email", "LIKE", "'John@example.com'")','$str, $d = ' '','','','','quote-explode','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185946,147874,'bracketExplode','','example:\nparameters: $str = (age < 20 AND age > 18) AND email LIKE 'John@example.com' $d = ' AND ' $e1 = '(' $e2 = ')'\nwould return an array: array("(age < 20 AND age >','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','','bracket-explode','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185947,147874,'sqlExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sql-explode','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185948,147874,'clauseExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d, $e1 = '(', $e2 = ')'','','','array','clause-explode','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185949,147875,'parseValue','','','$value, (\n \n ) $table = null, $field = null','','','','parse-value','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185950,147875,'load','','','$where','','','','load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185951,147875,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parse-exists','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185952,147876,'parseDqlQueryPart','\n parseDqlQueryPart parses given DQL query part. Overrides\n Doctrine_Query_Abstract::parseDqlQueryPart().\n','This implementation does no parsing at all, except of the SELECT portion of the query which is special in RawSql queries. The entire remaining parts are used "as is", so the user of the RawSql query is responsible for writing SQL that is porta','$queryPartName, $queryPart, $append = false','','returns\n this object','','parse-dql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185953,147876,'getSqlQuery','getSqlQuery builds the sql query.','','$params = array()','','returns\n the built sql query','string','get-sql-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185954,147876,'parseDqlQuery','parseDqlQuery parses an sql query and adds the parts to internal array.','Overrides Doctrine_Query_Abstract::parseDqlQuery(). This implementation simply tokenizes the provided query string and uses them as SQL parts right away.','$query','','returns\n this object','','parse-dql-query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185955,147876,'parseQueryPart','','','$queryPartName, $queryPart, $append = false','','','','parse-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185956,147876,'_addDqlQueryPart','\n Adds a DQL query part. Overrides\n Doctrine_Query_Abstract::_addDqlQueryPart().\n','This implementation for RawSql parses the new parts right away, generating the SQL.','$queryPartName, $queryPart, $append = false','','','','add-dql-query-part','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185957,147876,'getFields','getFields returns the fields associated with this parser','','','','returns\n all the fields associated with this parser','array','get-fields','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185958,147876,'addComponent','','','$tableAlias, $path, $componentName','','','','add-component','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185959,147877,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assign-default-values','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185960,147877,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','get-incremented','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185961,147877,'preSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','pre-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185962,147877,'loadReference','loadReference loads a related component','','$name','throws\n Doctrine_Table_Exception if trying to load an unknown related component','','','load-reference','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185963,147877,'mapValue','\n mapValue This simple method is used for mapping values to $values\n property.\n','Usually this method is used internally by Doctrine for the mapping of aggregate values.','$name, $value','','','','map-value','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185964,147877,'deleteNode','\n used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\n AS TREE\n','','','','','','delete-node','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185965,147877,'preDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','pre-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185966,147877,'state','state returns / assigns the state of this record','','(integer|string) $state = null','throws\n Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185967,147877,'load','load loads all the uninitialized properties from the database','','','','','boolean','load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185968,147877,'postUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','post-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185969,147877,'validateOnInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be inserted into the data store the first time.\n','','','','','','validate-on-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185970,147877,'coreSetRelated','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$name, $value','','','','core-set-related','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185971,147877,'getPrepared','','returns an array of modified fields and values with data preparation adds column aggregation inheritance and converts Records into primary key values','$array = array()','','','array','get-prepared','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185972,147877,'revert','\n revert reverts this record to given version, this method only works if\n versioning plugin is enabled\n','','$version','throws\n Doctrine_Record_Exception if given version does not exist','returns\n this object','','revert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185973,147877,'clearRelated','clearRelated unsets all the relationships this object has','(references to related objects still remain on Table objects)','','','','','clear-related','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185974,147877,'delete','\n deletes this data access object and all the related composites this\n operation is isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $conn = null','','returns\n true on success, false on failure','boolean','delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185975,147877,'refreshRelated','refresh refres data of related objects from the database','','$name = null','','returns\n this object','','refresh-related','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185976,147877,'__call','\n __call this method is a magic method that is being used for method\n overloading\n','the function of this method is to try to find given method from the templates this record is using and if it finds given method it will execute it\nSo, in sense, this method replicates the usage of mixins (as seen in some programming languages)','$method, $args','','returns\n the return value of the given method','mixed','call','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185977,147877,'identifier','returns the primary keys of this object','','','','','array','identifier','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185978,147877,'copy','copy returns a copy of this object','','$deep = false','','','','copy','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185979,147877,'obtainReference','','','$name','throws\n Doctrine_Record_Exception if trying to get an unknown related component','','','obtain-reference','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185980,147877,'refresh','refresh refresh internal data from the database','','$deep = false','throws\n Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185981,147877,'importFrom','','Import data from an external data source','$type, $data','','','','import-from','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185982,147877,'merge','','merges this record with an array of values or with another existing instance of this object','$data, $deep = true','','','','merge','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185983,147877,'getErrorStack','','','','','returns\n returns the errorStack associated with this record','','get-error-stack','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185984,147877,'serialize','\n serialize this method is automatically called when this Doctrine_Record is\n serialized\n','','','','','array','serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185985,147877,'hydrate','hydrate hydrates this object from given array','','$data','','','boolean','hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185986,147877,'hasReference','hasRefence','','$name','','','boolean','has-reference','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185987,147877,'__toString','returns a string representation of this object','','','','','','to-string','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185988,147877,'construct','\n construct Empty template method to provide concrete Record classes with\n the possibility to hook into the constructor procedure\n','','','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185989,147877,'contains','','','$fieldName, $name','','','boolean','contains','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185990,147877,'get','get returns a value of a property or a related component','','$fieldName, $load = true, $name','throws\n Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185991,147877,'save','\n applies the changes made to this object into database this method is smart\n enough to know if any changes are made and whether to use INSERT or UPDATE\n statement\n','this method also saves the related components','(\n \n ) $conn = null','','','','save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185992,147877,'validate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure, doing any custom /\n specialized validations that are neccessary.\n','','','','','','validate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185993,147877,'postSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','post-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185994,147877,'getReferences','','','','','returns\n all references','array','get-references','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185995,147877,'columnCount','alias for count()','','','','returns\n the number of columns in this record','integer','column-count','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185996,147877,'getLast','','this method is used internally be Doctrine_Query it is needed to provide compatibility between records and collections','','','','','get-last','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185997,147877,'getModified','returns an array of modified fields and associated values','','','','','array','get-modified','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185998,147877,'__unset','','','$name','','','','unset','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1185999,147877,'hasRelation','method for checking existence of properties and Doctrine_Record references','','$fieldName, $name','','','boolean','has-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186000,147877,'link','link creates links from this record to given records','','$alias, $ids','','returns\n this object','','link','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186001,147877,'preInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','pre-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186002,147877,'trySave','Tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','(\n \n ) $conn = null','','returns\n if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','try-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186003,147877,'unlink','\n unlink removes links from this record to given records if no ids are\n given, it removes all links\n','','$alias, $ids = array()','','returns\n this object','','unlink','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186004,147877,'getTable','getTable returns the table object for this record','','','','returns\n a Doctrine_Table object','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186005,147877,'unshiftFilter','','','(\n \n ) $filter','','','','unshift-filter','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186006,147877,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186007,147877,'getNode','getter for node assciated with this record','','','','returns\n if tree returns Doctrine_Node otherwise returns false','mixed','get-node','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186008,147877,'exists','exists returns true if this record is persistent, otherwise false','','','','','boolean','exists','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186009,147877,'getOid','getOid returns the object identifier','','','','','integer','get-oid','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186010,147877,'count','count this class implements countable interface','','','','returns\n the number of columns in this record','integer','count','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186011,147877,'getPendingDeletes','','','','','returns\n Array of Doctrine_Records instances which need to be deleted on save','array','get-pending-deletes','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186012,147877,'postInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','post-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186013,147877,'replace','','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.\nThe REPLACE type o','(\n \n ) $conn = null','throws\n Doctrine_Connection_Exception if some of the key values was null','returns\n number of rows affected','integer','replace','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186014,147877,'postUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186015,147877,'validateOnUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be updated.\n','','','','','','validate-on-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186016,147877,'setRelated','','','$alias, (\n \n ) $coll','','','','set-related','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186017,147877,'assignIdentifier','','','$id = false','','','','assign-identifier','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186018,147877,'getIterator','','','','','returns\n a Doctrine_Record_Iterator that iterates through the data','','get-iterator','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186019,147877,'set','\n set method for altering properties and Doctrine_Record references if the\n load parameter is set to false this method will not try to load\n uninitialized record data\n','','$fieldName, $value, $load = true, $name','throws\n Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186020,147877,'oid','','','','','','','oid','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186021,147877,'getData','getData return all the internal data','','','','returns\n an array containing all the properties','array','get-data','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186022,147877,'free','Helps freeing the memory occupied by the entity.','Cuts all references the entity has to other entities and removes the entity from the instance pool. Note: The entity is no longer useable after free() has been called. Any operations done with the entity afterwards can lead to unpredictable results.','$deep = false','','','','free','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186023,147877,'cleanData','\n cleanData leaves the $data array only with values whose key is a field\n inside this record and returns the values that were removed from $data.\n Also converts any values of 'null' to objects of type\n Doctrine_Null.\n','','[[[amp]]]$data, $data','','returns\n values cleaned from data','array','clean-data','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186024,147877,'exportTo','','','$type, $deep = true','','','','export-to','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186025,147877,'preUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186026,147877,'call','','','(string|array) $callback, $column, 2','','','','call','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186027,147877,'errorStack','errorStack assigns / returns record errorStack','','(Doctrine_Validator_ErrorStack) $stack = null','','returns\n returns the errorStack associated with this record','','error-stack','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186028,147877,'modifiedFields','REDUNDANT?','','','','','','modified-fields','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186029,147877,'_index','','','','','','integer','index','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186030,147877,'reference','','','$name','','','','reference','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186031,147877,'fromArray','','Import data from a php array','$array, $deep = true','','','','from-array','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186032,147877,'rawGet','\n rawGet returns the value of a property, if the property is not yet loaded\n this method does NOT load it\n','','($name) $fieldName','throws\n Doctrine_Record_Exception if trying to get an unknown property','','mixed','raw-get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186033,147877,'toString','','','','','','','to-string','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186034,147877,'postSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186035,147877,'toArray','toArray returns the record as an array','','$deep = true, $prefixKey = false','','','array','to-array','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186036,147877,'unserialize','\n unseralize this method is automatically called everytime a Doctrine_Record\n object is unserialized\n','','$serialized','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186037,147877,'setUp','\n setUp this method is used for setting up relations and attributes it\n should be implemented by child classes\n','','','','','','set-up','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186038,147877,'isModified','isModified returns true if this record was modified, otherwise false','','','','','boolean','is-modified','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186039,147877,'synchronizeWithArray','\n synchronizeWithArray synchronizes a Doctrine_Record and its relations with\n data from an array\n','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array','','','','synchronize-with-array','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186040,147877,'postDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','post-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186041,147877,'preUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','pre-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186042,147877,'preSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186043,147877,'isValid','','','','','returns\n whether or not this record is valid','boolean','is-valid','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186044,147878,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186045,147878,'ownsOne','DEPRECATED ALSO? - REMOVE SOON','ownsOne binds One-to-One composite relation','$componentName, $options','','returns\n this object','','owns-one','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186046,147878,'hasColumn','hasColumn sets a column definition','','$name, $type, $length = 2147483647, $options = ""','','','','has-column','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186047,147878,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','set-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186048,147878,'check','check adds a check constraint','','$constraint, $name = null','','returns\n this object','','check','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186049,147878,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186050,147878,'hasColumns','','','$definitions','','','','has-columns','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186051,147878,'loadGenerator','','','(\n \n ) $generator','','','','load-generator','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186052,147878,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186053,147878,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186054,147878,'loadTemplate','','','$template, $options = array()','','','','load-template','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186055,147878,'getTable','getTable returns the associated table object','','','','returns\n the associated table object','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186056,147878,'hasMany','hasMany binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns\n this object','','has-many','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186057,147878,'setSubclasses','','','$map','','','','set-subclasses','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186058,147878,'hasOne','hasOne binds One-to-One aggregate relation','','$componentName, $options','','returns\n this object','','has-one','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186059,147878,'setInheritanceMap','','','$map','','','','set-inheritance-map','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186060,147878,'getListener','','','','','','','get-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186061,147878,'actAs','actAs loads the given plugin','','$tpl, $options = array()','','','','act-as','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186062,147878,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','add-listener','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186063,147878,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186064,147878,'setUp','','','','','','','set-up','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186065,147878,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186066,147878,'ownsMany','DEPRECATED - REMOVE SOON','ownsMany binds One-to-Many / Many-to-Many composite relation','$componentName, $options','','returns\n this object','','owns-many','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186067,147878,'setAttribute','','','$attr, $value','','','','set-attribute','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186068,147879,'setTable','','','(\n \n ) $table','','','','set-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186069,147879,'getTable','','','','','','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186070,147879,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186071,147879,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186072,147880,'init','','','','','','','init','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186073,147880,'__construct','','','$aliases','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186074,147880,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186075,147880,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186076,147881,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186077,147881,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186078,147882,'initNullObject','','','(\n \n ) $null','','','','init-null-object','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186079,147882,'current','','','','','','mixed','current','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186080,147882,'__construct','constructor','','(\n \n ) $record','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186081,147883,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186082,147883,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186083,147883,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186084,147883,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186085,147883,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186086,147883,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186087,147883,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186088,147883,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186089,147883,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186090,147883,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186091,147883,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186092,147883,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186093,147883,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186094,147883,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186095,147884,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186096,147884,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186097,147884,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186098,147884,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186099,147884,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186100,147884,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186101,147884,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186102,147884,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186103,147884,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186104,147884,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186105,147884,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186106,147884,'set','','','$key, (\n \n ) $listener','','returns\n this object','','set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186107,147884,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186108,147884,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186109,147884,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186110,147884,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186111,147884,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186112,147885,'preSave','','','(\n \n ) $event','','','','pre-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186113,147885,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186114,147885,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186115,147885,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186116,147885,'postSave','','','(\n \n ) $event','','','','post-save','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186117,147885,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186118,147885,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186119,147885,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186120,147885,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186121,147885,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186122,147885,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186123,147885,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186124,147885,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186125,147885,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186126,147886,'getLocal','getLocal returns the name of the local column','','','','','string','get-local','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186127,147886,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','is-one-to-one','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186128,147886,'getRelationDql','','','$count','','','string','get-relation-dql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186129,147886,'offsetUnset','','','$offset','','','','offset-unset','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186130,147886,'getAlias','getAlias returns the relation alias','','','','','string','get-alias','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186131,147886,'offsetSet','','','$offset, $value','','','','offset-set','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186132,147886,'isDeferred','','','','','','','is-deferred','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186133,147886,'offsetGet','','','$offset','','','','offset-get','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186134,147886,'getForeign','\n getForeign returns the name of the foreignkey column where the localkey\n column is pointing at\n','','','','','string','get-foreign','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186135,147886,'__toString','','','','','','string','to-string','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186136,147886,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','has-constraint','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186137,147886,'offsetExists','','','$offset','','','','offset-exists','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186138,147886,'getType','getType returns the relation type, either 0 or 1','','','','','integer','get-type','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186139,147886,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186140,147886,'isEqual','','','','','','','is-equal','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186141,147886,'getTable','getTable returns the foreign table object','','','','','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186142,147886,'__construct','constructor','','$definition','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186143,147886,'isComposite','isComposite returns whether or not this relation is a composite relation','','','','','boolean','is-composite','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186144,147886,'getForeignFieldName','getLocalFieldName','returns the field name of the local column','','','','','get-foreign-field-name','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186145,147886,'getLocalFieldName','','returns the field name of the local column','','','','','get-local-field-name','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186146,147886,'isDeferrable','','','','','','','is-deferrable','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186147,147886,'toArray','','','','','','array','to-array','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186148,147887,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186149,147887,'getAssociationFactory','','','','','','','get-association-factory','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186150,147887,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186151,147887,'getAssociationTable','','','','','','','get-association-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186152,147888,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186153,147888,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186154,147889,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186155,147889,'getCondition','','','$alias = null','','','','get-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186156,147890,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186157,147890,'getCondition','','','$alias = null','','','','get-condition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186158,147891,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186159,147891,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186160,147892,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186161,147892,'getPendingRelation','','','$name','','returns\n an array defining a pending relation','array','get-pending-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186162,147892,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','get-impl','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186163,147892,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186164,147892,'completeAssocDefinition','Completes the given association definition','','$def','','returns\n completed definition array','array','complete-assoc-definition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186165,147892,'hasRelation','','','$name','','','','has-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186166,147892,'guessColumns','','','$classes, (\n \n ) $foreignTable','','returns\n an array of column names','array','guess-columns','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186167,147892,'getTable','','','','','returns\n the table object this parser belongs to','','get-table','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186168,147892,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186169,147892,'completeDefinition','Completes the given definition','','$def','','returns\n completed definition array','array','complete-definition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186170,147892,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','(\n \n ) $table','','','','get-identifiers','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186171,147892,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186172,147893,'setTableDefinition','buildDefinition','','','','','','set-table-definition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186173,147893,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batch-update-index','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186174,147893,'analyze','','','$text','','','','analyze','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186175,147893,'readTableData','','','$limit = null, $offset = null','','returns\n The collection of results','','read-table-data','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186176,147893,'updateIndex','updateIndex updates the index','','$data, (Doctrine_Record) $record','','','integer','update-index','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186177,147893,'__construct','','','$options','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186178,147893,'search','','','$query','','returns\n The collection of search results','','search','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186179,147894,'analyze','','','$text','','','','analyze','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186180,147895,'analyze','','','$text','','','','analyze','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186181,147896,'analyze','','','$text','','','','analyze','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186182,147897,'indexDirectory','indexes given directory','','$dir','','','','index-directory','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186183,147897,'__construct','constructor','','$options = array()','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186184,147897,'buildRelation','','','','','','','build-relation','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186185,147898,'indexDirectory','','','$dir','','','','index-directory','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186186,147899,'add','','','$dir','','','','add','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186187,147900,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186188,147900,'__construct','','','(\n \n ) $search','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186189,147900,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186190,147900,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186191,147901,'parse','','','$file','','','','parse','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186192,147902,'getParams','','','','','','','get-params','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186193,147902,'query','','','$text','','','','query','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186194,147902,'parseClause','','','$originalClause, $recursive = false','','','','parse-clause','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186195,147902,'isExpression','','','$term','','','','is-expression','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186196,147902,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186197,147902,'getSql','','','','','','','get-sql','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186198,147902,'parseTerm','','','$term','','','','parse-term','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186199,147902,'getWords','','','','','','','get-words','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186200,147902,'parseWord','','','$word','','','','parse-word','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186201,147903,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186202,147903,'setUp','','','','','','','set-up','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186203,147904,'process','','','','','','','process','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186204,147904,'__construct','','','$resultSet','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186205,147904,'addComponent','','','$component','','','','add-component','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186206,147905,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186207,147905,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186208,147905,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186209,147906,'lastInsertId','\n Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\n column.\n','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186210,147906,'lastSequenceId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-sequence-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186211,147906,'nextSequenceId','\n Generate a new value from the specified sequence in the database, and\n return it.\n','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','next-sequence-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186212,147907,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186213,147907,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186214,147907,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186215,147908,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns\n The value if the table exists or not','bool','check-sequence','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186216,147908,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186217,147908,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186218,147908,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186219,147909,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186220,147909,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186221,147909,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186222,147910,'lastInsertID','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186223,147910,'currID','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186224,147910,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186225,147911,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns\n the autoincremented id','integer','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186226,147911,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186227,147911,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186228,147912,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186229,147912,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186230,147912,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186231,147913,'dump','Dump PHP array to YAML','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as tasteful.yaml and pass it around.\nOh, and you can decide how big the indent is and what the','$array, $indent = false, $wordwrap = false','','','string','dump','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186232,147913,'load','Load YAML into a PHP array from an instantiated object','The load method, when supplied with a YAML stream (string or file path), will do its best to convert the YAML into a PHP array. Pretty simple. Usage:\n
\nload(\'lucky.yaml\');\n ','$input','','','array','load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186233,147913,'YAMLLoad','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array. Pretty simple. Usage:\n\n\n ','$input','','','array','yaml-load','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186234,147913,'_linkRef','','','[[[amp]]]$n, $key, $k = NULL, $v = NULL','','','','link-ref','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186235,147913,'YAMLDump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as nothing.yaml and pass it around.\nOh, and you can decide how big the indent is and what the ','$array, $indent = false, $wordwrap = false','','','string','yaml-dump','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186236,147914,'__construct','The constructor assigns the node a unique ID.','','$nodeId','','','','construct','2008-07-25 07:41:03','2008-07-25 07:41:03'),(1186237,147915,'getOption','getOption returns the value of given option','','$name','','returns\n the value of given option','mixed','get-option','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186238,147915,'getTemplates','getTemplates returns all templates attached to this table','','','','returns\n an array containing all templates','array','get-templates','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186239,147915,'hasColumn','','','$columnName','','','boolean','has-column','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186240,147915,'find','finds a record by its identifier','','($id) $id, $hydrationMode = null','','returns\n Array or Doctrine_Record or false if no result','mixed','find','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186241,147915,'getColumnNames','returns an array containing all the column names.','','$fieldNames = null','','','array','get-column-names','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186242,147915,'setColumns','','','$definitions','','','','set-columns','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186243,147915,'__isset','','','$option','','','','isset','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186244,147915,'getRepository','','','','','','','get-repository','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186245,147915,'getColumns','returns all columns and their definitions','','','','','array','get-columns','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186246,147915,'removeColumn','removeColumn removes given column','','$fieldName','','','boolean','remove-column','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186247,147915,'clear','clear clears the first level cache (identityMap)','','','','','','clear','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186248,147915,'getGenerator','','','$generator','','','','get-generator','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186249,147915,'createQuery','\n createQuery creates a new Doctrine_Query object and adds the component\n name of this table as the query 'from' part\n','','$alias = ''','','','','create-query','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186250,147915,'setConnection','sets the connection for this class','','(\n \n ) $conn','','returns\n this object','','set-connection','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186251,147915,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186252,147915,'getDefinitionOf','','','$fieldName','','returns\n array on success, false on failure','mixed','get-definition-of','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186253,147915,'__call','','Adds support for magic finders. findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','','','call','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186254,147915,'getOptions','getOptions returns all options of this table and the associated values','','','','returns\n all options and their values','array','get-options','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186255,147915,'getProxy','','','($id) $id = null','throws\n Doctrine_Find_Exception','','','get-proxy','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186256,147915,'addCheckConstraint','','adds a check constraint to this table','$definition, $name','','','','add-check-constraint','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186257,147915,'setTableName','','','$tableName','','','','set-table-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186258,147915,'getRelationParser','getRelationParser return the relation parser associated with this table','','','','returns\n relation parser object','','get-relation-parser','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186259,147915,'getIndex','','','$index','','returns\n array on success, FALSE on failure','array|boolean','get-index','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186260,147915,'bind','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$args, $type','','','','bind','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186261,147915,'__toString','returns a string representation of this object','','','','','string','to-string','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186262,147915,'setOptions','','','$options','','','','set-options','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186263,147915,'removeRecord','\n removeRecord removes a record from the identity map, returning true if the\n record was found and removed and false if the record wasn't found.\n','','(\n \n ) $record','','','boolean','remove-record','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186264,147915,'isInheritedColumn','\n Checks whether a column is inherited from a component further up in the\n hierarchy.\n','','($columnName) $columnName','','returns\n TRUE if column is inherited, FALSE otherwise.','boolean','is-inherited-column','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186265,147915,'hasGenerator','','','$generator','','','','has-generator','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186266,147915,'getTableName','','','','','','','get-table-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186267,147915,'setData','\n setData doctrine uses this function internally users are strongly\n discouraged to use this function\n','','$data','','','','set-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186268,147915,'getIdentifierColumnNames','returns an array with all the identifier column names.','','','','','array','get-identifier-column-names','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186269,147915,'getRecord','\n getRecord first checks if record exists in identityMap, if not returns a\n new record\n','','','','','','get-record','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186270,147915,'getComponentName','','','','','','','get-component-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186271,147915,'__get','__get an alias for getOption','','$option','','','','get','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186272,147915,'getFilters','','','','','','array','get-filters','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186273,147915,'addTemplate','','','$template, (\n \n ) $impl','','','','add-template','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186274,147915,'findBySql','\n findBySql finds records with given SQL where clause returns a collection\n of records\n','','$dql, $params = array(), $hydrationMode = null','','','','find-by-sql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186275,147915,'executeOne','\n executeOne fetches data using the provided queryKey and the associated\n query in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute-one','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186276,147915,'hasRelation','','','$alias','','returns\n true if the relation exists otherwise false','boolean','has-relation','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186277,147915,'validateField','','','$fieldName, $value, (\n \n ) $record = null, $name','','','','validate-field','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186278,147915,'isIdentifierAutoincrement','Checks whether a field identifier is of type autoincrement','','','','returns\n TRUE if the field is autoincrement FALSE otherwise','boolean','is-identifier-autoincrement','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186279,147915,'getColumnDefinition','','','$columnName','','','','get-column-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186280,147915,'hasTemplate','','','$template','','','','has-template','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186281,147915,'initIdentifier','Initializes the table identifier(s)/primary key(s)','','','','','','init-identifier','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186282,147915,'isIdentifier','\n Checks whether a field is part of the table identifier/primary key\n field(s).\n','','$fieldName','','returns\n TRUE if the field is part of the table identifier/primary key field(s), FALSE otherwise.','boolean','is-identifier','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186283,147915,'unshiftFilter','','','(\n \n ) $filter','','','object','unshift-filter','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186284,147915,'__construct','the constructor','','$name, (\n \n ) $conn, $initDefinition = false','throws\n Doctrine_Connection_Exception if there are no opened connections','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186285,147915,'findBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','find-by','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186286,147915,'setColumn','','','$name, $type, $length = null, $options = array(), $prepend = false','throws\n Doctrine_Table_Exception if trying use wrongly typed parameter','','','set-column','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186287,147915,'getTypeOf','','','$fieldName','','returns\n string on success, false on failure','mixed','get-type-of','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186288,147915,'getClassnameToReturn','\n Get the classname to return. Most often this is just the\n options&[apos;name']\n','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns\n The name of the class to create','string','get-classname-to-return','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186289,147915,'count','','','','','','integer','count','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186290,147915,'execute','\n execute fetches data using the provided queryKey and the associated query\n in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186291,147915,'addGenerator','','','(\n \n ) $generator, $name = null','','','','add-generator','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186292,147915,'findOneBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','find-one-by','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186293,147915,'findAll','findAll returns a collection of records','','$hydrationMode = null','','','','find-all','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186294,147915,'enumValue','','','$fieldName, $index, $field','','','mixed','enum-value','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186295,147915,'getFieldNames','returns an array containing all the field names.','','','','','array','get-field-names','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186296,147915,'enumIndex','','','$fieldName, $value, $field','','','mixed','enum-index','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186297,147915,'getEnumValues','','','$fieldName','','','array','get-enum-values','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186298,147915,'getDefaultValueOf','getDefaultValueOf returns the default value(if any) for given column','','$fieldName','','','mixed','get-default-value-of','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186299,147915,'setOption','\n setOption sets an option and returns this object in order to allow\n flexible method chaining\n','','$name, $value','','returns\n this object','','set-option','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186300,147915,'isTree','','determine if table acts as tree','','','returns\n if tree return true, otherwise returns false','mixed','is-tree','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186301,147915,'setMethodOwner','','','$method, $class','','','','set-method-owner','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186302,147915,'prepareValue','\n prepareValue this method performs special data preparation depending on\n the type of the given column\n','\n - \n
\nIt unserializes array and object typed columns
\n- \n
\nUncompresses gzip typed columns
\n- \n
\nGets the appropriate enum values for enum typed columns
\n- \n ','$fieldName, $value, $typeHint = null, $field','throws\n Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns\n prepared value','mixed','prepare-value','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186303,147915,'getQueryObject','','','','','returns\n a Doctrine_Query object','','get-query-object','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186304,147915,'getFieldName','getColumnAlias','returns a column alias for a column name if no alias can be found the column name is returned.','$columnName','','returns\n column alias','string','get-field-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186305,147915,'getTree','','getter for associated tree','','','returns\n if tree return instance of Doctrine_Tree, otherwise returns false','mixed','get-tree','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186306,147915,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186307,147915,'getExportableFormat','getExportableFormat returns exportable presentation of this object','','$parseForeignKeys = true','','','array','get-exportable-format','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186308,147915,'getIdentifier','','','','','','mixed','get-identifier','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186309,147915,'getIdentifierType','','','','','','integer','get-identifier-type','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186310,147915,'getConnection','returns the connection associated with this table (if any)','','','','returns\n the connection object','','get-connection','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186311,147915,'addForeignKey','','adds a foreignKey to this table','$definition','','','','add-foreign-key','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186312,147915,'export','\n export exports this table to database based on column and option\n definitions\n','','','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186313,147915,'getColumnOwner','Gets the owner of a column.','The owner of a column is the name of the component in a hierarchy that defines the column.','$columnName','','returns\n The name of the owning/defining component','string','get-column-owner','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186314,147915,'getData','\n returns internal data, used by Doctrine_Record instances when retrieving\n data from database\n','','','','','array','get-data','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186315,147915,'getGenerators','','','','','','','get-generators','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186316,147915,'bindQueryPart','bindQueryPart binds given value to given query part','','$queryPart, $value','','returns\n this object','','bind-query-part','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186317,147915,'getBoundQueryPart','','','$queryPart','','','string','get-bound-query-part','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186318,147915,'getTemplate','','','$template','','','','get-template','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186319,147915,'getColumnCount','','','','','returns\n the number of columns in this table','integer','get-column-count','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186320,147915,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186321,147915,'addIndex','','adds an index to this table','$index, $definition','','','','add-index','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186322,147915,'findByDql','\n findByDql finds records with given DQL where clause returns a collection\n of records\n','','$dql, $params = array(), $hydrationMode = null','','','','find-by-dql','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186323,147915,'getFieldValidators','Gets the names of all validators that are applied on a field.','','$fieldName','','returns\n The names of all validators that are applied on the specified field.','array','get-field-validators','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186324,147915,'initDefinition','Initializes the in-memory table definition.','','$name','','','','init-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186325,147915,'applyInheritance','','','($where) $where','','returns\n query where part with column aggregation inheritance added','string','apply-inheritance','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186326,147915,'getMethodOwner','','','$method','','','','get-method-owner','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186327,147915,'hasDefaultValues','\n hasDefaultValues returns true if this table has default values, otherwise\n false\n','','','','','boolean','has-default-values','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186328,147915,'create','creates a new record','','$array = array()','','returns\n the created record object','','create','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186329,147915,'getColumnName','','returns a column name for column alias if the actual name for the alias cannot be found this method returns the given alias','$fieldName, $alias','','returns\n column name','string','get-column-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186330,147915,'getTypeOfColumn','','','$columnName','','returns\n The column type or FALSE if the type cant be determined.','mixed','get-type-of-column','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186331,147915,'hasField','','','$fieldName','','','boolean','has-field','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186332,147915,'addRecord','addRecord adds a record to identity map','','(\n \n ) $record','','','boolean','add-record','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186333,147915,'getFieldLength','Gets the (maximum) length of a field.','','$fieldName','','','','get-field-length','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186334,147916,'__construct','','','$message','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186335,147917,'evictAll','','','','','returns\n number of records evicted','integer','evict-all','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186336,147917,'add','','','(\n \n ) $record','','','boolean','add','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186337,147917,'contains','','','$oid','','','','contains','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186338,147917,'get','','','$oid','throws\n Doctrine_Table_Repository_Exception','','','get','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186339,147917,'evict','','','$oid','','returns\n whether ot not the operation was successful','boolean','evict','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186340,147917,'getTable','','','','','','','get-table','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186341,147917,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186342,147917,'count','','Doctrine_Registry implements interface Countable','','','returns\n the number of records this registry has','integer','count','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186343,147917,'getIterator','','','','','','ArrayIterator','get-iterator','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186344,147917,'loadAll','','','','','','','load-all','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186345,147918,'notify','','','$notification = null','','','','notify','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186346,147918,'getArguments','','','','','','array','get-arguments','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186347,147918,'getRequiredArgumentsDescriptions','','','','','','array','get-required-arguments-descriptions','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186348,147918,'ask','','','','','','','ask','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186349,147918,'validate','','Validates that all required fields are present','','','returns\n true','bool','validate','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186350,147918,'getTaskName','','','','','','string','get-task-name','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186351,147918,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186352,147918,'getOptionalArgumentsDescriptions','','','','','','array','get-optional-arguments-descriptions','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186353,147918,'getOptionalArguments','','','','','','array','get-optional-arguments','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186354,147918,'execute','','Override with each task class','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186355,147918,'getArgument','','','$name, $default = null','','','mixed','get-argument','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186356,147918,'setArguments','','','$args','','','','set-arguments','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186357,147918,'getDescription','','','','','','string','get-description','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186358,147918,'addArgument','','','$name, $value','','','','add-argument','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186359,147918,'getRequiredArguments','','','','','','array','get-required-arguments','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186360,147919,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186361,147919,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186362,147920,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186363,147920,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186364,147921,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186365,147921,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186366,147922,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186367,147923,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186368,147924,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186369,147925,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186370,147925,'_printResults','','','$array','','','','print-results','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186371,147926,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186372,147927,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186373,147928,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186374,147929,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186375,147930,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186376,147931,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186377,147932,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186378,147933,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186379,147934,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186380,147935,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186381,147936,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186382,147937,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186383,147938,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186384,147939,'__construct','','','$dispatcher = null','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186385,147939,'execute','','','','','','','execute','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186386,147940,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186387,147940,'setTable','','','(\n \n ) $table, (Doctrine_Table) $_table','','','','set-table','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186388,147940,'getPlugin','','','','','','','get-plugin','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186389,147940,'addChild','','Adds a plugin as a child to this plugin','(\n \n ) $template','','returns\n Chainable.','Doctrine_Template.','add-child','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186390,147940,'get','','','$name','','','','get','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186391,147940,'getTable','getTable returns the associated table object','','','','returns\n the associated table object','','get-table','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186392,147940,'getInvoker','setInvoker returns the last used invoker','','','','returns\n the record that invoked the last delegated call','','get-invoker','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186393,147940,'set','','','$name, $value','','','','set','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186394,147940,'setInvoker','','sets the last used invoker','(\n \n ) $invoker','','returns\n this object','','set-invoker','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186395,147940,'setUp','','','','','','','set-up','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186396,147941,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186397,147941,'getDistanceQuery','','Initiate a distance query with the select parts for the number of kilometers and miles between this record and other zipcode records in the database','','','','','get-distance-query','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186398,147941,'getDistance','','Get distance between this record and another','(\n \n ) $record, $kilometers = false, $Doctrine_Record','','','integer','get-distance','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186399,147941,'__construct','','','$options, $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186400,147942,'__construct','','','$options = array(), $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186401,147942,'getI18n','','','','','','','get-i18n','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186402,147942,'setUp','','','','','','','set-up','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186403,147943,'buildSlug','','Generate the slug for a given Doctrine_Record','(Doctrine_Record) $record','','','string','build-slug','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186404,147943,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186405,147943,'__construct','','','$options, $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186406,147943,'getUniqueSlug','','Creates a unique slug for a given Doctrine_Record. This function enforces the uniqueness by incrementing the values with a postfix if the slug is not unique','(Doctrine_Record) $record','','','string','get-unique-slug','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186407,147943,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186408,147944,'getTimestamp','','Gets the timestamp in the correct format','$type','','','','get-timestamp','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186409,147944,'preInsert','','','(\n \n ) $event, $Doctrine_Event','','','','pre-insert','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186410,147944,'__construct','','','$options','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186411,147944,'preUpdate','','','(\n \n ) $event, $Doctrine_Event','','','','pre-update','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186412,147945,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186413,147945,'__construct','','','$options','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186414,147945,'setUp','','','','','','','set-up','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186415,147946,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batch-update-index','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186416,147946,'__construct','','','$options','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186417,147946,'setUp','','','','','','','set-up','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186418,147947,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186419,147947,'__construct','','','$options, $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186420,147948,'setTableDefinition','','','','','','','set-table-definition','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186421,147948,'__construct','','','$options, $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186422,147949,'__construct','','','$options, $array','','','','construct','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186423,147949,'getAuditLog','','','','','','','get-audit-log','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186424,147949,'setUp','','','','','','','set-up','2008-07-25 07:41:04','2008-07-25 07:41:04'),(1186425,147950,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186426,147950,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws\n PDOException if something fails at the PDO level','returns\n returns the current session transaction isolation level','string','get-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186427,147950,'beginInternalTransaction','Initiates a transaction.','This method must only be used by Doctrine itself to initiate transactions. Userland-code must use\n \n
beginTransaction \n \n .','$savepoint = null','','','','begin-internal-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186428,147950,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186429,147950,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nThis method should only be used by userland-code to initiate transactions. To initiate a transaction from inside Doctrine use\n throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186430,147950,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186431,147950,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186432,147950,'_doCommit','Performs the commit.','','','','','','do-commit','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186433,147950,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','get-transaction-level','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186434,147950,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','(\n \n ) $coll','','returns\n this object','','add-collection','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186435,147950,'getInvalid','Return the invalid records','','','','returns\n An array of invalid records','array','get-invalid','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186436,147950,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186437,147950,'addInvalid','addInvalid adds record into invalid records list','','(\n \n ) $record','','returns\n false if record already existed in invalid records list, otherwise true','boolean','add-invalid','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186438,147950,'_doBeginTransaction','Begins a database transaction.','','','','','','do-begin-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186439,147950,'getState','getState returns the state of this transaction module.','','','','returns\n the connection state','integer','get-state','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186440,147950,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186441,147950,'_doRollback','Performs the rollback.','','','','','','do-rollback','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186442,147951,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186443,147951,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186444,147951,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186445,147951,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186446,147952,'_doCommit','Performs the commit.','','','','','','do-commit','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186447,147952,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186448,147952,'_doBeginTransaction','Begins a database transaction.','','','','','','do-begin-transaction','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186449,147952,'_doRollback','Performs the rollback.','','','','','','do-rollback','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186450,147953,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186451,147953,'getIsolation','getTransactionIsolation','','','','returns\n returns the current session transaction isolation level','string','get-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186452,147953,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186453,147953,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186454,147953,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186455,147954,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186456,147954,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186457,147954,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186458,147954,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186459,147955,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186460,147955,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186461,147955,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186462,147955,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186463,147956,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186464,147957,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws\n Doctrine_Tree_Exception if table attributes have not been defined','','','set-table-definition','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186465,147957,'getBaseComponent','Returns the base tree component.','','','','','','get-base-component','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186466,147957,'__construct','constructor, creates tree with reference to table and any options','','(\n \n ) $table, $options','','','','construct','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186467,147957,'getAttribute','gets tree attribute value','','$name','','','','get-attribute','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186468,147957,'factory','factory method to return tree instance based upon chosen implementation','','(\n \n ) $table, $implName, $options = array(), $impName','throws\n Doctrine_Exception if class does not extend Doctrine_Tree','returns\n instance of Doctrine_Node','object','factory','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186469,147957,'setUp','\n this method is used for setting up relations and attributes and should be\n used by specific implementations\n','','','','','','set-up','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186470,147957,'setAttribute','sets tree attribute value','','$name, $value','','','','set-attribute','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186471,147958,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186472,147958,'findRoot','returns root node','','$root_id = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186473,147958,'fetchBranch','\n optimised method that returns iterator for traversal of the tree from the\n given record primary key\n','','$pk, $options = array()','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetch-branch','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186474,147958,'fetchTree','\n optimised method to returns iterator for traversal of the entire tree from\n root\n','','$options = array()','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','object','fetch-tree','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186475,147959,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','set-table-definition','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186476,147959,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','return-query-with-root-id','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186477,147959,'fetchRoots','\n Fetches all root nodes. If the tree has only one root this is the same as\n fetchRoot().\n','','','','returns\n The root nodes.','mixed','fetch-roots','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186478,147959,'setBaseQuery','Enter description here...','','(\n \n ) $query','','','','set-base-query','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186479,147959,'__construct','\n constructor, creates tree with reference to table and sets default root\n options\n','','(\n \n ) $table, $options','','','','construct','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186480,147959,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186481,147959,'getMaxRootId','calculates the current max root id','','','','','integer','get-max-root-id','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186482,147959,'getBaseQuery','Enter description here...','','$options','','','unknown','get-base-query','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186483,147959,'findRoot','returns root node','','$rootId = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186484,147959,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array()','','returns\n The branch or FALSE if the branch could not be found.','mixed','fetch-branch','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186485,147959,'getBaseAlias','Enter description here...','','','','','','get-base-alias','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186486,147959,'fetchTree','Fetches a tree.','','$options = array()','','returns\n The tree or FALSE if the tree could not be found.','mixed','fetch-tree','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186487,147959,'resetBaseQuery','Enter description here...','','','','','','reset-base-query','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186488,147959,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetch-root','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186489,147959,'getNextRootId','calculates the next available root id','','','','','integer','get-next-root-id','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186490,147960,'isValidType','returns whether or not the given variable is valid type','','$var, $type','','','boolean','is-valid-type','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186491,147960,'validateLength','Validates the length of a field.','','$value, $type, $maximumLength','','','boolean','validate-length','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186492,147960,'validateRecord','\n validates a given record and saves possible errors in\n Doctrine_Validator::$stack\n','','(\n \n ) $record','','','','validate-record','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186493,147960,'hasErrors','whether or not this validator has errors','','','','','boolean','has-errors','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186494,147960,'getValidator','returns a validator object','','$name','','','Doctrine_Validator_Interface','get-validator','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186495,147961,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186496,147961,'getCountries','returns all available country codes','','','','','array','get-countries','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186497,147962,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186498,147963,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186499,147964,'__isset','','','$arg','','','','isset','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186500,147964,'__get','__get an alias for getOption','','$arg','','','','get','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186501,147964,'getArgs','returns all args and their associated values','','','','returns\n all args as an associative array','array','get-args','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186502,147964,'getArg','returns the value of an argument','','($arg) $arg','','returns\n the value of the option','mixed','get-arg','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186503,147964,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set-arg','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186504,147964,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186505,147965,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186506,147966,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186507,147966,'clear','Removes all errors from the stack.','','','','','','clear','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186508,147966,'contains','Check if a field has an error','','$fieldName','','','boolean','contains','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186509,147966,'get','Get errors for field','','$fieldName','','','mixed','get','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186510,147966,'__construct','Constructor','','$className','','','','construct','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186511,147966,'count','Count the number of errors','','','','','integer','count','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186512,147966,'getClassname','Get the classname where the errors occured','','','','','string','get-classname','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186513,147966,'getIterator','Enter description here...','','','','','unknown','get-iterator','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186514,147966,'set','Alias for add()','','$fieldName, $errorCode','','','','set','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186515,147966,'getValidators','Get array of failed validators','','','','','array','get-validators','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186516,147966,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186517,147966,'toArray','','','','','','','to-array','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186518,147967,'inspect','\n This method will apply the value of the $function variable as a user_func\n to tall errorstack objects in the exception\n','','$function','','','','inspect','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186519,147967,'__toString','','','','','','string','to-string','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186520,147967,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186521,147967,'count','','','','','','','count','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186522,147967,'getInvalidRecords','','','','','','','get-invalid-records','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186523,147967,'getIterator','','','','','','','get-iterator','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186524,147968,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186525,147969,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186526,147970,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186527,147971,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186528,147972,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186529,147973,'validate','\n checks that value isn't blank a value is blank when its either null\n or contains only space characters\n','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186530,147974,'validate','checks that given value isn't null','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186531,147975,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186532,147976,'validate','checks if value is within given range','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186533,147977,'validate','checks if value has been modified','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186534,147978,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186535,147979,'validate','','checks if given value is a valid time','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186536,147980,'validate','checks if given value is a valid timestamp (YYYY-MM-DD HH:MM:SS)','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186537,147981,'validate','checks if given value is unique','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186538,147982,'validate','checks if given value is a valid unsigned integer','','$value','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186539,147983,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186540,147983,'getStates','','','','','','','get-states','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186541,147984,'getName','getName returns the name of this view','','','','','string','get-name','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186542,147984,'drop','drop drops this view from the database','','','throws\n Doctrine_View_Exception','','','drop','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186543,147984,'getQuery','getQuery returns the associated query object','','','','','','get-query','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186544,147984,'__construct','constructor','','(\n \n ) $query, $viewName','','','','construct','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186545,147984,'execute','execute executes the view returns a collection of Doctrine_Record objects','','','','','','execute','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186546,147984,'getConnection','getConnection returns the connection object','','','','','','get-connection','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186547,147984,'getSelectSql','getSelectSql returns the select sql for this view','','','','','string','get-select-sql','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1186548,147984,'create','create creates this view','','','throws\n Doctrine_View_Exception','','','create','2008-07-25 07:41:05','2008-07-25 07:41:05'),(1273759,158865,'generateSqlFromModels','\n Generate a sql string to create the tables from all loaded models or the\n models found in the passed directory.\n','','$directory = null','','returns\n String of sql queries. One query per line','string','generate-sql-from-models','2008-09-01 05:38:29','2008-09-01 05:38:29'),(1273760,158865,'dump','dumps a given variable','','$var, $output = true, $indent = ""','','','','dump','2008-09-01 05:38:29','2008-09-01 05:38:29'),(1273761,158865,'isValidModelClass','\n Checks if what is passed is a valid Doctrine_Record Will load class in to\n memory in order to inflect it and find out information about the class\n','','$class','','','boolean','is-valid-model-class','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273762,158865,'generateYamlFromModels','Generate yaml schema file for the models in the specified directory','','$yamlPath, $directory','','','','generate-yaml-from-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273763,158865,'generateMigrationsFromDb','Generate a set of migration classes from an existing database','','$migrationsPath','throws\n new Doctrine_Migration_Exception','','','generate-migrations-from-db','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273764,158865,'getConnectionByTableName','\n Get the connection object for a table by the actual table name FIXME: I\n think this method is flawed because a individual connections could have the\n same table name\n','','$tableName','','','','get-connection-by-table-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273765,158865,'debug','Turn on/off the debugging setting','','$bool = null','','','','debug','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273766,158865,'loadModel','Load an individual model name and path in to the model loading registry','','$className, $path = null','','','','load-model','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273767,158865,'getLoadedModels','\n Get all the loaded models, you can provide an array of classes or it will\n use get_declared_classes()\n','Will filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently loaded Doctrine_Records','(classes) $classes = null','','','array','get-loaded-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273768,158865,'createDatabases','Creates databases for connections','','$specifiedConnections = array()','','','','create-databases','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273769,158865,'autoload','\n simple autoload function returns true if the class was loaded, otherwise\n false\n','','$className, $classname','','','boolean','autoload','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273770,158865,'dumpData','Dump data to a yaml fixtures file','','$yamlPath, $individualFiles = false','','','','dump-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273771,158865,'initializeModels','Initialize all models so everything is present and loaded in to memory','This will also inheritently initialize any model behaviors and add the models generated by Doctrine generators and add them to the $models array','$models','','','array','initialize-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273772,158865,'filterInvalidModels','\n Filter through an array of classes and return all the classes that are\n valid models.\n','This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filter-invalid-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273773,158865,'compile','\n Method for making a single file of most used doctrine runtime components\n including the compiled file instead of multiple files (in worst cases\n dozens of files) can improve performance by an order of magnitude\n','','$target = null, $includedDrivers = array()','throws\n Doctrine_Exception','','','compile','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273774,158865,'generateMigrationsFromModels','Generate a set of migration classes from an existing set of models','','$migrationsPath, $modelsPath = null, $modelLoading = null','','','','generate-migrations-from-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273775,158865,'getTable','Get the Doctrine_Table object for the passed model','','$componentName','','','','get-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273776,158865,'__construct','','','','throws\n Doctrine_Exception','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273777,158865,'getPath','Get the root path to Doctrine','','','','','string','get-path','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273778,158865,'getLoadedModelFiles','\n Returns an array of all the loaded models and the path where each of them\n exists\n','','','','','array','get-loaded-model-files','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273779,158865,'generateModelsFromYaml','Generate a yaml schema file from an existing directory of models','','$yamlPath, $directory, $options = array()','','','','generate-models-from-yaml','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273780,158865,'loadData','Load data from a yaml fixtures file.','The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','load-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273781,158865,'dropDatabases','Drops databases for connections','','$specifiedConnections = array()','','','','drop-databases','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273782,158865,'generateModelsFromDb','Method for importing existing schema to Doctrine_Record classes','','$directory, $databases = array(), $options = array()','throws\n Exception','','boolean','generate-models-from-db','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273783,158865,'createTablesFromArray','Creates database tables for the models in the supplied array','','$array','','','','create-tables-from-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273784,158865,'generateMigrationClass','Generate new migration class skeleton','','$className, $migrationsPath','','','','generate-migration-class','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273785,158865,'generateYamlFromDb','\n Generates models from database to temporary location then uses those models\n to generate a yaml schema file.\n','This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath, $databases = array(), $options = array()','','','','generate-yaml-from-db','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273786,158865,'createTablesFromModels','Creates database tables for the models in the specified directory','','$directory = null','','','','create-tables-from-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273787,158865,'migrate','\n Migrate database to specified $to version. Migrates from current to latest\n if you do not specify.\n','','$migrationsPath, $to = null','throws\n new Doctrine_Migration_Exception','returns\n true','bool','migrate','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273788,158865,'generateSqlFromArray','Generate a array of sql for the passed array of models','','$array','','','array','generate-sql-from-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273789,158865,'loadModels','Recursively load all models from a directory or array of directories','','$directory, $modelLoading = null','','','','load-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273790,158866,'__isset','Check if key exists in data','','$name','','returns\n whether or not this object contains $name','boolean','isset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273791,158866,'add','Add the value','','$value','','','','add','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273792,158866,'offsetUnset','Unset a given offset','','$offset','','','','offset-unset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273793,158866,'offsetSet','Sets $offset to $value','','$offset, $value','','','','offset-set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273794,158866,'offsetGet','An alias of get()','','$offset','','','mixed','offset-get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273795,158866,'contains','Check if the specified offset exists','','$offset','','returns\n True if exists otherwise false','boolean','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273796,158866,'get','Return the element with the specified offset','','$offset','','returns\n The value of the return object','mixed','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273797,158866,'offsetExists','Check if an offset axists','','$offset','','returns\n Whether or not this object contains $offset','boolean','offset-exists','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273798,158866,'__get','Get key from data','','$name','','','mixed','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273799,158866,'__unset','Remove key from data','','$name','','','','unset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273800,158866,'setArray','Set an entire aray to the data','','$array','','','','set-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273801,158866,'set','Set the offset to the value','','$offset, $value','','','','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273802,158866,'remove','Remove the element with the specified offset','','$offset','','returns\n True if removed otherwise false','boolean','remove','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273803,158866,'__set','Set key and value to data','','($name) $name, ($value) $value','','','','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273804,158867,'getQuoteIdentifierSymbol','Get the symbol used for identifier quoting','','','','','string','get-quote-identifier-symbol','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273805,158867,'_commit','Commit a transaction.','','','','','','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273806,158867,'_setExecuteMode','Set the current execution mode','','$mode','','','','set-execute-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273807,158867,'setFetchMode','Set the fetch mode.','','$mode','','','','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273808,158867,'_getExecuteMode','Get the current execution mode','','','','returns\n the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','get-execute-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273809,158867,'__construct','\n $config is an array of key/value pairs containing configuration options.\n These options are common to most adapters:\n','dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne','$config','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273810,158867,'prepare','Prepare a sql statement and return it','','$sql','','','Doctrine_Statement_Db2','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273811,158867,'closeConnection','Close the connection resource','','','','','','close-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273812,158867,'_connect','Creates the connection resource','','','','','','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273813,158867,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273814,158867,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273815,158867,'_rollBack','Rollback a transaction.','','','','','','roll-back','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273816,158868,'exec','','','$statement','','','','exec','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273817,158868,'commit','','','','','','','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273818,158868,'beginTransaction','','','','','','','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273819,158868,'errorInfo','','','','','','','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273820,158868,'rollBack','','','','','','','roll-back','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273821,158868,'lastInsertId','','','','','','','last-insert-id','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273822,158868,'query','','','$queryString','','','','query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273823,158868,'errorCode','','','','','','','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273824,158868,'quote','','','$input','','','','quote','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273825,158868,'prepare','','','$prepareString','','','','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273826,158869,'pop','\n Pop the last executed query from the array of executed queries and return\n it\n','','','','returns\n Last executed sql string','string','pop','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273827,158869,'exec','Execute a raw sql statement','','$statement','','','','exec','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273828,158869,'getName','Get the name of the dbms used in this instance of the mock adapter','','','','returns\n Name of the dbms','string','get-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273829,158869,'getAll','Get all the executed queries','','','','returns\n Array of all executed queries','array','get-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273830,158869,'commit','Commit a transaction','','','','','','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273831,158869,'beginTransaction','Begin a transaction','','','','','','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273832,158869,'errorInfo','','','','','','','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273833,158869,'rollBack','Rollback a transaction','','','','','','roll-back','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273834,158869,'lastInsertId','Get the id of the last inserted record','','','','','integer','last-insert-id','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273835,158869,'addQuery','Add query to the stack of executed queries','','$query','','','','add-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273836,158869,'query','Fake the execution of query and add it to the stack of executed queries','','$query','','','','query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273837,158869,'errorCode','','','','','','','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273838,158869,'quote','Quote a value for the dbms','','$input','','','string','quote','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273839,158869,'sqliteCreateFunction','','','','','','','sqlite-create-function','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273840,158869,'__construct','Doctrine mock adapter constructor','\nsetIsolation(\'READ UNCOMMITTED\');]]>\n','$name = null','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273841,158869,'getAttribute','','','$attribute','','','','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273842,158869,'count','Get the number of queries executed','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273843,158869,'prepare','Prepare a query statement','','$query','','returns\n Mock prepared statement','','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273844,158869,'forceLastInsertIdFail','Force last insert to be failed','','$fail = true','','','','force-last-insert-id-fail','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273845,158869,'forceException','Force an exception in to the array of exceptions','','$name, $message = '', $code','','','','force-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273846,158869,'setAttribute','','','$attribute, $value','','','','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273847,158870,'_commit','Commit a transaction.','','','','','','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273848,158870,'lastInsertId','','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.\nAs a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id gen','$tableName = null, $primaryKey = null','','','integer','last-insert-id','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273849,158870,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273850,158870,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273851,158870,'_connect','Creates a connection to the database.','','','throws\n Doctrine_Adapter_Exception','','','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273852,158870,'_beginTransaction','Begin a transaction.','','','','','','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273853,158870,'_rollBack','Roll-back a transaction.','','','','','','roll-back','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273854,158871,'_commit','Commit a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Exception','','','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273855,158871,'setFetchMode','Set the fetch mode.','','$mode','throws\n Doctrine_Adapter_Exception','','','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273856,158871,'_getExecuteMode','Get the current execute mode','','','','','integer','get-execute-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273857,158871,'__construct','\n $config is an array of key/value pairs containing configuration options.\n These options are common to most adapters:\n','username => (string) Connect to the database as this username. password => (string) Password associated with the username. dbname => Either the name of the local Oracle instance, or the name of the entry in tnsnames.ora to which ','$config','throws\n Doctrine_Adapter_Exception','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273858,158871,'prepare','Returns an SQL statement for preparation.','','$sql','','','Doctrine_Statement_Oracle','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273859,158871,'closeConnection','Force the connection to close.','','','','','','close-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273860,158871,'_connect','Creates a connection resource.','','','throws\n Doctrine_Adapter_Exception','','','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273861,158871,'_quote','Quote a raw string.','','$value','','returns\n Quoted string','string','quote','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273862,158871,'quoteTableAs','Quote a table identifier and alias.','','(string|array|Doctrine_Expr) $ident, $alias','','returns\n The quoted identifier and alias.','string','quote-table-as','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273863,158871,'_beginTransaction','Leave autocommit mode and begin a transaction.','','','','','','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273864,158871,'_rollBack','Roll back a transaction and return to autocommit mode.','','','throws\n Doctrine_Adapter_Exception','','','roll-back','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273865,158872,'rowCount','','','','','','','row-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273866,158872,'errorInfo','','','','','','','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273867,158872,'setFetchMode','','','$mode','','','','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273868,158872,'errorCode','','','','','','','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273869,158872,'fetch','','','$fetchStyle, $cursorOrientation, $cursorOffset','','','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273870,158872,'columnCount','','','','','','','column-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273871,158872,'execute','execute()','','','','','','execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273872,158872,'bindValue','','','$no, $value','','','','bind-value','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273873,158872,'nextRowset','nextRowSet','','','','','','next-rowset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273874,158873,'rowCount','\n rowCount() returns the number of rows affected by the last DELETE, INSERT,\n or UPDATE statement executed by the corresponding object.\n','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns\n Returns the number of rows.','integer','row-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273875,158873,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273876,158873,'fetchColumn','\n Returns a single column from the next row of a result set or FALSE if\n there are no more rows.\n','','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273877,158873,'errorInfo','\n Fetch extended error information associated with the last operation on the\n statement handle\n','','','','returns\n error info array','array','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273878,158873,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273879,158873,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273880,158873,'errorCode','\n Fetch the SQLSTATE associated with the last operation on the statement\n handle\n','','','','returns\n error code string','string','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273881,158873,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273882,158873,'columnCount','Returns the number of columns in the result set','','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273883,158873,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273884,158873,'bindParam','\n Binds a PHP variable to a corresponding named or question mark placeholder\n in the SQL statement that was use to prepare the statement. Unlike\n Doctrine_Adapter_Statement_Interface->bindValue(), the variable is\n bound as a reference and wil','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273885,158873,'getAttribute','Retrieve a statement attribute','','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273886,158873,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273887,158873,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returns\n\n\nAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273888,158873,'bindValue','\n Binds a value to a corresponding named or question mark placeholder in the\n SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273889,158873,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273890,158873,'fetchAll','Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $columnIndex','','','array','fetch-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273891,158873,'setAttribute','Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273892,158874,'rowCount','','rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.\nIf the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return ','','','returns\n Returns the number of rows.','integer','row-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273893,158874,'closeCursor','','Closes the cursor, enabling the statement to be executed again.','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','close-cursor','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273894,158874,'fetchColumn','','Returns a single column from the next row of a result set or FALSE if there are no more rows.','$columnIndex','','returns\n returns a single column in the next row of a result set.','string','fetch-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273895,158874,'errorInfo','','Fetch extended error information associated with the last operation on the statement handle','','','returns\n error info array','array','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273896,158874,'fetchObject','','Fetches the next row and returns it as an object.\nFetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns\n an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetch-object','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273897,158874,'setFetchMode','','Set the default fetch mode for this statement','$mode, $arg1 = null, $arg2 = null','','returns\n Returns 1 on success or FALSE on failure.','boolean','set-fetch-mode','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273898,158874,'errorCode','','Fetch the SQLSTATE associated with the last operation on the statement handle','','','returns\n error code string','string','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273899,158874,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273900,158874,'columnCount','','Returns the number of columns in the result set','','','returns\n Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','column-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273901,158874,'bindColumn','','Bind a column to a PHP variable','$column, $param, $type = null','','returns\n Returns TRUE on success or FALSE on failure','boolean','bind-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273902,158874,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-param','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273903,158874,'__construct','\n Constructor for mock adapter statements. Accepts instance of\n Doctrine_Adapter_Mock\n','','(Doctrine_Adapter_Mock) $mock','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273904,158874,'getAttribute','','Retrieve a statement attribute','$attribute','','returns\n the attribute value','mixed','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273905,158874,'execute','','Executes a prepared statement\nIf the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value','$params = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273906,158874,'getColumnMeta','','Returns metadata for a column in a result set','$column','','returns\n
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273907,158874,'bindValue','','Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273908,158874,'nextRowset','','Advances to the next rowset in a multi-rowset statement handle\nSome database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273909,158874,'fetchAll','','Returns an array containing all of the result set rows','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetch-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273910,158874,'setAttribute','','Set a statement attribute','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273911,158875,'setTableDefinition','Set the table definition for the audit log table','','','','','','set-table-definition','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273912,158875,'__construct','Accepts array of options to configure the AuditLog','','$options = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273913,158875,'getVersion','Get array of information for the passed record and the specified version','','(\n \n ) $record, $version','','returns\n An array with version information','array','get-version','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273914,158875,'getMaxVersion','Get the max version number for a given Doctrine_Record','','(\n \n ) $record','','','Integer','get-max-version','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273915,158876,'preDelete','\n Pre delete event hook deletes all related versions This will only delete\n version records if the auditLog is enabled\n','','(\n \n ) $event','','','','pre-delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273916,158876,'_getNextVersion','Get the next version number for the audit log','','(\n \n ) $record','','','integer','get-next-version','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273917,158876,'preInsert','Pre insert event hook for incrementing version number','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273918,158876,'__construct','\n Instantiate AuditLog listener and set the Doctrine_AuditLog instance to the\n class\n','','(\n \n ) $auditLog','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273919,158876,'postInsert','\n Post insert event hook which creates the new version record This will only\n insert a version record if the auditLog is enabled\n','','(\n \n ) $event','','','','post-insert','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273920,158876,'preUpdate','\n Pre update event hook for inserting new version record This will only\n insert a version record if the auditLog is enabled\n','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273921,158877,'varExport','\n Special function for var_export() The normal code which is returned is\n malformed and does not follow Doctrine standards So we do some string\n replacing to clean it up\n','','$var','','','','var-export','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273922,158878,'getOption','Get value of option name','','$option','','returns\n option value','mixed','get-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273923,158878,'pop','Pops a query from the stack','','','','','string','pop','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273924,158878,'isSuccessful','Check whether or not the last cache opration was successful or not','','','','returns\n whether or not the last cache operation was successful','boolean','is-successful','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273925,158878,'getAll','Get array of all executed queries','','$namespace = null','','returns\n an array of sql query strings','array','get-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273926,158878,'add','Adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273927,158878,'appendStats','Append all queries to stats file','','','','','','append-stats','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273928,158878,'clean','Delete all cache','','','','','','clean','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273929,158878,'preFetch','Listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','(\n \n ) $event','','','array','pre-fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273930,158878,'getDriver','Get the current cache driver instance','','','','','','get-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273931,158878,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273932,158878,'preFetchAll','Listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','(\n \n ) $event','','','array','pre-fetch-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273933,158878,'count','Count the number of queries on the stack','','','','returns\n the number of queries in the stack','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273934,158878,'preQuery','Listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273935,158878,'setOption','Set option name and value','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273936,158878,'getIterator','Get queries iterator','','','','returns\n an iterator that iterates through the query stack','ArrayIterator','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273937,158878,'preExecute','Listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','(\n \n ) $event','','','boolean','pre-execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273938,158878,'reset','Removes all queries from the query stack','','','','','','reset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273939,158878,'readStats','Read stats file from disk','','','','','array','read-stats','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273940,158879,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273941,158879,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273942,158879,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273943,158879,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else).\n','','$id, $testCacheValidity = true','','returns\n The stored variable on success. FALSE on failure.','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273944,158879,'__construct','constructor','','$options = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273945,158880,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273946,158880,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273947,158880,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273948,158880,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273949,158880,'count','','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273950,158880,'deleteAll','Remove all cache record','','','','returns\n true if no problem','boolean','delete-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273951,158881,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273952,158881,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273953,158881,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273954,158881,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else).\n','','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273955,158881,'__construct','\n Configure Database cache driver. Specify instance of Doctrine_Connection\n and tableName to store cache in\n','','$options, $_options','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273956,158881,'count','count returns the number of cached elements','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273957,158881,'getConnection','Get the connection object associated with this cache driver','','','','','','get-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273958,158881,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','delete-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273959,158881,'createTable','Create the cache table','','','','','','create-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273960,158882,'getOption','Get value of option','','$option','','returns\n option value','mixed','get-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273961,158882,'__construct','Configure cache driver with an array of options','','$options, $_options','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273962,158882,'setOption','Set option name and value','','$option, $value','','returns\n TRUE on success, FALSE on failure','boolean','set-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273963,158883,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273964,158883,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273965,158883,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273966,158883,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273967,158884,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273968,158884,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273969,158884,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273970,158884,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else)\n','','$id, $testCacheValidity = true','','returns\n The stored variable on success. FALSE on failure.','mixed','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273971,158884,'__construct','constructor','','$options = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273972,158885,'delete','Remove a cache record','','$id','','returns\n true if no problem','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273973,158885,'contains','Test if a cache is available or not (for the given id)','','$id','','returns\n false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273974,158885,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns\n true if no problem','boolean','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273975,158885,'fetch','\n Test if a cache is available for the given id and (if yes) return it (false\n else).\n','','$id, $testCacheValidity = true','','returns\n cached datas (or false)','string','fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273976,158885,'__construct','constructor','','$options = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273977,158886,'notify','Notify the formatter of a message','','$notification = null, $style = 'HEADER'','','','','notify','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273978,158886,'printTasks','Prints an index of all the available tasks in the CLI instance','','$task = null, $full = false','','','','print-tasks','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273979,158886,'_getTaskClassFromArgs','\n Get the name of the task class based on the first argument which is always\n the task name. Do some inflection to determine the class name\n','','$args','','returns\n Task class name','string','get-task-class-from-args','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273980,158886,'_run','Run the actual task execution with the passed arguments','','$args','throws\n Doctrine_Cli_Exception $e','','','run','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273981,158886,'__construct','','','$config = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273982,158886,'run','Public function to run the loaded task with the passed arguments','','$args','throws\n new Doctrine_Cli_Exception','','','run','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273983,158886,'loadTasks','\n Load tasks from the passed directory. If no directory is given it looks in\n the default Doctrine/Task folder for the core tasks.\n','','$directory = null','','returns\n Array of tasks loaded','array','load-tasks','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273984,158886,'notifyException','Notify the formatter of an exception','','(Exception) $exception','','','','notify-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273985,158886,'prepareArgs','\n Prepare the raw arguments for execution. Combines with the required and\n optional argument list in order to determine a complete array of arguments\n for the task\n','','$args','','returns\n Array of prepared arguments','array','prepare-args','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273986,158886,'getLoadedTasks','Get array of all the Doctrine_Task child classes that are loaded','','','','','array','get-loaded-tasks','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273987,158887,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
\n
','$stream','','returns\n true if the stream supports colorization, false otherwise','Boolean','supports-colors','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273988,158887,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273989,158887,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273990,158887,'setStyle','Sets a new style.','','$name, $options = array()','','','','set-style','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273991,158887,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns\n The styled text','string','format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273992,158888,'setMaxLineSize','Sets the maximum line size.','','$size','','','','set-max-line-size','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273993,158888,'excerpt','Truncates a line.','','$text, $size = null','','returns\n The truncated string','string','excerpt','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273994,158888,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','format-section','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273995,158888,'__construct','','','$maxLineSize = 65','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273996,158888,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns\n The formatted text','string','format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273997,158889,'getKeyColumn','Get the name of the key column','','','','','string','get-key-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273998,158889,'populateRelated','Populate the relationship $name for all records in the passed collection','','$name, (\n \n ) $coll','','','','populate-related','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1273999,158889,'key','Get the current key','','','','','mixed','key','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274000,158889,'compareRecords','Compares two records. To be used on _snapshot diffs using array_udiff','','(Doctrine_Record) $a, (Doctrine_Record) $b','','','integer','compare-records','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274001,158889,'add','Adds a record to collection','','(Doctrine_Record) $record, $key = null','','','boolean','add','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274002,158889,'clear','Clears the collection.','','','','','','clear','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274003,158889,'delete','Deletes all records from this collection','','(\n \n ) $conn = null, $clearColl = true','','','','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274004,158889,'getRelation','Returns the relation object','','','','','','get-relation','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274005,158889,'getNormalIterator','Get normal iterator - an iterator that will not expand this collection','','','','','Doctrine_Iterator_Normal','get-normal-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274006,158889,'importFrom','\n Import data to a Doctrine_Collection from one of the supported\n Doctrine_Parser formats\n','','$type, $data','','','','import-from','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274007,158889,'merge','Merges collection into $this and returns merged collection','','(\n \n ) $coll','','','','merge','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274008,158889,'serialize','\n This method is automatically called when this Doctrine_Collection is\n serialized\n','','','','','array','serialize','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274009,158889,'initNullObject','Initializes the null object for this collection','','(\n \n ) $null','','','','init-null-object','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274010,158889,'loadRelated','Load all relationships or the named relationship passed','','$name = null','','','boolean','load-related','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274011,158889,'__toString','Returns a string representation of this object','','','','','string','to-string','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274012,158889,'contains','Whether or not this collection contains a specified element','','$key','','','boolean','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274013,158889,'get','Gets a record for given key','There are two special cases:\n- \n
\nwindows
\n- \n
\nnon tty consoles
\n\n \n at the end of the collection\n2. if given key does not exist, then a new record is create and atta','$key','','returns\n return a specified record','','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274014,158889,'save','\n Saves all records of this collection and processes the difference of the\n last snapshot and the current data\n','','(\n \n ) $conn = null','','','','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274015,158889,'getSnapshot','Gets the data of the last snapshot','','','','returns\n returns the data in last snapshot','array','get-snapshot','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274016,158889,'processDiff','Processes the difference of the last snapshot and the current data','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','process-diff','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274017,158889,'setData','Set the data for the Doctrin_Collection instance','','$data','','','','set-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274018,158889,'takeSnapshot','Takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','take-snapshot','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274019,158889,'getReference','Get reference to Doctrine_Record instance','','','','','','get-reference','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274020,158889,'getLast','Get the last record in the collection','','','','','mixed','get-last','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274021,158889,'getTable','Get the table this collection belongs to','','','','','','get-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274022,158889,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274023,158889,'setReference','Sets a reference pointer','','(\n \n ) $record, (\n \n ) $relation','','','','set-reference','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274024,158889,'search','Search a Doctrine_Record instance','','(\n \n ) $record, $Doctrine_Record','','','','search','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274025,158889,'getDeleteDiff','Perform a delete diff between the last snapshot and the current data','','','','','array','get-delete-diff','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274026,158889,'count','\n Gets the number of records in this collection This class implements\n interface countable\n','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274027,158889,'synchronizeFromArray','','','$array','','','','synchronize-from-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274028,158889,'getFirst','Get the first record in the collection','','','','','mixed','get-first','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274029,158889,'end','Get the last record in the collection','','','','','mixed','end','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274030,158889,'getIterator','Get collection data iterator','','','','','object ArrayIterator','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274031,158889,'set','Set a Doctrine_Record instance to the collection','','$key, (Doctrine_Record) $record','','','','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274032,158889,'getData','Get all the records as an array','','','','','array','get-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274033,158889,'setKeyColumn','Sets the key column for this collection','','$column','','','','set-key-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274034,158889,'free','Frees the resources used by the collection.','WARNING: After invoking free() the collection is no longer considered to be in a useable state. Subsequent usage may result in unexpected behavior.','$deep = false','','','','free','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274035,158889,'remove','Removes a specified collection element','','$key','','','boolean','remove','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274036,158889,'exportTo','\n Export a Doctrine_Collection to one of the supported Doctrine_Parser\n formats\n','','$type, $deep = false','','','','export-to','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274037,158889,'getPrimaryKeys','Get array of primary keys for all the records in the collection','','','','returns\n an array containing all primary keys','array','get-primary-keys','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274038,158889,'fromArray','Populate a Doctrine_Collection from an array of data','','$array, $deep = true','','','','from-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274039,158889,'toArray','Mimics the result of a $query->execute(array(), Doctrine::FETCH_ARRAY);','','$deep = false, $prefixKey = false','','','','to-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274040,158889,'unserialize','\n This method is automatically called everytime a Doctrine_Collection object\n is unserialized\n','','$serialized','','','','unserialize','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274041,158889,'synchronizeWithArray','synchronizes a Doctrine_Collection with data from an array','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronize-with-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274042,158889,'getKeys','Get all keys of the data in the collection','','','','','array','get-keys','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274043,158889,'getInsertDiff','Perform a insert diff between the last snapshot and the current data','','','','','array','get-insert-diff','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274044,158890,'key','returns the current key','','','','','integer','key','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274045,158890,'rewind','rewinds the iterator','','','','','','rewind','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274046,158890,'current','returns the current record','','','','','','current','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274047,158890,'__construct','constructor','','$collection','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274048,158890,'next','advances the internal pointer','','','','','','next','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274049,158891,'valid','','','','','','','valid','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274050,158892,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274051,158893,'valid','','','','','','','valid','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274052,158894,'__construct','','','(\n \n ) $table','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274053,158894,'getLimit','','','','','','integer','get-limit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274054,158894,'getIterator','','','','','','','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274055,158895,'contains','','','$name','','','boolean','contains','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274056,158895,'get','','','$name','','','mixed','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274057,158895,'getDefinition','','','','','','array','get-definition','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274058,158895,'__construct','','','$definition = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274059,158895,'count','','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274060,158895,'enumValue','','','$index, $field','','','mixed','enum-value','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274061,158895,'enumIndex','','','$field, $value','','','mixed','enum-index','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274062,158895,'getEnumValues','','','$field','','','array','get-enum-values','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274063,158895,'getIterator','','','','','','ArrayIterator','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274064,158895,'set','','','$name, $value','','','mixed','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274065,158896,'compile','\n method for making a single file of most used doctrine runtime components\n including the compiled file instead of multiple files (in worst cases\n dozens of files) can improve performance by an order of magnitude\n','','$target = null, $includedDrivers = array()','throws\n Doctrine_Compiler_Exception if something went wrong during the compile operation','returns\n Path the compiled file was written to','$target','compile','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274066,158897,'getAttributeValueFromString','','Will get the value for an attribute by the string name Example: ->getAttributeFromString('portability', 'all') will return Doctrine::PORTABILITY_ALL','$stringAttributeName, $stringAttributeValueName','','','','get-attribute-value-from-string','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274067,158897,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274068,158897,'setParam','','','$name, $value, $namespace = null','','','','set-param','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274069,158897,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-record-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274070,158897,'getParams','','','$namespace = null','','','','get-params','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274071,158897,'getAttributes','getAttributes returns all attributes as an array','','','','','array','get-attributes','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274072,158897,'getImpl','getImpl returns the implementation for given class','','$template','','returns\n name of the concrete implementation','string','get-impl','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274073,158897,'hasImpl','','','$template','','','','has-impl','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274074,158897,'getParam','','','$name, $namespace = null','','','','get-param','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274075,158897,'getAttributeFromString','','Will accept the name of an attribute and return the attribute value Example: ->getAttributeFromString('portability') will be converted to Doctrine::ATTR_PORTABILITY and returned','$stringAttributeName','','','','get-attribute-from-string','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274076,158897,'getParent','getParent returns the parent of this component','','','','','','get-parent','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274077,158897,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274078,158897,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns\n this object','','set-impl','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274079,158897,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns\n this object','','set-record-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274080,158897,'setParent','\n sets a parent for this configurable component the parent must be\n configurable component itself\n','','(\n \n ) $component','','','','set-parent','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274081,158897,'getRecordListener','getListener','','','','','','get-record-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274082,158897,'getListener','','','','','','','get-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274083,158897,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns\n this object','mixed','add-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274084,158897,'getParamNamespaces','','','','','','','get-param-namespaces','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274085,158897,'setAttribute','setAttribute sets a given attribute','- \n
\nif null is given as a key a new record is created and attached
\n','$attribute, $value','throws\n Doctrine_Exception if the value is invalid','','','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274086,158897,'setEventListener','','','(Doctrine_EventListener) $listener','','','','set-event-listener','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274087,158898,'incrementQueryCount','','','','','','','increment-query-count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274088,158898,'getTables','returns an array of all initialized tables','','','','','array','get-tables','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274089,158898,'getDriverName','','Gets the name of the instance driver','','','','','get-driver-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274090,158898,'update','Updates table row(s) with specified data','','(\n \n ) $table, $fields, $identifier, $values','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','update','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274091,158898,'fetchArray','','','$statement, $params = array()','','','array','fetch-array','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274092,158898,'getDbh','returns the database handler of which this connection uses','','','','returns\n the database handler','PDO','get-dbh','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274093,158898,'getOption','','Retrieves option','$option','','','','get-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274094,158898,'exec','','','$query, $params = array()','','','','exec','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274095,158898,'getName','getName returns the name of this driver','','','','returns\n the name of this driver','string','get-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274096,158898,'getTmpConnection','','Create a temporary connection to the database with the user credentials. This is so the user can make a connection to a db server. Some dbms allow connections with no database, but some do not. In that case we have a table which is always guaranteed to','$info','','','','get-tmp-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274097,158898,'beginInternalTransaction','','','$savepoint = null','','','','begin-internal-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274098,158898,'getCacheDriver','','','','','','','get-cache-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274099,158898,'clear','clear clears all repositories','','','','','','clear','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274100,158898,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetch-column','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274101,158898,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274102,158898,'createQuery','Creates a new Doctrine_Query object that operates on this connection.','','','','','','create-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274103,158898,'fetchBoth','','','$statement, $params = array()','','','array','fetch-both','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274104,158898,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274105,158898,'delete','deletes table row(s) matching the specified identifier','','(\n \n ) $table, $identifier','throws\n Doctrine_Connection_Exception if something went wrong at the database level','returns\n The number of affected rows','integer','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274106,158898,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274107,158898,'select','\n queries the database with limit and offset added to the query and returns\n a Doctrine_Connection_Statement object\n','','$query, $limit, $offset','','','','select','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274108,158898,'setName','','Sets the name of the connection','$name','','','','set-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274109,158898,'errorInfo','\n errorInfo Fetch extended error information associated with the last\n operation on the database handle\n','','','','','array','error-info','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274110,158898,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','get-available-drivers','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274111,158898,'getOptions','','Get array of all options','','','','','get-options','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274112,158898,'dropDatabase','','Issue drop database command for this instance of Doctrine_Connection','','','returns\n Returns Doctrine_Exception or success string','mixed','drop-database','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274113,158898,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274114,158898,'rethrowException','','','$e, $invoker','throws\n Doctrine_Connection_Exception','','','rethrow-exception','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274115,158898,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','last-insert-id','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274116,158898,'getTransactionLevel','get the current transaction nesting level','','','','','integer','get-transaction-level','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274117,158898,'__toString','returns a string representation of this object','','','','','string','to-string','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274118,158898,'query','\n query queries the database using Doctrine Query Language returns a\n collection of Doctrine_Record objects\n','\nsetAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>\n','$query, $params = array(), $hydrationMode = null','','returns\n Collection of Doctrine_Record objects','','query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274119,158898,'fetchRow','','','$statement, $params = array()','','','array','fetch-row','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274120,158898,'close','close closes the connection','','','','','','close','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274121,158898,'__get','__get lazy loads given module and returns it','','$name','throws\n Doctrine_Connection_Exception if trying to get an unknown module','returns\n connection module','','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274122,158898,'supports','','','$feature','','returns\n whether or not this drivers supports given feature','boolean','supports','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274123,158898,'driverName','converts given driver name','','$name','','','','driver-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274124,158898,'errorCode','\n errorCode Fetch the SQLSTATE associated with the last operation on the\n database handle\n','','','','','integer','error-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274125,158898,'standaloneQuery','','','$query, $params = array()','','','','standalone-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274126,158898,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274127,158898,'modifyLimitSubquery','\n Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in\n the context of the limit-subquery algorithm.\n','','(\n \n ) $rootTable, $query, $limit = false, $offset = false, $isManip = false','','','string','modify-limit-subquery','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274128,158898,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetch-one','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274129,158898,'setCharset','Set the charset on the current connection','','$charset','','','','set-charset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274130,158898,'getManager','returns the manager that created this connection','','','','','','get-manager','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274131,158898,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274132,158898,'getTable','returns a table object for given component name','','$name','','','','get-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274133,158898,'__construct','the constructor','','(\n \n ) $manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274134,158898,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','get-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274135,158898,'addTable','addTable adds a Doctrine_Table object into connection registry','','(\n \n ) $table','','','boolean','add-table','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274136,158898,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','set-date-format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274137,158898,'count','returns the count of initialized table objects','','','','','integer','count','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274138,158898,'execute','','','$query, $params = array()','','','','execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274139,158898,'insert','Inserts a table row with specified data.','','(\n \n ) $table, $fields, $values','','returns\n boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','insert','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274140,158898,'connect','connect connects into database','','','','','boolean','connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274141,158898,'modifyLimitQuery','','Some dbms require specific functionality for this. Check the other connection adapters for examples','$query, $limit = false, $offset = false, $isManip = false','','','string','modify-limit-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274142,158898,'replace','\n Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT\n query, except that if there is already a row in the table with the same\n key field values, the REPLACE query just updates its values instead of\n inserting a new row.\n','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','(\n \n ) $table, $fields, $keys','throws\n Doctrine_Connection_Exception if this driver doesn't support replace','','','replace','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274143,158898,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns\n quoted identifier string','string','quote-multiple-identifier','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274144,158898,'setOption','','Set option value','$option, $value','','','','set-option','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274145,158898,'getIterator','returns an iterator that iterators through all initialized table objects','\nquery(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>\n','','','returns\n SPL ArrayIterator object','ArrayIterator','get-iterator','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274146,158898,'prepare','','','$statement','','','','prepare','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274147,158898,'getQueryCacheDriver','','','','','','','get-query-cache-driver','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274148,158898,'flush','\n flush saves all the records from all tables this operation is isolated\n using a transaction\n','','','throws\n PDOException if something went wrong at database level','','','flush','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274149,158898,'fetchAssoc','','','$statement, $params = array()','','','array','fetch-assoc','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274150,158898,'createDatabase','','Issue create database command for this instance of Doctrine_Connection','','','returns\n Returns Doctrine_Exception or success string','mixed','create-database','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274151,158898,'queryOne','\n query queries the database using Doctrine Query Language and returns the\n first record found\n','\n $table) {\n print $table; // get a string representation of each table object\n }]]>\n\nqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>\nAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represen','array','get-column-meta','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274228,158918,'getConnection','getConnection returns the connection object this statement uses','','','','','','get-connection','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274229,158918,'bindValue','\n bindValue Binds a value to a corresponding named or question mark\n placeholder in the SQL statement that was use to prepare the statement.\n','','$param, $value, $type = null','','returns\n Returns TRUE on success or FALSE on failure.','boolean','bind-value','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274230,158918,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns\n Returns TRUE on success or FALSE on failure.','boolean','next-rowset','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274231,158918,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetch-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274232,158918,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns\n Returns TRUE on success or FALSE on failure.','boolean','set-attribute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274233,158919,'update','updates given record','','(\n \n ) $record','','returns\n whether or not the update was successful','boolean','update','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274234,158919,'saveAll','saveAll persists all the pending records from all tables','','','throws\n PDOException if something went wrong at database level','','','save-all','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274235,158919,'processSingleInsert','','','(\n \n ) $record','','','','process-single-insert','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274236,158919,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','(\n \n ) $record','throws\n Doctrine_Connection_Exception if something went wrong at database level','','','save-associations','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274237,158919,'delete','\n Deletes the given record and all the related records that participate in\n an application-level delete cascade.\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $record','','returns\n true on success, false on failure','boolean','delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274238,158919,'saveGraph','Saves the given record and all associated records.','(The save() operation is always cascaded in 0.10/1.0).','(\n \n ) $record','','','','save-graph','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274239,158919,'save','saves the given record','','(\n \n ) $record','','','','save','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274240,158919,'_cascadeDelete','\n Cascades an ongoing delete operation to related objects. Applies only on\n relations that have 'delete' in their cascade options.\n','This is an application-level cascade. Related objects that participate in the cascade and are not yet loaded are fetched from the database. Exception: many-valued relations are always (re-)fetched from the database to make sure we have all of them.','(\n \n ) $record, [[[amp]]]$deletions','throws\n PDOException If something went wrong at database level','','','cascade-delete','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274241,158919,'insert','inserts a record into database','','(\n \n ) $record','','','boolean','insert','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274242,158919,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns\n an array of component names in flushing order','array','build-flush-tree','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274243,158919,'saveRelated','saveRelated saves all related records to $record','','(\n \n ) $record','throws\n PDOException if something went wrong at database level','','','save-related','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274244,158920,'getFormats','','Get array of available formats','','','','','get-formats','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274245,158920,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array()','','','','import-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274246,158920,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','(\n \n ) $record, $fieldName, $Doctrine_Record','','','','is-relation','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274247,158920,'getModels','','Get the array of specified models to work with','','','','','get-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274248,158920,'setModels','','Set the array of specified models to work with','$models','','','','set-models','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274249,158920,'getFormat','','Get the current format we are working with','','','','','get-format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274250,158920,'setFormat','','Set the current format we are working with','$format','','','','set-format','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274251,158920,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','export-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274252,158920,'getDirectory','','Get directory for dumping/loading data from and to','','','','','get-directory','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274253,158920,'importDummyData','','Interface for importing dummy data to models','$num = 3, $models = array()','','','','import-dummy-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274254,158920,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','set-directory','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274255,158920,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274256,158920,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','export-individual-files','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274257,158921,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dump-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274258,158921,'__construct','constructor','','$directory','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274259,158921,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','prepare-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274260,158921,'doExport','','FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export.\nUpdate from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings ','','','','','do-export','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274261,158922,'doImportDummyData','Import dummy data in to the loaded models.','','$num = 3','','','','do-import-dummy-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274262,158922,'_loadData','Perform the loading of the data from the passed array','','$array','','','','load-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274263,158922,'doImport','Do the importing of the data parsed from the fixtures','','','','','','do-import','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274264,158922,'_getImportedObject','\n Get the unsaved object for a specified row key and validate that it is the\n valid object class for the passed record and relation name\n','','$rowKey, (\n \n ) $record, $relationName, $referringRowKey','throws\n Doctrine_Data_Exception','','','get-imported-object','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274265,158922,'_buildRows','\n Recursively loop over all data fixtures and build the array of className\n rows\n','','$className, $data','','','','build-rows','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274266,158922,'populateDummyRecord','Populate the passed record with a set of dummy data','','(\n \n ) $record','','','','populate-dummy-record','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274267,158922,'__construct','Optionally pass the directory/path to the yaml for importing','','$directory = null','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274268,158922,'_processRow','\n Process a row and make all the appropriate relations between the imported\n data\n','','$rowKey, $row','','','','process-row','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274269,158922,'_loadNestedSetData','Load nested set data for models with nested set enabled','','$model, $nestedSetData, $parent = null','','','','load-nested-set-data','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274270,158922,'_buildNestedSetRows','Build the rows for nested set models','','$className, $data','','','','build-nested-set-rows','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274271,158922,'doParsing','Do the parsing of the yaml files and return the final parsed array','','','','','array','do-parsing','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274272,158923,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns\n containing all changes that will need to be applied','array','compare-definition','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274273,158923,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274274,158924,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274275,158924,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274276,158924,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274277,158924,'getPortableDeclaration','\n Maps a native array description of a field to a Doctrine datatype and\n length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274278,158925,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274279,158926,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274280,158926,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274281,158927,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274282,158927,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274283,158927,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274284,158927,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274285,158927,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274286,158928,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274287,158928,'getPortableDeclaration','\n Maps a native array description of a field to a doctrine datatype and\n length\n','','$field','throws\n Doctrine_DataDict_Oracle_Exception','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274288,158929,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274289,158929,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274290,158929,'getPortableDeclaration','\n Maps a native array description of a field to a portable Doctrine datatype\n and length\n','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274291,158929,'parseBoolean','\n parseBoolean parses a literal boolean value and returns proper sql\n equivalent\n','','$value','','returns\n parsed boolean value','string','parse-boolean','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274292,158930,'getIntegerDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an integer type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-integer-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274293,158930,'getNativeDeclaration','\n Obtain DBMS specific SQL code portion needed to declare an text type field\n to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-native-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274294,158930,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns\n containing the various possible types, length, sign, fixed','array','get-portable-declaration','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274295,158931,'getName','','','','','','','get-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274296,158931,'getDefaultLength','','','','','','','get-default-length','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274297,158931,'__construct','','','','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274298,158932,'getName','getName returns the name of this event','','','','returns\n the name of this event','string','get-name','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274299,158932,'getCode','','','','','returns\n returns the code associated with this event','integer','get-code','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274300,158932,'getParams','getParams returns the parameters of the query','','','','returns\n parameters of the query','array','get-params','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274301,158932,'start','start starts the internal timer of this event','','','','returns\n this object','','start','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274302,158932,'__get','getOption returns the value of an option','','$option','','','mixed','get','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274303,158932,'getQuery','','','','','returns\n returns the query associated with this event (if any)','string','get-query','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274304,158932,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274305,158932,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns\n Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','get-invoker','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274306,158932,'end','end ends the internal timer of this event','','','','returns\n this object','','end','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274307,158932,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns\n this object','','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274308,158932,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','has-ended','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274309,158932,'getElapsedSecs','\n Get the elapsed time (in microseconds) that the event ran. If the event\n has not yet ended, return false.\n','','','','','mixed','get-elapsed-secs','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274310,158932,'__set','setOption sets the value of an option','','$option, $value','','returns\n this object','','set','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274311,158932,'setInvoker','setInvoker Defines new invoker (used in Hydrator)','','$invoker','','','','set-invoker','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274312,158932,'skipOperation','\n skipOperation skips the next operation an alias for\n __set('skipOperation', true)\n','','','','returns\n this object','','skip-operation','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274313,158933,'postSavepointRollback','','','(\n \n ) $event','','','','post-savepoint-rollback','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274314,158933,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274315,158933,'postClose','','','(\n \n ) $event','','','','post-close','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274316,158933,'postSavepointCommit','','','(\n \n ) $event','','','','post-savepoint-commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274317,158933,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274318,158933,'preSavepointRollback','','','(\n \n ) $event','','','','pre-savepoint-rollback','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274319,158933,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274320,158933,'postExec','','','(\n \n ) $event','','','','post-exec','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274321,158933,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274322,158933,'preSavepointCreate','','','(\n \n ) $event','','','','pre-savepoint-create','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274323,158933,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274324,158933,'preError','','','(\n \n ) $event','','','','pre-error','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274325,158933,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-09-01 05:38:30','2008-09-01 05:38:30'),(1274326,158933,'onCollectionDelete','','','(\n \n ) $collection','','','','on-collection-delete','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274327,158933,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274328,158933,'postSavepointCreate','','','(\n \n ) $event','','','','post-savepoint-create','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274329,158933,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274330,158933,'preClose','','','(\n \n ) $event','','','','pre-close','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274331,158933,'preSavepointCommit','','','(\n \n ) $event','','','','pre-savepoint-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274332,158933,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274333,158933,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274334,158933,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274335,158933,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274336,158933,'postError','','','(\n \n ) $event','','','','post-error','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274337,158933,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274338,158933,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274339,158933,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274340,158933,'onOpen','','','(\n \n ) $connection','','','','on-open','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274341,158933,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274342,158933,'onPreCollectionDelete','','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274343,158933,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274344,158933,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274345,158933,'postQuery','','','(\n \n ) $event','','','','post-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274346,158934,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274347,158934,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','(\n \n ) $record','','','','on-sleep','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274348,158934,'postTransactionRollback','\n onTransactionRollback an event invoked after a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','post-transaction-rollback','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274349,158934,'postClose','postClose an event invoked after Doctrine_Connection is closed','','(\n \n ) $event','','','','post-close','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274350,158934,'preTransactionBegin','\n onTransactionBegin an event invoked before a Doctrine_Connection\n transaction is being started\n','','(\n \n ) $event','','','','pre-transaction-begin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274351,158934,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274352,158934,'postExec','','','(\n \n ) $event','','','','post-exec','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274353,158934,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274354,158934,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274355,158934,'preTransactionCommit','\n onPreTransactionCommit an event invoked before a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','pre-transaction-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274356,158934,'onPreLoad','\n onPreLoad an event invoked when Doctrine_Record is being loaded from\n database but not yet initialized\n','','(\n \n ) $record','','','','on-pre-load','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274357,158934,'preError','','','(\n \n ) $event','','','','pre-error','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274358,158934,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274359,158934,'onCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-collection-delete','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274360,158934,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274361,158934,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','(\n \n ) $record','','','','on-load','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274362,158934,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274363,158934,'preClose','preClose an event invoked before Doctrine_Connection is closed','','(\n \n ) $event','','','','pre-close','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274364,158934,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274365,158934,'postTransactionBegin','\n onTransactionBegin an event invoked after a Doctrine_Connection\n transaction has been started\n','','(\n \n ) $event','','','','post-transaction-begin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274366,158934,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274367,158934,'preTransactionRollback','\n onPreTransactionRollback an event invoked before a Doctrine_Connection\n transaction is being rolled back\n','','(\n \n ) $event','','','','pre-transaction-rollback','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274368,158934,'postError','','','(\n \n ) $event','','','','post-error','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274369,158934,'set','','','$key, (Doctrine_EventListener) $listener','','','','set','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274370,158934,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','(\n \n ) $record','','','','on-wake-up','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274371,158934,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274372,158934,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274373,158934,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274374,158934,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','(\n \n ) $connection','','','','on-open','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274375,158934,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274376,158934,'onPreCollectionDelete','\n onCollectionDelete an event invoked after a Doctrine_Collection is being\n deleted\n','','(\n \n ) $collection','','','','on-pre-collection-delete','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274377,158934,'postTransactionCommit','\n onTransactionCommit an event invoked after a Doctrine_Connection\n transaction is committed\n','','(\n \n ) $event','','','','post-transaction-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274378,158934,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274379,158934,'postQuery','','','(\n \n ) $event','','','','post-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274380,158935,'postTransactionRollback','','','(\n \n ) $event','','','','post-transaction-rollback','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274381,158935,'preTransactionBegin','','','(\n \n ) $event','','','','pre-transaction-begin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274382,158935,'preFetch','','','(\n \n ) $event','','','','pre-fetch','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274383,158935,'postExec','','','(\n \n ) $event','','','','post-exec','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274384,158935,'preConnect','','','(\n \n ) $event','','','','pre-connect','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274385,158935,'preTransactionCommit','','','(\n \n ) $event','','','','pre-transaction-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274386,158935,'preError','','','(\n \n ) $event','','','','pre-error','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274387,158935,'preStmtExecute','','','(\n \n ) $event','','','','pre-stmt-execute','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274388,158935,'prePrepare','','','(\n \n ) $event','','','','pre-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274389,158935,'preFetchAll','','','(\n \n ) $event','','','','pre-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274390,158935,'preQuery','','','(\n \n ) $event','','','','pre-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274391,158935,'postTransactionBegin','','','(\n \n ) $event','','','','post-transaction-begin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274392,158935,'postStmtExecute','','','(\n \n ) $event','','','','post-stmt-execute','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274393,158935,'preTransactionRollback','','','(\n \n ) $event','','','','pre-transaction-rollback','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274394,158935,'postError','','','(\n \n ) $event','','','','post-error','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274395,158935,'postConnect','','','(\n \n ) $event','','','','post-connect','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274396,158935,'postFetchAll','','','(\n \n ) $event','','','','post-fetch-all','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274397,158935,'postFetch','','','(\n \n ) $event','','','','post-fetch','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274398,158935,'postPrepare','','','(\n \n ) $event','','','','post-prepare','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274399,158935,'postTransactionCommit','','','(\n \n ) $event','','','','post-transaction-commit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274400,158935,'preExec','','','(\n \n ) $event','','','','pre-exec','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274401,158935,'postQuery','','','(\n \n ) $event','','','','post-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274402,158936,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns\n error message','string','error-message','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274403,158937,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274404,158937,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274405,158937,'exportGeneratorsSql','exportGeneratorsSql exports plugin tables for given table','','(\n \n ) $table','','returns\n an array of sql strings','array','export-generators-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274406,158937,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','create-constraint-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274407,158937,'dropSequence','\n dropSequenceSql drop existing sequence (this method is implemented by the\n drivers)\n','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274408,158937,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','create-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274409,158937,'getDeclaration','\n Obtain DBMS specific SQL code portion needed to declare a generic type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274410,158937,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','create-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274411,158937,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274412,158937,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274413,158937,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','drop-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274414,158937,'exportSortedClassesSql','','','$classes, $groupByConnection = true','','','','export-sorted-classes-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274415,158937,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274416,158937,'getCharsetFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\n field declaration to be used in statements like CREATE TABLE.\n','','$charset','','returns\n DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','get-charset-field-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274417,158937,'getCollationFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the COLLATION of a\n field declaration to be used in statements like CREATE TABLE.\n','','$collation','','returns\n DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','get-collation-field-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274418,158937,'dropIndex','drop existing index','','$table, $name','','','','drop-index','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274419,158937,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws\n Doctrine_Connection_Exception if something fails at database level','','','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274420,158937,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274421,158937,'alterTableSql','\n generates the sql for altering an existing table (this method is\n implemented by the drivers)\n','','$name, $changes, $check = false','','','string','alter-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274422,158937,'exportTable','\n exportTable exports given table into database based on column and option\n definitions\n','','(\n \n ) $table','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274423,158937,'getForeignKeyBaseDeclaration','\n getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\n to set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','','string','get-foreign-key-base-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274424,158937,'createForeignKeySql','','','$table, $definition','','','string','create-foreign-key-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274425,158937,'getCheckDeclaration','\n Obtain DBMS specific SQL code portion needed to set a CHECK constraint\n declaration to be used in statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set a CHECK constraint','string','get-check-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274426,158937,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','FIXME: This function has ugly hacks in it to make sure sql is inserted in the correct order.','$classes','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-classes','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274427,158937,'dropTable','dropTable drop an existing table','','$table','','','','drop-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274428,158937,'exportSql','\n exportSql returns the sql for exporting Doctrine_Record classes to a\n schema\n','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','export-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274429,158937,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws\n Doctrine_Exception_Exception if unknown referential action given','','','get-foreign-key-referential-action','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274430,158937,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274431,158937,'dropIndexSql','','','$table, $name','','returns\n SQL that is used for dropping an index','string','drop-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274432,158937,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','drop-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274433,158937,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','drop-constraint','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274434,158937,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274435,158937,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274436,158937,'getUniqueFieldDeclaration','\n Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint\n of a field declaration to be used in statements like CREATE TABLE.\n','','','','returns\n DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','get-unique-field-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274437,158937,'getForeignKeyDeclaration','\n getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\n set the FOREIGN KEY constraint of a field declaration to be used in\n statements like CREATE TABLE.\n','','$definition','','returns\n DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','get-foreign-key-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274438,158937,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274439,158937,'dropForeignKey','drop existing foreign key','','$table, $name','','','','drop-foreign-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274440,158937,'createSequenceSql','\n return RDBMS specific create sequence statement (this method is\n implemented by the drivers)\n','','$seqName, $start = 1, $options = array()','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274441,158937,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274442,158937,'getAllGenerators','fetches all generators recursively for given table','','(\n \n ) $table','','returns\n an array of Doctrine_Record_Generator objects','array','get-all-generators','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274443,158937,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','create-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274444,158937,'createForeignKey','','','$table, $definition','','','string','create-foreign-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274445,158937,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','get-field-declaration-list','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274446,158937,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274447,158937,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','create-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274448,158937,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274449,158938,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274450,158938,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','create-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274451,158938,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','check-supported-changes','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274452,158938,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274453,158938,'dropSequenceSql','drop existing sequence','','$seqName','','','','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274454,158938,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','create-constraint','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274455,158938,'dropTable','drop an existing table','','$name','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274456,158938,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274457,158938,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274458,158938,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274459,158938,'createDatabase','create a new database','','$name','','','','create-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274460,158938,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274461,158938,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','make-autoincrement','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274462,158939,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274463,158939,'dropSequenceSql','drop existing sequence','','$seqName','','','string','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274464,158939,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274465,158939,'dropIndexSql','drop existing index','','$table, $name','','','boolean','drop-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274466,158939,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','drop-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274467,158939,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274468,158939,'createDatabaseSql','create a new database','','$name','','','string','create-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274469,158940,'dropDatabase','drop an existing database','','$name','','','','drop-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274470,158940,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274471,158940,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274472,158940,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274473,158940,'getTemporaryTableQuery','Override the parent method.','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274474,158940,'createDatabase','create a new database','','$name','','','','create-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274475,158941,'dropDatabaseSql','drop an existing database','','$name','','','string','drop-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274476,158941,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274477,158941,'getDeclaration','\n Obtain DBMS specific SQL code portion needed to declare a generic type\n field to be used in statements like CREATE TABLE.\n','','$name, $field','','returns\n DBMS specific SQL code portion that should be used to declare the specified field.','string','get-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274478,158941,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274479,158941,'getDefaultFieldDeclaration','\n getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\n a default value declaration to be used in statements like CREATE TABLE.\n','','$field','','returns\n DBMS specific SQL code portion needed to set a default value','string','get-default-field-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274480,158941,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274481,158941,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','alter-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274482,158941,'dropIndexSql','drop existing index','','$table, $name','','','','drop-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274483,158941,'dropTableSql','dropTable','','$table','throws\n PDOException','','','drop-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274484,158941,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274485,158941,'dropForeignKey','drop existing foreign key','','$table, $name','','','','drop-foreign-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274486,158941,'getIndexDeclaration','\n Obtain DBMS specific SQL code portion needed to set an index declaration\n to be used in statements like CREATE TABLE.\n','','$name, $definition, $charset','','returns\n DBMS specific SQL code portion needed to set an index','string','get-index-declaration','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274487,158941,'createDatabaseSql','','','$name','','','','create-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274488,158941,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274489,158942,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274490,158942,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274491,158942,'dropDatabase','drop an existing database','','$name, $this->conn','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','drop-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274492,158942,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274493,158942,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','drop-autoincrement','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274494,158942,'dropTable','drop an existing table','','$name','','','','drop-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274495,158942,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274496,158942,'getTemporaryTableQuery','\n A method to return the required SQL string that fits between CREATE ...\n TABLE to create the table as a temporary table.\n','','','','returns\n The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','get-temporary-table-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274497,158942,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','create-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274498,158942,'createDatabase','create a new database','','$name, $db','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','create-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274499,158942,'createTable','create a new table','','$name, $fields, $options = array()','','','','create-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274500,158942,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns\n MDB2_OK on success, a MDB2 error on failure','mixed','make-autoincrement','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274501,158943,'dropDatabaseSql','drop an existing database','','$name','throws\n PDOException','','','drop-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274502,158943,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','create-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274503,158943,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274504,158943,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274505,158943,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','alter-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274506,158943,'alterTable','alter an existing table','','$name, $changes, $check = false','throws\n Doctrine_Connection_Exception','','boolean','alter-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274507,158943,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws\n Doctrine_Connection_Exception if something fails at database level','','string','create-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274508,158943,'createDatabaseSql','','','$name','','','','create-database-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274509,158944,'pop','','','','','','','pop','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274510,158944,'add','','','$code, $message','','','','add','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274511,158944,'getIterator','','','','','','','get-iterator','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274512,158945,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns\n of data in the specified format','string','export-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274513,158945,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','build-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274514,158946,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws\n PDOException','','','create-index-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274515,158946,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','create-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274516,158946,'getAdvancedForeignKeyOptions','\n getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\n with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...\n','','$definition','','','string','get-advanced-foreign-key-options','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274517,158946,'dropDatabase','','drop an existing database','$databaseFile','throws\n Doctrine_Export_Exception if something failed during the removal of the database file','','','drop-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274518,158946,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','drop-sequence-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274519,158946,'alterTableSql','','','$name, $changes, $check = false','','','','alter-table-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274520,158946,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','create-sequence','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274521,158946,'createDatabase','','Create sqlite database file','$databaseFile','','','','create-database','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274522,158946,'createForeignKey','','Sqlite does not support foreign keys so we are not even going to do anything if this function is called to avoid any sql errors if a user tries to use this on sqlite','$table, $definition','','','string','create-foreign-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274523,158946,'getIndexFieldDeclarationList','\n getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\n to set an index declaration to be used in statements like CREATE TABLE.\n','','$fields','','','string','get-index-field-declaration-list','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274524,158947,'parseExpression','','','$expr','','','','parse-expression','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274525,158947,'setExpression','','','$clause','','','','set-expression','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274526,158947,'__toString','','','','','','','to-string','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274527,158947,'parseClause','','','$clause','','returns\n The parse clause','string','parse-clause','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274528,158947,'__construct','Create an expression','','$expr, (Doctrine_Connection) $conn = null','','','','construct','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274529,158947,'getSql','','','','','returns\n The expression','string','get-sql','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274530,158947,'getConnection','','','','','returns\n The connection','','get-connection','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274531,158948,'pi','','','','','','','pi','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274532,158948,'upper','\n upper Returns the string $str with all characters changed to uppercase\n according to the current character set mapping.\n','','$str','','','string','upper','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274533,158948,'avg','Returns the average value of a column','','$column','','returns\n generated sql including an AVG aggregate function','string','avg','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274534,158948,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274535,158948,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n
\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns\n an expression','string','add','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274536,158948,'between','\n Returns SQL that checks if an expression evaluates to a value between two\n values.\n','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns\n logical expression','string','between','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274537,158948,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274538,158948,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274539,158948,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274540,158948,'trim','\n trim returns the string $str with leading and proceeding space characters\n removed\n','','$str','','','string','trim','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274541,158948,'cos','','','$value','','','','cos','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274542,158948,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274543,158948,'not','Returns the SQL for a logical not.','Example:\n','$expression','','returns\n a logical expression','string','not','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274544,158948,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nexpr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','mul','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274545,158948,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns\n SQL substring function with given parameters','string','substring','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274546,158948,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274547,158948,'neq','Returns the SQL to check if two values are unequal.','Example:\n','$value1, $value2','','returns\n logical expression','string','neq','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274548,158948,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns\n logical expression','string','in','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274549,158948,'mod','\n Returns the remainder of the division operation $expression1 /\n $expression2.\n','','$expression1, $expression2','','','string','mod','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274550,158948,'now','Returns the current system date.','','','','','string','now','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274551,158948,'sum','Returns the total sum of a column','','$column','','','string','sum','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274552,158948,'isNull','Returns SQL that checks if a expression is null.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>\n','$expression','','returns\n logical expression','string','is-null','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274553,158948,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from','$args','','returns\n an expression','string','sub','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274554,158948,'lte','\n Returns the SQL to check if one value is less than or equal to another\n value.\n','Example:\n','$value1, $value2','','returns\n logical expression','string','lte','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274555,158948,'sin','','','$value','','','','sin','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274556,158948,'gte','\n Returns the SQL to check if one value is greater than or equal to another\n value.\n','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gte','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274557,158948,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns\n generated sql including a COUNT aggregate function','string','count','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274558,158948,'getIdentifiers','','','$columns','','','','get-identifiers','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274559,158948,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274560,158948,'max','Returns the highest value of a column','','$column','','returns\n generated sql including a MAX aggregate function','string','max','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274561,158948,'eq','Returns the SQL to check if two values are equal.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','eq','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274562,158948,'getIdentifier','','','$column','','','','get-identifier','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274563,158948,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274564,158948,'lt','Returns the SQL to check if one value is less than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','lt','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274565,158948,'gt','Returns the SQL to check if one value is greater than another value.','Example:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>\n','$value1, $value2','','returns\n logical expression','string','gt','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274566,158948,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n\nexpr;\n\n $q->select(\'u.*\')\n ->from(\'','$args','','returns\n an expression','string','div','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274567,158948,'lower','\n lower Returns the string $str with all characters changed to lowercase\n according to the current character set mapping.\n','','$str','','','string','lower','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274568,158948,'isNotNull','Returns SQL that checks if a expression is not null.','Example:\n','$expression','','returns\n logical expression','string','is-not-null','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274569,158948,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274570,158948,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274571,158948,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274572,158948,'locate','\n locate returns the position of the first occurrence of substring $substr\n in string $str\n','','$str, $substr','','','integer','locate','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274573,158948,'min','Returns the lowest value of a column','','$column','','','string','min','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274574,158949,'patternEscapeString','build string to define escape pattern string','','','','returns\n define escape pattern','string','pattern-escape-string','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274575,158949,'functionTable','return string for internal table used when calling only a function','','','','returns\n for internal table used when calling only a function','string','function-table','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274576,158950,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns\n to call a function to get a substring','string','substring','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274577,158950,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n\nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>\n\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274578,158950,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274579,158950,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns\n to concatenate two strings','string','concat','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274580,158951,'month','Returns the month from dbms','','$column','','returns\n to get month from dbms','string','month','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274581,158951,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274582,158951,'regexp','returns the regular expression operator','','','','','string','regexp','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274583,158951,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274584,158951,'day','Returns day from dbms','','$column','','returns\n to get day from dbms','string','day','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274585,158951,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274586,158951,'year','Returns the year from dbms','','$column','','returns\n to get year from dbms','string','year','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274587,158952,'random','','','','','returns\n an oracle SQL string that generates a float between 0 and 1','string','random','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274588,158952,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274589,158952,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement\n','There are three special variables for current date and time:\n
\n
- \n
\nCURRENT_TIMESTAMP (date and time, TIMESTAMP type)
\n- \n
\nCURRENT_DATE (date, DATE type)
\n- \n
CURRENT_TIME (time, TIME t','$type = 'timestamp'','','returns\n to call a variable with the current timestamp','string','now','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274590,158952,'guid','Returns global unique identifier','','','','returns\n to get global unique identifier','string','guid','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274591,158952,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274592,158953,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274593,158953,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns\n SQL pattern','string','match-pattern','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274594,158953,'regexp','','','','','returns\n the regular expression operator','string','regexp','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274595,158953,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n string to generate float between 0 and 1','return','random','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274596,158953,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274597,158953,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns\n sql that extracts part of a string.','string','substring','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274598,158953,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274599,158953,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274600,158953,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274601,158953,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274602,158954,'rtrimImpl','','','$str','','','','rtrim-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274603,158954,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','mod-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274604,158954,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274605,158954,'locateImpl','\n locate returns the position of the first occurrence of substring $substr\n in string $str that SQLite's locate() function receives\n','','$substr, $str','','','string','locate-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274606,158954,'sha1Impl','','','$str','','','','sha1-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274607,158954,'regexp','returns the regular expression operator','','','','','string','regexp','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274608,158954,'random','\n return string to call a function to get random value inside an SQL\n statement\n','','','','returns\n to generate float between 0 and 1','string','random','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274609,158954,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns\n SQL substring function with given parameters','string','substring','2008-09-01 05:38:31','2008-09-01 05:38:31'); INSERT INTO `api_method` VALUES (1274610,158954,'now','\n Return string to call a variable with the current timestamp inside an SQL\n statement There are three special variables for current date and time.\n','','$type = 'timestamp'','','returns\n sqlite function as string','string','now','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274611,158954,'trimImpl','','','$str','','','','trim-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274612,158954,'ltrimImpl','','','$str','','','','ltrim-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274613,158954,'soundex','\n soundex Returns a string to call a function to compute the soundex\n encoding of a string\n','The string "?000" is returned if the argument is NULL.','$value','','returns\n SQL soundex function with given parameter','string','soundex','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274614,158954,'concatImpl','\n Returns a concatenation of the data that SQLite's concat() function\n receives.\n','','','','','string','concat-impl','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274615,158955,'setTableDefinition','','','','','','','set-table-definition','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274616,158955,'get','','','$name, $load = true','','','','get','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274617,158955,'setUp','','','','','','','set-up','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274618,158956,'setTableDefinition','','','','','','','set-table-definition','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274619,158956,'setUp','','','','','','','set-up','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274620,158957,'getIndexName','adds index name formatting to a index name','','$idx','','returns\n formatted index name','string','get-index-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274621,158957,'fixIndexName','\n Removes any formatting in an index name using the\n 'idxname_format' option\n','','$idx','','returns\n name of the index with possible formatting removed','string','fix-index-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274622,158957,'convertBooleans','\n convertBooleans some drivers need the boolean values to be converted into\n integers when using DQL API\n','This method takes care of that conversion','$item','','','','convert-booleans','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274623,158957,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns\n formatted sequence name','string','get-sequence-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274624,158957,'getTableName','adds table name formatting to a table name','','$table','','returns\n formatted table name','string','get-table-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274625,158957,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns\n quoted string','string','escape-pattern','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274626,158957,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274627,158957,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns\n quoted identifier string','string','quote-identifier','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274628,158957,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns\n quoted identifier string','string','quote-multiple-identifier','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274629,158957,'fixSequenceName','\n Removes any formatting in an sequence name using the\n 'seqname_format' option\n','','$sqn','','returns\n name of the sequence with possible formatting removed','string','fix-sequence-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274630,158958,'setFieldParser','','','$field, (string|object) $parser','','','','set-field-parser','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274631,158958,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns\n whether or not the hooking was','boolean','hook-where','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274632,158958,'hookLimit','set the hook limit','','$limit','','','','hook-limit','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274633,158958,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns\n whether or not the hooking was successful','boolean','hook-orderby','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274634,158958,'getQuery','','','','','returns\n returns the query object associated with this hook','','get-query','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274635,158958,'__construct','','','(Doctrine_Query) $query','','','','construct','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274636,158958,'hookOffset','set the hook offset','','$offset','','','','hook-offset','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274637,158958,'setTypeParser','','','$type, (string|object) $parser','','','','set-type-parser','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274638,158959,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274639,158960,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274640,158961,'getParams','getParams returns the parameters associated with this parser','','','','','array','get-params','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274641,158961,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274642,158961,'getCondition','','','','','','','get-condition','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274643,158962,'parseSingle','','','$alias, $field, $value','','','','parse-single','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274644,158962,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274645,158962,'parseClause','','','$alias, $field, $value','','','','parse-clause','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274646,158962,'__construct','Constructor.','','','','','','construct','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274647,158963,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse-single','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274648,158964,'_getCustomIndexField','Gets the custom field used for indexing for the specified component alias.','','$alias','','returns\n The field name of the field used for indexing or NULL if the component does not use any custom field indices.','string','get-custom-index-field','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274649,158964,'hydrateResultSet','hydrateResultSet parses the data returned by statement object','This is method defines the core of Doctrine's object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases, $aliasMap','','','array','hydrate-result-set','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274650,158964,'_setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','set-last-element','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274651,158964,'_gatherRowData','\n Puts the fields of a data row into a new array, grouped by the component\n they belong to. The column names in the result set are mapped to their\n field names during this procedure.\n','','[[[amp]]]$data, [[[amp]]]$cache, [[[amp]]]$id, [[[amp]]]$nonemptyComponents','','returns\n An array with all the fields (name => value) of the data row, grouped by their component (alias).','array','gather-row-data','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274652,158965,'getHydrationMode','Get the fetchmode','','','','returns\n One of the Doctrine::HYDRATE_* constants','integer','get-hydration-mode','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274653,158965,'hydrateResultSet','parseData parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases','','','array','hydrate-result-set','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274654,158965,'setHydrationMode','Sets the fetchmode.','','$hydrationMode, $fetchmode','','','','set-hydration-mode','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274655,158965,'__construct','constructor','','(Doctrine_Connection|null) $connection','','','','construct','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274656,158965,'setQueryComponents','setAliasMap sets the whole component alias map','','$queryComponents, $map','','returns\n this object','Doctrine_Hydrate','set-query-components','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274657,158965,'getQueryComponents','getAliasMap returns the component alias map','','','','returns\n component alias map','array','get-query-components','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274658,158966,'initRelated','','','[[[amp]]]$data, $name','','','','init-related','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274659,158966,'getNullPointer','','','','','','','get-null-pointer','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274660,158966,'getLastKey','','','[[[amp]]]$data','','','','get-last-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274661,158966,'getElementCollection','','','$component','','','','get-element-collection','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274662,158966,'registerCollection','','','$coll','','','','register-collection','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274663,158966,'flush','','','','','','','flush','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274664,158966,'getElement','','','$data, $component','','','','get-element','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274665,158967,'initRelated','','','(\n \n ) $record, $name','','','','init-related','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274666,158967,'getNullPointer','','','','','','','get-null-pointer','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274667,158967,'getLastKey','','','$coll','','','','get-last-key','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274668,158967,'getElementCollection','','','$component','','','','get-element-collection','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274669,158967,'registerCollection','','','(\n \n ) $coll','','','','register-collection','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274670,158967,'flush','','','','','','','flush','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274671,158967,'_getClassnameToReturn','\n Get the classname to return. Most often this is just the\n options&[apos;name']\n','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','[[[amp]]]$data, $component','','returns\n The name of the class to create','string','get-classname-to-return','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274672,158967,'getElement','','','$data, $component','','','','get-element','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274673,158968,'setTableDefinition','buildDefinition','','$Doctrine_Table','','','','set-table-definition','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274674,158968,'__construct','','','$options','','','','construct','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274675,158968,'buildRelation','','','','','','','build-relation','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274676,158969,'userExists','checks if a user exists','','$user','','','boolean','user-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274677,158969,'viewExists','checks if a view exists','','$view, (string|null) $database = null','','','boolean','view-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274678,158969,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274679,158969,'databaseExists','checks if a database exists','','$database','','','boolean','database-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274680,158969,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274681,158969,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274682,158969,'tableExists','checks if a table exists','','$table, (string|null) $database = null','','','boolean','table-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274683,158969,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274684,158969,'listDatabases','lists all databases','','','','','array','list-databases','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274685,158969,'tableIndexExists','checks if a table index exists','','$index, $table','','','boolean','table-index-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274686,158969,'tableViewExists','checks if a table view exists','','$view, $table','','','boolean','table-view-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274687,158969,'functionExists','checks if a function exists','','$function','','','boolean','function-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274688,158969,'listUsers','lists database users','','','','','array','list-users','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274689,158969,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274690,158969,'tableTriggerExists','checks if a table trigger exists','','$trigger, $table','','','boolean','table-trigger-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274691,158969,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns\n the names of the imported classes','array','import-schema','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274692,158969,'tableConstraintExists','checks if a table constraint exists','','$constraint, $table','','','boolean','table-constraint-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274693,158969,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274694,158969,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274695,158969,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274696,158969,'triggerExists','checks if a trigger exists','','$trigger, (string|null) $database = null','','','boolean','trigger-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274697,158969,'tableColumnExists','checks if a table column exists','','$column, $table','','','boolean','table-column-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274698,158969,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$table','','','array','list-table-relations','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274699,158969,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274700,158969,'sequenceExists','checks if a sequence exists','','$sequence, (string|null) $database = null','','','boolean','sequence-exists','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274701,158969,'_singularizeTableName','Singularize a table name','','$tableName','','','$singularTableName','singularize-table-name','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274702,158969,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-09-01 05:38:31','2008-09-01 05:38:31'),(1274703,158970,'setSuffix','','','$suffix','','','','set-suffix','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274704,158970,'buildAttributes','','','$attributes, $array','','','','build-attributes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274705,158970,'generateAccessors','Generate physical accessors for columns and relationships','','$bool = null','','','boolean','generate-accessors','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274706,158970,'buildDefinition','','','$definition','','','string','build-definition','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274707,158970,'buildActAs','buildActAs: builds a complete actAs code. It supports hierarchy of plugins','','$actAs','','','','build-act-as','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274708,158970,'setTargetPath','','','$path','','','','set-target-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274709,158970,'setBaseClassPrefix','','','$prefix','','','','set-base-class-prefix','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274710,158970,'setPackagesPrefix','setPackagePath','','$packagesPrefix','','','','set-packages-prefix','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274711,158970,'setBaseClassesDirectory','','','$baseClassesDirectory','','','','set-base-classes-directory','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274712,158970,'setOptions','','','$options','','','','set-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274713,158970,'writeDefinition','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','write-definition','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274714,158970,'buildIndexes','','','$indexes, $array','','','','build-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274715,158970,'setBaseClassName','','','$className','','','','set-base-class-name','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274716,158970,'writeTableDefinition','','','$className, $path, $options = array()','','','','write-table-definition','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274717,158970,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274718,158970,'buildSetUp','','','$definition, $options, $columns, $relations','','','string','build-set-up','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274719,158970,'buildAccessors','','','$definition','','','','build-accessors','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274720,158970,'__construct','','','','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274721,158970,'getTargetPath','','','','','returns\n the path where imported files are being generated','string','get-target-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274722,158970,'buildTableDefinition','','','$definition','','','','build-table-definition','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274723,158970,'buildColumns','','','$columns, $array','','','','build-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274724,158970,'buildTemplates','','','$templates, $array','','','','build-templates','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274725,158970,'setPackagesPath','','','$packagesPath','','','','set-packages-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274726,158970,'setOption','','','$key, $value','','','','set-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274727,158970,'buildListener','','','$listener','','','string','build-listener','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274728,158970,'buildRecord','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','build-record','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274729,158970,'getBaseClassPrefix','','','','','','','get-base-class-prefix','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274730,158970,'buildOptions','buildTableOptions','','$options, $array','','','','build-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274731,158970,'generateTableClasses','','Specify whether or not to generate children table classes','$bool = null','','','boolean','generate-table-classes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274732,158970,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','boolean','generate-base-classes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274733,158971,'listTableViews','list the views in the database that reference a given table','','$table','','returns\n data array containing all views for given table','array','list-table-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274734,158971,'listTableColumns','list all fields in a tables in the current database','','$table','','returns\n data array on success, a MDB2 error on failure','mixed','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274735,158971,'listViews','list the views in the database','','$database = null','','returns\n data array containing all database views','array','list-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274736,158971,'listUsers','list all users','','','','returns\n data array containing all database users','array','list-users','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274737,158971,'listTables','list all tables in the current database','','$database = null','','returns\n data array','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274738,158971,'listFunctions','list all functions in the current database','','','','returns\n data array containing all availible functions','array','list-functions','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274739,158971,'listTableTriggers','\n This function will be called to get all triggers of the current database\n ($this->conn->getDatabase())\n','','$table','','returns\n data array containing all triggers for given table','array','list-table-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274740,158972,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274741,158972,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274742,158972,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274743,158972,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274744,158972,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274745,158972,'listTriggers','lists all triggers','','$database = null','','','array','list-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274746,158972,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274747,158972,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274748,158973,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274749,158973,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274750,158973,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274751,158973,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274752,158973,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274753,158973,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','list-table-relations','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274754,158973,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274755,158974,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274756,158974,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274757,158974,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274758,158974,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274759,158974,'listDatabases','lists all databases','','','','','array','list-databases','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274760,158974,'listUsers','lists database users','','','','','array','list-users','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274761,158974,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274762,158974,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274763,158974,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274764,158974,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274765,158974,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274766,158974,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274767,158975,'listTableViews','list the views in the database that reference a given table','','$table','','','array','list-table-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274768,158975,'listTableIndexes','list all indexes in a table','','$table','','','array','list-table-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274769,158975,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274770,158975,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274771,158975,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274772,158975,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274773,158975,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274774,158976,'getOption','','','$name','','','','get-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274775,158976,'getOptions','','','','','','','get-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274776,158976,'_processInheritance','','Perform some processing on inheritance. Sets the default type and sets some default values for certain types','$array','','','','process-inheritance','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274777,158976,'setOptions','','','$options','','','','set-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274778,158976,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','import-schema','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274779,158976,'buildSchema','','Loop throug directories of schema files and parse them all in to one complete array of schema information','$schema, $format','','','array','build-schema','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274780,158976,'_fixDuplicateRelations','','Ensure the relations for each class are unique and that no duplicated relations exist from the auto generated relations and the user explicitely defining the opposite end','','','','','fix-duplicate-relations','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274781,158976,'setOption','','','$name, $value','','','','set-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274782,158976,'_autoCompleteOppositeRelations','fixRelationships','Loop through all relationships building the opposite ends of each relationship and make sure no duplicate relations exist','','','','','auto-complete-opposite-relations','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274783,158976,'_validateSchemaElement','','','$name, $element, $path, $value','','','','validate-schema-element','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274784,158976,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','build-relationships','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274785,158976,'getValidators','','Retrieve the array of available validators','','','','array','get-validators','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274786,158976,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns\n Built array of schema information','array','parse-schema','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274787,158976,'_buildUniqueRelationKey','','Build a unique key to identify a relationship by Md5 hash of all the relationship parameters','$relation','','','','build-unique-relation-key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274788,158976,'_findBaseSuperClass','\n Find the base super class for this inheritance child. We need to move all\n levels of children to the top most parent.\n','','$array, $class','','returns\n Class to get find the parent for','string','find-base-super-class','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274789,158977,'listTableViews','lists table views','','$table','','','array','list-table-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274790,158977,'listTableIndexes','lists table constraints','','$table','','','array','list-table-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274791,158977,'listTableColumns','lists table constraints','','$table','','','array','list-table-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274792,158977,'listViews','lists database views','','(string|null) $database = null','','','array','list-views','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274793,158977,'listDatabases','lists all databases','','','','','array','list-databases','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274794,158977,'listUsers','lists database users','','','','','array','list-users','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274795,158977,'listTables','lists tables','','(string|null) $database = null','','','array','list-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274796,158977,'listFunctions','lists all availible database functions','','','','','array','list-functions','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274797,158977,'listTableConstraints','lists table constraints','','$table','','','array','list-table-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274798,158977,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','list-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274799,158977,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','list-sequences','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274800,158977,'listTableTriggers','lists table triggers','','$table','','','array','list-table-triggers','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274801,158978,'classify','\n Convert a word in to the format for a Doctrine class name. Converts\n 'table_name' to 'TableName'\n','','$word','','returns\n Classified word','string','classify','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274802,158978,'seemsUtf8','Check if a string has utf7 characters in it','By bmorel at ssi dot fr','$string','','','boolean','seems-utf8','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274803,158978,'urlize','\n Convert any passed string to a url friendly string. Converts 'My first\n blog post' to 'my-first-blog-post'\n','','$text','','returns\n Urlized text','string','urlize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274804,158978,'classifyCallback','Callback function to classify a classname properly.','','$matches','','returns\n A string with matches 1 and mathces 3 in upper case.','string','classify-callback','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274805,158978,'unaccent','Remove any illegal characters, accents, etc.','','$string','','returns\n Unaccented string','string','unaccent','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274806,158978,'tableize','\n Convert word in to the format for a Doctrine table name. Converts\n 'ModelName' to 'model_name'\n','','$word','','returns\n Tableized word','string','tableize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274807,158978,'singularize','\n Singularize an English noun. Converts 'Quizzes' to\n 'Quiz'.\n','','$word','','returns\n Singular noun.','string','singularize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274808,158978,'pluralize','\n Pluralize an English noun. Converts 'Category' to\n 'Categories'.\n','','$word','','returns\n Plural noun','string','pluralize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274809,158979,'buildIntegrityRelations','','','(\n \n ) $table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components, $aliases, $fields, $indexes, $components','','','','build-integrity-relations','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274810,158979,'processDeleteIntegrity','','','(\n \n ) $record','','','','process-delete-integrity','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274811,158979,'invokeIntegrityActions','','','(\n \n ) $record','','','','invoke-integrity-actions','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274812,158979,'buildIntegrityRelationQuery','','','(\n \n ) $record','','returns\n The result','array','build-integrity-relation-query','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274813,158980,'getTableAsString','','returns a string representation of Doctrine_Table object','(\n \n ) $table','','','string','get-table-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274814,158980,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','make-directories','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274815,158980,'stringToArray','','','$string','','','','string-to-array','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274816,158980,'getCollectionAsString','','returns a string representation of Doctrine_Collection object','(\n \n ) $collection','','','string','get-collection-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274817,158980,'getConnectionAsString','','returns a string representation of Doctrine_Connection object','(\n \n ) $connection','','','string','get-connection-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274818,158980,'copyDirectory','','','$source, $dest','','','','copy-directory','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274819,158980,'formatSql','','','$sql','','returns\n the formated sql','string','format-sql','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274820,158980,'isValidClassName','','checks for valid class name (uses camel case and underscores)','$className, $classname','','','boolean','is-valid-class-name','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274821,158980,'getRecordStateAsString','','','$state','','returns\n string representation of given state','string','get-record-state-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274822,158980,'literalize','Finds the type of the passed value, returns the value as the new type.','','$value, $quoted = false','','','mixed','literalize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274823,158980,'getConnectionStateAsString','','returns a given connection state as string','$state','','','','get-connection-state-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274824,158980,'removeDirectories','','','$folderPath','','','','remove-directories','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274825,158980,'getValidators','','Get available doctrine validators','','','','array','get-validators','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274826,158980,'arrayDeepMerge','','','','','','','array-deep-merge','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274827,158980,'getRecordAsString','','returns a string representation of Doctrine_Record object','(\n \n ) $record','','','string','get-record-as-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274828,158981,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','(\n \n ) $conn','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274829,158981,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws\n Doctrine_Locking_Exception If the release process failed due to database errors','returns\n The number of locks that have been released','integer','release-aged-locks','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274830,158981,'getLockOwner','\n Gets the identifier that identifies the owner of the lock on the given\n record.\n','','(Doctrine_Record) $lockedRecord','','returns\n The unique user identifier that identifies the owner of the lock.','mixed','get-lock-owner','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274831,158981,'releaseLock','\n Releases a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the release procedure failed due to database errors','returns\n TRUE if a lock was released, FALSE if no lock was released','boolean','release-lock','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274832,158981,'getLock','\n Obtains a lock on a\n \n ','','(\n \n ) $record, $userIdent','throws\n Doctrine_Locking_Exception If the locking failed due to database errors','returns\n TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','get-lock','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274833,158982,'connection','\n Open a new connection. If the adapter parameter is set this method acts as\n a short cut for\n Doctrine_Manager::getInstance()->openConnection($adapter, $name);\n','if the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurrentConnection()','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws\n Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274834,158982,'getConnectionForComponent','Get the connection instance for the specified component','','$componentName','','','','get-connection-for-component','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274835,158982,'bindComponent','\n Binds given component to given connection this means that when ever the\n given component uses a connection it will be using the bound connection\n instead of the current connection\n','','$componentName, $connectionName','','','boolean','bind-component','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274836,158982,'hasConnectionForComponent','Check if a component is bound to a connection','','$componentName = null','','','boolean','has-connection-for-component','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274837,158982,'_buildDsnPartsArray','Build the blank dsn parts array used with parseDsn()','','$dsn','','','array','build-dsn-parts-array','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274838,158982,'getInstance','Returns an instance of this class (this class uses the singleton pattern)','','','','','','get-instance','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274839,158982,'createDatabases','Creates databases for all existing connections','','$specifiedConnections = array()','','','','create-databases','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274840,158982,'__toString','Returns a string representation of this object','','','','','string','to-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274841,158982,'contains','Whether or not the manager contains specified connection','','$key','','','boolean','contains','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274842,158982,'getCurrentConnection','Get the current connection instance','','','throws\n Doctrine_Connection_Exception if there are no open connections','','','get-current-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274843,158982,'setQueryRegistry','Sets the query registry','','(\n \n ) $registry','','returns\n this object','','set-query-registry','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274844,158982,'openConnection','Opens a new connection and saves it to Doctrine_Manager->connections','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws\n Doctrine_Manager_Exception if trying to open connection for unknown driver','','','open-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274845,158982,'count','Returns the number of opened connections','','','','','integer','count','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274846,158982,'getConnections','Returns all opened connections','','','','','array','get-connections','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274847,158982,'dropDatabases','Drops databases for all existing connections','','$specifiedConnections = array()','','','','drop-databases','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274848,158982,'setDefaultAttributes','setDefaultAttributes sets default attributes','','','','','boolean','set-default-attributes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274849,158982,'getConnectionName','Get the name of the passed connection instance','','(\n \n ) $conn','','returns\n the name of the connection','string','get-connection-name','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274850,158982,'getIterator','Returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','get-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274851,158982,'getConnection','Get the connection instance for the passed name','','$name, $index','throws\n Doctrine_Manager_Exception if trying to get a non-existent connection','','','get-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274852,158982,'setCurrentConnection','Sets the current connection to $key','','$key','throws\n InvalidKeyException','','','set-current-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274853,158982,'getQueryRegistry','Lazy-initializes the query registry object and returns it','','','','','','get-query-registry','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274854,158982,'parsePdoDsn','Parse a pdo style dsn in to an array of parts','','$dsn','','returns\n The array parsed','array','parse-pdo-dsn','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274855,158982,'closeConnection','Closes the specified connection','','(\n \n ) $connection','','','','close-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274856,158982,'parseDsn','Parse a Doctrine style dsn string in to an array of parts','','$dsn','','returns\n Parsed contents of DSN','array','parse-dsn','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274857,158983,'getNextVersion','','','','','','integer','get-next-version','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274858,158983,'addChange','','','$type, $change = array(), $array','','','','add-change','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274859,158983,'removeColumn','','','$tableName, $columnName','','','','remove-column','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274860,158983,'createMigrationTable','','Creates the migration table used to store the current version','','','','','create-migration-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274861,158983,'getMigrationClass','','Get instance of migration class for $num','$num','','','','get-migration-class','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274862,158983,'loadMigrationClasses','','Loads the migration classes for the directory specified by the constructor','','','','','load-migration-classes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274863,158983,'setTableName','','','$tableName','','','','set-table-name','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274864,158983,'renameTable','','','$oldTableName, $newTableName','','','','rename-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274865,158983,'getTableName','','','','','','','get-table-name','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274866,158983,'createConstraint','','','$tableName, $constraintName, $definition','','','','create-constraint','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274867,158983,'renameColumn','','','$tableName, $oldColumnName, $newColumnName','','','','rename-column','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274868,158983,'dropTable','','','$tableName','','','','drop-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274869,158983,'getMigrationClasses','','','','','','','get-migration-classes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274870,158983,'hasMigrated','','Returns true/false for whether or not this database has been migrated in the past','','','','','has-migrated','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274871,158983,'__construct','construct','Specify the path to the directory with the migration classes. The classes will be loaded and the migration table will be created if it does not already exist','$directory = null','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274872,158983,'getCurrentVersion','','Get the current version of the database','','','','','get-current-version','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274873,158983,'postUp','','','','','','','post-up','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274874,158983,'dropConstraint','','','$tableName, $constraintName, $primary = false','','','','drop-constraint','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274875,158983,'getLatestVersion','','Gets the latest possible version from the loaded migration classes','','','','','get-latest-version','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274876,158983,'preUp','','','','','','','pre-up','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274877,158983,'preDown','','','','','','','pre-down','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274878,158983,'addColumn','','','$tableName, $columnName, $type, $options = array(), $array','','','','add-column','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274879,158983,'postDown','','','','','','','post-down','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274880,158983,'dropForeignKey','','','$tableName, $fkName, $constraintName','','','','drop-foreign-key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274881,158983,'removeIndex','','','$tableName, $indexName','','','','remove-index','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274882,158983,'changeColumn','renameColumn','','$tableName, $columnName, $type, $options = array(), $array','','','','change-column','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274883,158983,'doMigrateStep','','Perform migration directory for the specified version. Loads migration classes and performs the migration then processes the changes','$direction, $num','','','','do-migrate-step','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274884,158983,'setCurrentVersion','','Sets the current version in the migration table','$number','','','','set-current-version','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274885,158983,'createForeignKey','','','$tableName, $definition, $constraintName','','','','create-foreign-key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274886,158983,'addIndex','','','$tableName, $indexName, $definition, $array','','','','add-index','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274887,158983,'loadMigrationClassesFromDirectory','','refactored out from loadMigrationClasses $param array An array of classes','','','','','load-migration-classes-from-directory','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274888,158983,'createTable','','','$tableName, $fields = array(), $options = array(), $array','','','','create-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274889,158983,'migrate','','Perform a migration chain by specifying the $from and $to. If you do not specify a $from or $to then it will attempt to migrate from the current version to the latest version','$to = null, $from','','','','migrate','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274890,158983,'doMigrate','','Perform migration for a migration class. Executes the up or down method then processes the changes','$direction','','','','do-migrate','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274891,158984,'buildCreateForeignKey','','','$tableName, $definition','','','','build-create-foreign-key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274892,158984,'buildDropForeignKey','','','$tableName, $definition','','','','build-drop-foreign-key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274893,158984,'generateMigrationsFromDb','','','','','','','generate-migrations-from-db','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274894,158984,'setMigrationsPath','','','$path','','','','set-migrations-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274895,158984,'buildDropTable','','','$tableData','','','string','build-drop-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274896,158984,'loadTemplate','','Loads the class template used for generating classes','','','','','load-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274897,158984,'generateMigrationsFromModels','','','$modelsPath = null, $modelLoading = null','','','','generate-migrations-from-models','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274898,158984,'__construct','','','$migrationsPath = null','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274899,158984,'buildMigrationClass','','','$className, $fileName = null, $options = array(), $up = null, $down = null','','','string','build-migration-class','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274900,158984,'getMigrationsPath','','','','','returns\n the path where migration classes are stored and being generated','string','get-migrations-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274901,158984,'generateMigrationClass','','','$className, $options = array(), $up = null, $down = null, $return = false','','','','generate-migration-class','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274902,158984,'buildCreateTable','','','$tableData','','','','build-create-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274903,158985,'processRemovedColumns','','','$columns','','','','process-removed-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274904,158985,'processDroppedTables','','','$tables','','','','process-dropped-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274905,158985,'processRenamedColumns','','','$columns','','','','process-renamed-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274906,158985,'processAddedIndexes','processAddexIndexes','','$indexes','','','','process-added-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274907,158985,'processDroppedFks','','','$foreignKeys','','','','process-dropped-fks','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274908,158985,'processChangedColumns','','','$columns','','','','process-changed-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274909,158985,'processCreatedTables','','','$tables','','','','process-created-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274910,158985,'processCreatedFks','','','$foreignKeys','','','','process-created-fks','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274911,158985,'processAddedColumns','','','$columns','','','','process-added-columns','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274912,158985,'processCreatedConstraints','','','$constraints','','','','process-created-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274913,158985,'processRenamedTables','','','$tables','','','','process-renamed-tables','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274914,158985,'processDroppedConstraints','','','$constraints','','','','process-dropped-constraints','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274915,158985,'getConnection','','','$tableName','','','','get-connection','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274916,158985,'processRemovedIndexes','','','$indexes','','','','process-removed-indexes','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274917,158986,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274918,158986,'setIteratorType','sets node's iterator type','','$type','','','','set-iterator-type','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274919,158986,'getRecord','getter for record attribute','','','','returns\n of Doctrine_Record','object instance','get-record','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274920,158986,'setIteratorOptions','sets node's iterator options','','$options','','','','set-iterator-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274921,158986,'__construct','contructor, creates node with reference to record and any options','','(\n \n ) $record, $options','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274922,158986,'factory','factory method to return node instance based upon chosen implementation','','(\n \n ) $record, $implName, $options = array(), $impName','','returns\n instance of Doctrine_Node','object','factory','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274923,158986,'setRecord','setter for record attribute','','(\n \n ) $record','','','','set-record','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274924,158986,'getIterator','get iterator','','$type = null, $options = null','','','','get-iterator','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274925,158987,'getDescendants','gets descendants for node (direct descendants only)','','','','returns\n iterator to traverse descendants from node','iterator','get-descendants','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274926,158987,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274927,158987,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274928,158987,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274929,158987,'getAncestors','gets ancestors for node','','','','','','get-ancestors','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274930,158987,'hasParent','test if node has parent','','','','','bool','has-parent','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274931,158987,'delete','deletes node and it's descendants','','','','','','delete','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274932,158987,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274933,158987,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274934,158987,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274935,158987,'getChildren','gets children for node (direct descendants only)','','','','returns\n array of sibling Doctrine_Record objects','array','get-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274936,158987,'hasChildren','test if node has children','','','','','bool','has-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274937,158987,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274938,158987,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274939,158987,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274940,158987,'isRoot','determines if node is root','','','','','bool','is-root','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274941,158987,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274942,158987,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274943,158987,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274944,158987,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274945,158987,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeNode = false','','returns\n string representation of path','string','get-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274946,158987,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274947,158987,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274948,158987,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274949,158987,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274950,158987,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274951,158987,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274952,158987,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274953,158987,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274954,158987,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274955,158987,'insertAsLastChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274956,158987,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274957,158987,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274958,158987,'isValidNode','determines if node is valid','','','','','bool','is-valid-node','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274959,158988,'key','','','','','','','key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274960,158988,'rewind','','','','','','','rewind','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274961,158988,'current','','','','','','','current','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274962,158988,'valid','','','','','','','valid','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274963,158988,'__construct','','','$node, $opts','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274964,158988,'next','','','','','','','next','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274965,158989,'key','','','','','','','key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274966,158989,'rewind','','','','','','','rewind','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274967,158989,'current','','','','','','','current','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274968,158989,'valid','','','','','','','valid','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274969,158989,'__construct','','','$node, $opts','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274970,158989,'next','','','','','','','next','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274971,158990,'key','','','','','','','key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274972,158990,'rewind','','','','','','','rewind','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274973,158990,'current','','','','','','','current','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274974,158990,'valid','','','','','','','valid','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274975,158990,'__construct','','','$node, $opts','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274976,158990,'next','','','','','','','next','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274977,158991,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns\n The descendants of the node or FALSE if the node has no descendants.','mixed','get-descendants','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274978,158991,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-next-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274979,158991,'getLevel','gets level (depth) of node in the tree','','','','','int','get-level','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274980,158991,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','(\n \n ) $dest','','','','move-as-prev-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274981,158991,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns\n The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','get-ancestors','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274982,158991,'hasParent','test if node has parent','','','','','bool','has-parent','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274983,158991,'delete','deletes node and it's descendants','','','','','','delete','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274984,158991,'hasPrevSibling','test if node has previous sibling','','','','','bool','has-prev-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274985,158991,'isEqualTo','determines if node is equal to subject node','','(\n \n ) $subj','','','bool','is-equal-to','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274986,158991,'setLeftValue','sets record's left value','','$lft','','','','set-left-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274987,158991,'moveAsLastChildOf','moves node as last child of dest record','','(\n \n ) $dest','','','','move-as-last-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274988,158991,'getChildren','gets children for node (direct descendants only)','','','','returns\n The children of the node or FALSE if the node has no children.','mixed','get-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274989,158991,'hasChildren','test if node has children','','','','','bool','has-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274990,158991,'detach','\n Detaches the node from the tree by invalidating it's lft & rgt\n values (they're set to 0).\n','','','','','','detach','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274991,158991,'isLeaf','determines if node is leaf','','','','','bool','is-leaf','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274992,158991,'hasNextSibling','test if node has next sibling','','','','','bool','has-next-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274993,158991,'addChild','adds node as last child of record','','(\n \n ) $record','','','','add-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274994,158991,'isRoot','determines if node is root','','','','','bool','is-root','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274995,158991,'getLeftValue','gets record's left value','','','','','int','get-left-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274996,158991,'getLastChild','gets record of last child or empty record','','','','','','get-last-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274997,158991,'moveAsFirstChildOf','moves node as first child of dest record','','(\n \n ) $dest','','','','move-as-first-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274998,158991,'getParent','gets record of parent or empty record','','','','','','get-parent','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1274999,158991,'moveAsNextSiblingOf','moves node as next sibling of dest record','','(\n \n ) $dest','','','','move-as-next-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275000,158991,'getPath','\n gets path to node from root, uses record::toString() method to get node\n names\n','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns\n string representation of path','string','get-path','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275001,158991,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','(\n \n ) $dest','','','bool','insert-as-prev-sibling-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275002,158991,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','get-number-descendants','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275003,158991,'getPrevSibling','gets record of prev sibling or empty record','','','','','','get-prev-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275004,158991,'getSiblings','gets siblings for node','','$includeNode = false','','returns\n array of sibling Doctrine_Record objects','array','get-siblings','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275005,158991,'getNumberChildren','gets number of children (direct descendants)','','','','','int','get-number-children','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275006,158991,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','make-root','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275007,158991,'setRootValue','sets records root id value','','$value','','','','set-root-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275008,158991,'insertAsFirstChildOf','inserts node as first child of dest record','','(\n \n ) $dest','','','bool','insert-as-first-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275009,158991,'setRightValue','sets record's right value','','$rgt','','','','set-right-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275010,158991,'getNextSibling','gets record of next sibling or empty record','','','','','','get-next-sibling','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275011,158991,'insertAsParentOf','inserts node as parent of dest record','','(\n \n ) $dest','','','bool','insert-as-parent-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275012,158991,'isDescendantOf','determines if node is child of subject node','','(\n \n ) $subj','','','bool','is-descendant-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275013,158991,'getRootValue','get records root id value','','','','','','get-root-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275014,158991,'insertAsLastChildOf','inserts node as last child of dest record','','(\n \n ) $dest','','','bool','insert-as-last-child-of','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275015,158991,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','(\n \n ) $subj','','','bool','is-descendant-of-or-equal-to','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275016,158991,'getFirstChild','gets record of first child or empty record','','','','','','get-first-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275017,158991,'isValidNode','determines if node is valid','','$record = null','','','bool','is-valid-node','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275018,158991,'getRightValue','gets record's right value','','','','','int','get-right-value','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275019,158992,'key','returns the current key','','','','','integer','key','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275020,158992,'rewind','rewinds the iterator','','','','','','rewind','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275021,158992,'current','returns the current record','','','','','','current','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275022,158992,'valid','','','','','returns\n whether or not the iteration will continue','boolean','valid','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275023,158992,'__construct','','','$record, $opts','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275024,158992,'count','','','','','','','count','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275025,158992,'next','advances the internal pointer','','','','','','next','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275026,158993,'__toString','','','','','','','to-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275027,158993,'exists','','','','','','','exists','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275028,158994,'__call','__call method overloader','','$m, $a','','returns\n anything','mixed','call','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275029,158995,'getNumResults','','Returns the number of results found','','','returns\n the number of results found','int','get-num-results','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275030,158995,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjust-offset','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275031,158995,'getLastIndice','','Return the last indice number for the current page','','','returns\n Last indice number','int','get-last-indice','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275032,158995,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns\n true if it is necessary to paginate, false otherwise','bool','have-to-paginate','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275033,158995,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','set-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275034,158995,'getRange','','Builds and return a Doctrine_Pager_Range_* based on arguments','$rangeStyle, $options = array()','','returns\n Pager Range','','get-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275035,158995,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns\n maximum number of itens per page','int','get-max-per-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275036,158995,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns\n Pager was executed','boolen','get-executed','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275037,158995,'getFirstPage','','Returns the first page','','','returns\n first page','int','get-first-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275038,158995,'getLastPage','','Returns the last page (total of pages)','','','returns\n last page (total of pages)','int','get-last-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275039,158995,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','set-count-query','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275040,158995,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns\n Doctrine_Query counter params','array','get-count-query-params','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275041,158995,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns\n Doctrine_Query object related to the pager','','get-query','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275042,158995,'__construct','','','$query, $page, $maxPerPage','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275043,158995,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','set-num-results','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275044,158995,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275045,158995,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns\n The root collection','','execute','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275046,158995,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns\n Doctrine_Query object related to the pager','','get-count-query','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275047,158995,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','set-executed','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275048,158995,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','set-count-query-params','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275049,158995,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','set-last-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275050,158995,'getNextPage','','Returns the next page','','','returns\n next page','int','get-next-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275051,158995,'getPage','getLastPage','Returns the current page','','','returns\n current page','int','get-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275052,158995,'getResultsInPage','','Returns the number of itens in current page','','','returns\n Number of itens in current page','int','get-results-in-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275053,158995,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','set-max-per-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275054,158995,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','set-query','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275055,158995,'getFirstIndice','','Return the first indice number for the current page','','','returns\n First indice number','int','get-first-indice','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275056,158995,'getPreviousPage','','Returns the previous page','','','returns\n previous page','int','get-previous-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275057,158996,'_parseReplacementsTemplate','_parseUrl','Parse the mask replacements of a given page','($options) $options = array()','','','string','parse-replacements-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275058,158996,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns\n Doctrine_Pager_Range subclass object related to the pager range','','get-pager-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275059,158996,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','set-selected-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275060,158996,'_parseUrlTemplate','','Parse the url mask to return the correct template depending of the options sent. Already process the mask replacements assigned.','($options) $options = array()','','','string','parse-url-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275061,158996,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','set-separator-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275062,158996,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','set-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275063,158996,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','add-mask-replacement','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275064,158996,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275065,158996,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns\n Separator template, applied between each page','string','get-separator-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275066,158996,'__toString','Simply calls display, and returns the output.','','','','','','to-string','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275067,158996,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','remove-mask-replacement','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275068,158996,'getUrlMask','','Returns the URL to be assigned for each page','','','returns\n URL to be assigned for each page','string','get-url-mask','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275069,158996,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','set-url-mask','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275070,158996,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns\n Processed template for the given page','string','process-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275071,158996,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275072,158996,'_parseTemplate','','Parse the template of a given page and return the processed template','$options = array()','','','string','parse-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275073,158996,'_parseMaskReplacements','','Parse the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parse-mask-replacements','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275074,158996,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','set-pager-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275075,158996,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns\n The root collection','','execute','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275076,158996,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns\n Template to be applied for active page','string','get-selected-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275077,158996,'_parseUrl','','Parse the url mask of a given page and return the processed url','($options) $options = array()','','','string','parse-url','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275078,158996,'cleanMaskReplacements','','Remove all mask replacements','','','','','clean-mask-replacements','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275079,158996,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns\n Template to be applied for inactive pages','string','get-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275080,158996,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns\n If you would like to capture the output of Doctrine_Pager_Layout::display(), use the return parameter. If this parameter is set to TRUE, this method will return its output, instead of pr','mixed','display','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275081,158996,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','set-template','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275082,158997,'getOption','','Returns the custom Doctrine_Pager_Range implementation offset option','$option','','returns\n Custom Doctrine_Pager_Range implementation options','array','get-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275083,158997,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275084,158997,'isInRange','','Check if a given page is in the range','($page) $page','','','boolean','is-in-range','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275085,158997,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','set-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275086,158997,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns\n Custom Doctrine_Pager_Range implementation options','array','get-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275087,158997,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns\n Doctrine_Pager object related to the pager range','','get-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275088,158997,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275089,158997,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275090,158997,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','set-pager','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275091,158998,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275092,158998,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275093,158998,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275094,158998,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275095,158999,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','range-around-page','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275096,158999,'getChunkLength','','Returns the size of the chunk defined','','','returns\n Chunk length','int','get-chunk-length','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275097,158999,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275098,158999,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','set-chunk-length','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275099,159000,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275100,159000,'getParser','','Get instance of the specified parser','$type','','','','get-parser','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275101,159000,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275102,159000,'dumpData','','Override in the praser driver','$array, $path = null','','','','dump-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275103,159000,'loadData','','Override in the parser driver','$array','','','','load-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275104,159000,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','do-load','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275105,159000,'doDump','','','$data, $path = null','','','','do-dump','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275106,159001,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275107,159001,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns\n Array of json objects','array','load-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275108,159002,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dump-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275109,159002,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','load-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275110,159003,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns\n String of xml built from array','string','array-to-xml','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275111,159003,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dump-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275112,159003,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','prepare-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275113,159003,'loadData','','Load xml file and return array of data','$path','','returns\n Array of data converted from xml','array','load-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275114,159004,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dump-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275115,159004,'loadData','','Load and parse data from a yml file','$path','','returns\n Array of parsed yaml data','array','load-data','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275116,159005,'buildChildDefinitions','','','','','','','build-child-definitions','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275117,159005,'getOption','returns the value of an option','','($option) $name','','returns\n the value of the option','mixed','get-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275118,159005,'__isset','','','$option','','','','isset','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275119,159005,'buildForeignRelation','','','$alias = null','','','','build-foreign-relation','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275120,159005,'initOptions','\n empty template method for providing the concrete plugins the ability to\n initialize options before the actual definition is being built\n','','','','','','init-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275121,159005,'generateClass','','generates the class definition for plugin class','$definition = array()','','','','generate-class','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275122,159005,'getOptions','','returns all options and their associated values','','','returns\n all options as an associative array','array','get-options','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275123,159005,'addChild','','Add child record generator','(Doctrine_Record_Generator) $generator','','','','add-child','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275124,159005,'__get','__get an alias for getOption','','$option','','','','get','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275125,159005,'setOption','sets given value to an option','','($option) $name, ($value) $value','','returns\n this object','Doctrine_Plugin','set-option','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275126,159005,'buildForeignKeys','','generates foreign keys for the plugin table based on the owner table\nthe foreign keys generated by this method can be used for setting the relations between the owner and the plugin classes','(\n \n ) $table','','returns\n an array of foreign key definitions','array','build-foreign-keys','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275127,159005,'buildTable','','','','','','','build-table','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275128,159005,'buildRelation','','this method can be used for generating the relation from the plugin table to the owner table. By default buildForeignRelation() and buildLocalRelation() are called Those methods can be overridden or this entire method can be overridden','','','','','build-relation','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275129,159005,'initialize','','Initialize the plugin. Call in Doctrine_Template setTableDefinition() in order to initiate a generator in a template SEE: Doctrine_Template_I18n for an example','(\n \n ) $table','','','','initialize','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275130,159005,'buildLocalRelation','','','','','','','build-local-relation','2008-09-01 05:38:32','2008-09-01 05:38:32'),(1275131,159006,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','process-pending-subqueries','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275132,159006,'fetchArray','\n fetchArray Convenience method to execute using array fetching as hydration\n mode.\n','','$params = array()','','','array','fetch-array','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275133,159006,'_addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns\n this object','','add-pending-join-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275134,159006,'getSqlAggregateAlias','','','$dqlAlias','','','string','get-sql-aggregate-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275135,159006,'getEnumParams','getEnumParams get all enumerated parameters','','','','returns\n all enumerated parameters','array','get-enum-params','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275136,159006,'load','','','$path, $loadFields = true','','','','load','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275137,159006,'processPendingAggregates','\n processPendingAggregates processes pending aggregate values for given\n component alias\n','','','','','','process-pending-aggregates','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275138,159006,'buildAssociativeRelationSql','','','(\n \n ) $relation, $assocAlias, $foreignAlias, $localAlias','','','','build-associative-relation-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275139,159006,'buildSimpleRelationSql','','','(\n \n ) $relation, $foreignAlias, $localAlias, $overrideJoin, $join','','','','build-simple-relation-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275140,159006,'getSqlQuery','\n builds the sql query from the given parameters and applies things such as\n column aggregation inheritance and limit subqueries if needed\n','','$params = array()','','returns\n the built sql query','string','get-sql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275141,159006,'copy','Copies a Doctrine_Query object.','','(\n \n ) $query = null','','returns\n Copy of the Doctrine_Query instance.','','copy','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275142,159006,'getAggregateAlias','','','$dqlAlias','','','string','get-aggregate-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275143,159006,'buildIndexBy','','','$componentAlias, $mapWith = null','','','','build-index-by','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275144,159006,'parseSubquery','','','$subquery','','','','parse-subquery','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275145,159006,'serialize','\n serialize this method is automatically called when this Doctrine_Hydrate\n is serialized\n','','','','returns\n an array of serialized properties','array','serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275146,159006,'parseDqlQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws\n Doctrine_Query_Exception if some generic parsing error occurs','','','parse-dql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275147,159006,'getExpressionOwner','\n getExpressionOwner returns the component alias for owner of given\n expression\n','','$expr','','returns\n the component alias','string','get-expression-owner','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275148,159006,'addEnumParam','addEnumParam sets input parameter as an enumerated parameter','','$key, $table = null, $column = null','','','','add-enum-param','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275149,159006,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275150,159006,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','is-subquery','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275151,159006,'query','query query the database with DQL (Doctrine Query Language)','','$query, $params = array(), $hydrationMode = null','','','mixed','query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275152,159006,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns\n the limit subquery','string','get-limit-subquery','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275153,159006,'buildInheritanceJoinSql','','','$name, $componentAlias','','','','build-inheritance-join-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275154,159006,'createSubquery','createSubquery creates a subquery','','','','','Doctrine_Hydrate','create-subquery','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275155,159006,'_buildSqlQueryBase','','returns the base of the generated sql query On mysql driver special strategy has to be used for DELETE statements (where is this special strategy??)','','','returns\n the base of the generated sql query','string','build-sql-query-base','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275156,159006,'parseFunctionExpression','','','$expr','','','','parse-function-expression','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275157,159006,'fetchOne','\n fetchOne Convenience method to execute the query and return the first item\n of the collection.\n','','$params = array(), $hydrationMode = null','','returns\n Array or Doctrine_Collection or false if no result.','mixed','fetch-one','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275158,159006,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\n
\n - \n
\nConverts all DQL functions to their native SQL equivalents
\n- \n
\nConverts all component references to their table alias equivalents
\n- \n
Conv','$clause','','returns\n SQL string','string','parse-clause','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275159,159006,'_buildSqlFromPart','_buildSqlFromPart builds the from part of the query and returns it','','','','returns\n the query sql from part','string','build-sql-from-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275160,159006,'parseIdentifierReference','','','$expr','','','','parse-identifier-reference','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275161,159006,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns\n the count of this query','integer','count','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275162,159006,'getDqlPart','getDqlPart returns a specific DQL query part.','','$queryPart','','returns\n the DQL query part','string','get-dql-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275163,159006,'getCountQuery','\n Get count sql query for this Doctrine_Query instance Used in\n Doctrine_Query::count() for returning an integer for the number of records\n which will be returned when executed.\n','','','','','string','get-count-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275164,159006,'loadRoot','','','$name, $componentAlias','','','','load-root','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275165,159006,'__clone','','','','','','','clone','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275166,159006,'processPendingFields','\n processPendingFields the fields in SELECT clause cannot be parsed until\n the components in FROM clause are parsed, hence this method is called\n everytime a specific component is being parsed.\n','','$componentAlias','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','process-pending-fields','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275167,159006,'free','\n Frees the resources used by the query object. It especially breaks a\n cyclic reference between the query object and it's parsers. This\n enables PHP's current GC to reclaim the memory.\n','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns\n this object','','free','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275168,159006,'reset','Resets the query to the state just after it has been instantiated.','','','','','','reset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275169,159006,'parseSelectField','','','$field','throws\n Doctrine_Query_Exception if unknown component alias has been given','','','parse-select-field','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275170,159006,'parseSelect','\n parseSelect parses the query select part and adds selected fields to\n pendingFields array\n','','$dql','','','','parse-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275171,159006,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null','','','','create','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275172,159006,'unserialize','\n unseralize this method is automatically called everytime a\n Doctrine_Hydrate object is unserialized\n','','$serialized','','','','unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275173,159007,'generateSqlTableAlias','\n generateSqlTableAlias generates a table alias from given table name and\n associates it with given component alias\n','','$componentAlias, $tableName','','returns\n the generated table alias','string','generate-sql-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275174,159007,'update','update sets the UPDATE part of the query','','$update','','','','update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275175,159007,'_getDqlCallback','Get the dql call back for this query','','','','','array','get-dql-callback','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275176,159007,'getParts','Return the SQL parts.','','','','returns\n The parts','array','get-parts','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275177,159007,'hasAliasDeclaration','\n hasAliasDeclaration whether or not this object has a declaration for given\n component alias\n','','$componentAlias','','','boolean','has-alias-declaration','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275178,159007,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','add-order-by','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275179,159007,'expireQueryCache','','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-query-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275180,159007,'generateTableAlias','\n generateTableAlias generates a table alias from given table name and\n associates it with given component alias\n','','$componentAlias, $tableName','','returns\n the generated table alias','string','generate-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275181,159007,'getCacheDriver','getCacheDriver returns the cache driver associated with this object','','','','returns\n cache driver','','get-cache-driver','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275182,159007,'clear','clear resets all the variables','','','','','','clear','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275183,159007,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','is-limit-subquery-used','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275184,159007,'delete','delete sets the query type to DELETE','','','','','','delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275185,159007,'select','select sets the SELECT part of the query','','$select','','','','select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275186,159007,'generateNewSqlTableAlias','generateNewSqlTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns\n the created table alias','string','generate-new-sql-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275187,159007,'distinct','distinct Makes the query SELECT DISTINCT.','','$flag = true','','','','distinct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275188,159007,'getParams','','','$params = array()','','','array','get-params','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275189,159007,'orderBy','orderBy sets the ORDER BY part of the query','','$orderby','','','','order-by','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275190,159007,'getDql','getDql returns the DQL query that is represented by this query object.','the query is built from $_dqlParts','','','returns\n the DQL query','string','get-dql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275191,159007,'getSqlQuery','Gets the SQL query that corresponds to this query object.','The returned SQL syntax depends on the connection driver that is used by this query object at the time of this method call.','$params = array()','','','','get-sql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275192,159007,'from','from sets the FROM part of the query','','$from','','','','from','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275193,159007,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','for-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275194,159007,'getSqlTableAlias','\n getSqlTableAlias some database such as Oracle need the identifier lengths\n to be < ~30 chars hence Doctrine creates as short identifier aliases as\n possible\n','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns\n the generated / fetched short alias','string','get-sql-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275195,159007,'useCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275196,159007,'getTableAliasMap','getTableAliasMap returns all table aliases','','','','returns\n table aliases as an array','array','get-table-alias-map','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275197,159007,'getInheritanceCondition','\n Returns the inheritance condition for the passed componentAlias If no\n component alias is specified it defaults to the root component\n','This function is used to append a SQL condition to models which have inheritance mapping The condition is applied to the FROM component in the WHERE, but the condition is applied to JOINS in the ON condition and not the WHERE','$componentAlias','','returns\n SQL condition string','string','get-inheritance-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275198,159007,'parseDqlQuery','parseDqlQuery parses a dql query','','$query','','returns\n this object','','parse-dql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275199,159007,'expireResultCache','expireCache','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-result-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275200,159007,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','left-join','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275201,159007,'_preQuery','\n Pre query method which invokes the pre*Query() methods on the model\n instance or any attached record listeners\n','','','','','','pre-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275202,159007,'getAliasMap','','','','','','','get-alias-map','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275203,159007,'addHaving','addHaving adds conditions to the HAVING part of the query','','$having, $params = array()','','','','add-having','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275204,159007,'getType','','returns the type of this query object by default the type is Doctrine_Query_Abstract::SELECT but if update() or delete() are being called the type is Doctrine_Query_Abstract::UPDATE and Doctrine_Query_Abstract::DELETE, respectively','','','returns\n return the query type','integer','get-type','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275205,159007,'setQueryPart','setQueryPart sets a query part in the query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','set-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275206,159007,'convertEnums','convertEnums convert enum parameters to their integer equivalents','','$params','','returns\n converted parameter array','array','convert-enums','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275207,159007,'setHydrationMode','','','$hydrationMode','','','','set-hydration-mode','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275208,159007,'getTableAliases','getTableAliases returns all table aliases','','','','returns\n table aliases as an array','array','get-table-aliases','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275209,159007,'getSqlTableAliasSeed','getSqlTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns\n table alias seed','integer','get-sql-table-alias-seed','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275210,159007,'limit','limit sets the Query query limit','','$limit','','','','limit','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275211,159007,'getSqlParts','Return the SQL parts.','','','','returns\n The parts','array','get-sql-parts','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275212,159007,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','inner-join','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275213,159007,'hasTableAlias','hasTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns\n true if this object has given alias, otherwise false','boolean','has-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275214,159007,'setSqlQueryPart','setSqlQueryPart sets an SQL query part in the SQL query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','set-sql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275215,159007,'_addDqlQueryPart','Adds a DQL part to the internal parts collection.','','$queryPartName, $queryPart, $append = false','','','','add-dql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275216,159007,'getSqlQueryPart','getSqlQueryPart gets an SQL query part from the SQL query part array','','$part, $name','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','Doctrine_Hydrate','get-sql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275217,159007,'getQuery','','','$params = array()','','','','get-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275218,159007,'getQueryPart','getQueryPart gets a query part from the query part array','','$part, $name','throws\n Doctrine_Query_Exception if trying to set unknown query part','returns\n this object','','get-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275219,159007,'hasSqlTableAlias','hasSqlTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns\n true if this object has given alias, otherwise false','boolean','has-sql-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275220,159007,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','add-from','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275221,159007,'__construct','Constructor.','','(\n \n ) $connection = null, (\n \n ) $hydrator = null','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275222,159007,'useResultCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-result-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275223,159007,'getQueryCacheLifeSpan','Gets the life span of the query cache the Query object is using.','','','','returns\n The life span in seconds.','integer','get-query-cache-life-span','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275224,159007,'getRoot','getRoot returns the root component for this object','','','','returns\n root components table','','get-root','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275225,159007,'_processDqlQueryPart','_processDqlQueryPart parses given query part','','$queryPartName, $queryParts','','returns\n this object','','process-dql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275226,159007,'_getParser','_getParser parser lazy-loader','','$name','throws\n Doctrine_Query_Exception if unknown parser name given','','','get-parser','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275227,159007,'getQueryComponent','getQueryComponent get the declaration for given component alias','','$componentAlias','','returns\n the alias declaration','array','get-query-component','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275228,159007,'addSqlTableAlias','\n addSqlTableAlias adds an SQL table alias and associates it a component\n alias\n','','$sqlTableAlias, $componentAlias, $tableAlias','','','','add-sql-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275229,159007,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns\n the root collection','','execute','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275230,159007,'preQuery','Blank hook methods which can be implemented in Doctrine_Query child classes','','','','','','pre-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275231,159007,'getTableAlias','\n getTableAlias some database such as Oracle need the identifier lengths to\n be < ~30 chars hence Doctrine creates as short identifier aliases as\n possible\n','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns\n the generated / fetched short alias','string','get-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275232,159007,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275233,159007,'removeQueryPart','removeQueryPart removes a query part from the query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275234,159007,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$sqlTableAlias','','returns\n component alias','string','get-component-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275235,159007,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275236,159007,'setResultCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-result-cache-life-span','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275237,159007,'addSqlQueryPart','addSqlQueryPart adds an SQL query part to the SQL query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to add unknown query part','returns\n this object','Doctrine_Hydrate','add-sql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275238,159007,'setOption','','','$name, $value','','returns\n this object','','set-option','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275239,159007,'setCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-cache-life-span','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275240,159007,'removeSqlQueryPart','removeSqlQueryPart removes a query part from the query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-sql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275241,159007,'set','set sets the SET part of the query','','$key, $value, $params = null, $update','','','','set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275242,159007,'getView','getView returns the view associated with this query object (if any)','','','','returns\n the view associated with this query object','','get-view','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275243,159007,'getAliasDeclaration','getAliasDeclaration get the declaration for given component alias','','$componentAlias','','returns\n the alias declaration','array','get-alias-declaration','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275244,159007,'getSql','\n getSql shortcut for\n \n .\n ','','$params = array()','','returns\n sql query string','string','get-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275245,159007,'getConnection','','','','','','','get-connection','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275246,159007,'addGroupBy','addGroupBy adds fields to the GROUP BY part of the query','','$groupby','','','','add-group-by','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275247,159007,'addQueryPart','addQueryPart adds a query part in the query part array','','$name, $part','throws\n Doctrine_Query_Exception if trying to add unknown query part','returns\n this object','Doctrine_Hydrate','add-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275248,159007,'offset','offset sets the Query query offset','','$offset','','','','offset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275249,159007,'getQueryCacheDriver','getQueryCacheDriver returns the cache driver used for caching queries','','','','returns\n cache driver','','get-query-cache-driver','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275250,159007,'getTableAliasSeed','getTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns\n table alias seed','integer','get-table-alias-seed','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275251,159007,'removeDqlQueryPart','removeDqlQueryPart removes a dql query part from the dql query part array','','$name','throws\n Doctrine_Query_Exception if trying to remove unknown query part','returns\n this object','Doctrine_Hydrate','remove-dql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275252,159007,'setParams','','','$params = array()','','','','set-params','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275253,159007,'useQueryCache','','','(\n \n ) $driver, $timeToLive = null','','returns\n this object','Doctrine_Hydrate','use-query-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275254,159007,'generateNewTableAlias','generateNewTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns\n the created table alias','string','generate-new-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275255,159007,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','get-root-declaration','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275256,159007,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$customComponent = null, $resultSet','','returns\n serialized string representation of this query','string','get-cached-form','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275257,159007,'_constructQueryFromCache','Constructs the query from the cached form.','','$cached','','returns\n The custom component that was cached together with the essential query data. This can be either a result set (result caching) or an SQL query string (query caching).','array','construct-query-from-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275258,159007,'setView','\n setView sets a database view this query object uses this method should\n only be called internally by doctrine\n','','(\n \n ) $view','','','','set-view','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275259,159007,'getResultCacheDriver','getResultCacheDriver returns the cache driver used for caching result sets','','','','returns\n cache driver','','get-result-cache-driver','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275260,159007,'whereNotIn','whereNotIn adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','where-not-in','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275261,159007,'_execute','','','$params','','returns\n The executed PDOStatement.','PDOStatement','execute','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275262,159007,'addTableAlias','\n addTableAlias adds an alias for table and associates it with given\n component alias\n','','$tableAlias, $componentAlias','','','Doctrine_Hydrate','add-table-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275263,159007,'parseQuery','','','$query','','','','parse-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275264,159007,'addWhere','addWhere adds conditions to the WHERE part of the query','','$where, $params = array()','','','','add-where','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275265,159007,'setQueryCacheLifeSpan','','','$timeToLive','','returns\n this object','Doctrine_Hydrate','set-query-cache-life-span','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275266,159007,'getQueryComponents','Gets the components of this query.','','','','','','get-query-components','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275267,159007,'addSelect','addSelect adds fields to the SELECT part of the query','','$select','','','','add-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275268,159007,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','group-by','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275269,159007,'copyAliases','copyAliases copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','(\n \n ) $query','','returns\n this object','Doctrine_Hydrate','copy-aliases','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275270,159007,'getRootAlias','getRootAlias returns the alias of the the root component','','','','','array','get-root-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275271,159007,'getResultCacheLifeSpan','Gets the life span of the result cache in seconds.','','','','','integer','get-result-cache-life-span','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275272,159007,'whereIn','whereIn adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','where-in','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275273,159007,'expireCache','','','$expire = true','','returns\n this object','Doctrine_Hydrate','expire-cache','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275274,159008,'parseSingle','','','$part','','','','parse-single','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275275,159008,'parseFunction','','','$dql','','','','parse-function','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275276,159008,'parse','','','$dql','','','string','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275277,159008,'parseClause','','','$dql, $alias, $field, $value','','','','parse-clause','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275278,159008,'getTable','getTable returns the table object associated with this object','','','','','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275279,159008,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275280,159008,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','get-sql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275281,159009,'parse','\n DQL CONDITION PARSER parses the join condition/where/having part of the\n query string\n','','$str','','','string','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275282,159009,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parse-literal-value','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275283,159010,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275284,159010,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275285,159011,'add','','','(\n \n ) $filter','','','','add','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275286,159011,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275287,159011,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275288,159011,'set','','','$key, (\n \n ) $listener','','','','set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275289,159011,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275290,159012,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','(\n \n ) $query','','','','pre-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275291,159012,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','(\n \n ) $query','','','','post-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275292,159013,'parse','DQL FROM PARSER parses the FROM part of the query string','','$str, $return = false','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275293,159014,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$str, $append = false','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275294,159015,'load','load returns the parsed query part','','$having','','','string','load','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275295,159016,'load','','','$condition','','','','load','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275296,159017,'parse','','','$limit','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275297,159018,'parse','','','$offset','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275298,159019,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$str, $append = false','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275299,159020,'getQuery','','','','','returns\n the query object associated with this parser','','get-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275300,159020,'__construct','','','(Doctrine_Query) $query, (\n \n ) $tokenizer = null','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275301,159021,'add','','','$key, $query','','','','add','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275302,159021,'get','','','$key, $namespace = null','','','','get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275303,159022,'parse','','','$dql','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275304,159023,'parse','','','$dql','','','','parse','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275305,159024,'bracketTrim','trims brackets','','$str, $e1 = '(', $e2 = ')'','','','','bracket-trim','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275306,159024,'tokenizeQuery','','splits the given dql query into an array where keys represent different query part names and values are arrays splitted using sqlExplode method\nexample:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: arr','$query','throws\n Doctrine_Query_Exception if some generic parsing error occurs','returns\n an array containing the query string parts','array','tokenize-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275307,159024,'quoteExplode','','example:\nparameters: $str = email LIKE 'John@example.com' $d = ' LIKE '\nwould return an array: array("email", "LIKE", "'John@example.com'")','$str, $d = ' '','','','','quote-explode','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275308,159024,'bracketExplode','','example:\nparameters: $str = (age < 20 AND age > 18) AND email LIKE 'John@example.com' $d = ' AND ' $e1 = '(' $e2 = ')'\nwould return an array: array("(age < 20 AND age >','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','','bracket-explode','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275309,159024,'sqlExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sql-explode','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275310,159024,'clauseExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d, $e1 = '(', $e2 = ')'','','','array','clause-explode','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275311,159025,'parseValue','','','$value, (\n \n ) $table = null, $field = null','','','','parse-value','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275312,159025,'load','','','$where','','','','load','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275313,159025,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parse-exists','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275314,159026,'parseDqlQueryPart','\n parseDqlQueryPart parses given DQL query part. Overrides\n Doctrine_Query_Abstract::parseDqlQueryPart().\n','This implementation does no parsing at all, except of the SELECT portion of the query which is special in RawSql queries. The entire remaining parts are used "as is", so the user of the RawSql query is responsible for writing SQL that is porta','$queryPartName, $queryPart, $append = false','','returns\n this object','','parse-dql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275315,159026,'getSqlQuery','getSqlQuery builds the sql query.','','$params = array()','','returns\n the built sql query','string','get-sql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275316,159026,'parseDqlQuery','parseDqlQuery parses an sql query and adds the parts to internal array.','Overrides Doctrine_Query_Abstract::parseDqlQuery(). This implementation simply tokenizes the provided query string and uses them as SQL parts right away.','$query','','returns\n this object','','parse-dql-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275317,159026,'parseQueryPart','','','$queryPartName, $queryPart, $append = false','','','','parse-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275318,159026,'_addDqlQueryPart','\n Adds a DQL query part. Overrides\n Doctrine_Query_Abstract::_addDqlQueryPart().\n','This implementation for RawSql parses the new parts right away, generating the SQL.','$queryPartName, $queryPart, $append = false','','','','add-dql-query-part','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275319,159026,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nThis is an exact copy of the Dql Version','$params = array()','','returns\n the count of this query','integer','count','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275320,159026,'getFields','getFields returns the fields associated with this parser','','','','returns\n all the fields associated with this parser','array','get-fields','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275321,159026,'getCountQuery','getCountQuery builds the count query.','','$params = array()','','returns\n the built sql query','string','get-count-query','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275322,159026,'addComponent','','','$tableAlias, $path, $componentName','','','','add-component','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275323,159027,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assign-default-values','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275324,159027,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','get-incremented','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275325,159027,'preSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','pre-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275326,159027,'preDqlUpdate','\n Empty template method to provide Record classes with the ability to alter\n DQL update\n','queries at runtime','$event','','','','pre-dql-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275327,159027,'loadReference','loadReference loads a related component','','$name','throws\n Doctrine_Table_Exception if trying to load an unknown related component','','','load-reference','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275328,159027,'mapValue','\n mapValue This simple method is used for mapping values to $values\n property.\n','Usually this method is used internally by Doctrine for the mapping of aggregate values.','$name, $value','','','','map-value','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275329,159027,'deleteNode','\n used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\n AS TREE\n','','','','','','delete-node','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275330,159027,'preDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','pre-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275331,159027,'state','state returns / assigns the state of this record','','(integer|string) $state = null','throws\n Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275332,159027,'load','load loads all the uninitialized properties from the database','','','','','boolean','load','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275333,159027,'postUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','post-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275334,159027,'validateOnInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be inserted into the data store the first time.\n','','','','','','validate-on-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275335,159027,'coreSetRelated','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$name, $value','','','','core-set-related','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275336,159027,'getPrepared','','returns an array of modified fields and values with data preparation adds column aggregation inheritance and converts Records into primary key values','$array = array()','','','array','get-prepared','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275337,159027,'clearRelated','clearRelated unsets all the relationships this object has','(references to related objects still remain on Table objects)','','','','','clear-related','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275338,159027,'delete','\n deletes this data access object and all the related composites this\n operation is isolated by a transaction\n','this event can be listened by the onPreDelete and onDelete listeners','(\n \n ) $conn = null','','returns\n true on success, false on failure','boolean','delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275339,159027,'refreshRelated','refresh refresh data of related objects from the database','','$name = null','','returns\n this object','','refresh-related','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275340,159027,'__call','\n __call this method is a magic method that is being used for method\n overloading\n','the function of this method is to try to find given method from the templates this record is using and if it finds given method it will execute it\nSo, in sense, this method replicates the usage of mixins (as seen in some programming languages)','$method, $args','','returns\n the return value of the given method','mixed','call','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275341,159027,'identifier','returns the primary keys of this object','','','','','array','identifier','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275342,159027,'copy','copy returns a copy of this object','','$deep = false','','','','copy','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275343,159027,'obtainReference','','','$name','throws\n Doctrine_Record_Exception if trying to get an unknown related component','','','obtain-reference','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275344,159027,'refresh','refresh refresh internal data from the database','','$deep = false','throws\n Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275345,159027,'importFrom','','Import data from an external data source','$type, $data','','','','import-from','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275346,159027,'merge','\n Merges this record with an array of values or with another existing\n instance of this object\n','','$data, $deep = true','','','','merge','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275347,159027,'getErrorStack','','','','','returns\n returns the errorStack associated with this record','','get-error-stack','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275348,159027,'serialize','\n serialize this method is automatically called when this Doctrine_Record is\n serialized\n','','','','','array','serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275349,159027,'hydrate','hydrate hydrates this object from given array','','$data','','','boolean','hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275350,159027,'hasReference','hasRefence','','$name','','','boolean','has-reference','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275351,159027,'__toString','returns a string representation of this object','','','','','','to-string','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275352,159027,'construct','\n construct Empty template method to provide concrete Record classes with\n the possibility to hook into the constructor procedure\n','','','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275353,159027,'contains','','','$fieldName, $name','','','boolean','contains','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275354,159027,'get','get returns a value of a property or a related component','','$fieldName, $load = true, $name','throws\n Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275355,159027,'save','\n applies the changes made to this object into database this method is smart\n enough to know if any changes are made and whether to use INSERT or UPDATE\n statement\n','this method also saves the related components','(\n \n ) $conn = null','','','','save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275356,159027,'validate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure, doing any custom /\n specialized validations that are neccessary.\n','','','','','','validate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275357,159027,'postSave','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure.\n','','$event','','','','post-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275358,159027,'getReferences','','','','','returns\n all references','array','get-references','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275359,159027,'_isValueModified','\n Check if a value has changed according to Doctrine Doctrine is loose with\n type checking in the same ways PHP is for consistancy of behavior\n','This function basically says if what is being set is of Doctrine type boolean and something like current_value == 1 && new_value = true would not be considered modified\nSimply doing $old !== $new will return false for boolean columns would mark t','$type, $old, $new','','returns\n Whether or not Doctrine considers the value modified','boolean','is-value-modified','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275360,159027,'columnCount','alias for count()','','','','returns\n the number of columns in this record','integer','column-count','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275361,159027,'getLast','','this method is used internally be Doctrine_Query it is needed to provide compatibility between records and collections','','','','','get-last','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275362,159027,'getModified','returns an array of modified fields and associated values','','','','','array','get-modified','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275363,159027,'__unset','','','$name','','','','unset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275364,159027,'hasRelation','method for checking existence of properties and Doctrine_Record references','','$fieldName, $name','','','boolean','has-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275365,159027,'link','link creates links from this record to given records','','$alias, $ids','','returns\n this object','','link','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275366,159027,'preInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','pre-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275367,159027,'trySave','Tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','(\n \n ) $conn = null','','returns\n if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','try-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275368,159027,'unlink','\n unlink removes links from this record to given records if no ids are\n given, it removes all links\n','','$alias, $ids = array()','','returns\n this object','','unlink','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275369,159027,'getTable','getTable returns the table object for this record','','','','returns\n a Doctrine_Table object','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275370,159027,'unshiftFilter','','','(\n \n ) $filter','','','','unshift-filter','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275371,159027,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275372,159027,'getNode','getter for node assciated with this record','','','','returns\n if tree returns Doctrine_Node otherwise returns false','mixed','get-node','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275373,159027,'preDqlDelete','\n Empty template method to provide Record classes with the ability to alter\n DQL delete\n','queries at runtime','$event','','','','pre-dql-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275374,159027,'exists','exists returns true if this record is persistent, otherwise false','','','','','boolean','exists','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275375,159027,'getOid','getOid returns the object identifier','','','','','integer','get-oid','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275376,159027,'count','count this class implements countable interface','','','','returns\n the number of columns in this record','integer','count','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275377,159027,'getPendingDeletes','','','','','returns\n Array of Doctrine_Records instances which need to be deleted on save','array','get-pending-deletes','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275378,159027,'postInsert','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be inserted into the data store the first time.\n','','$event','','','','post-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275379,159027,'replace','','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.\nThe REPLACE type o','(\n \n ) $conn = null','throws\n Doctrine_Connection_Exception if some of the key values was null','returns\n number of rows affected','integer','replace','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275380,159027,'postUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275381,159027,'validateOnUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the validation procedure only when the record is\n going to be updated.\n','','','','','','validate-on-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275382,159027,'setRelated','','','$alias, (\n \n ) $coll','','','','set-related','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275383,159027,'assignIdentifier','','','$id = false','','','','assign-identifier','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275384,159027,'getIterator','','','','','returns\n a Doctrine_Record_Iterator that iterates through the data','','get-iterator','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275385,159027,'set','\n set method for altering properties and Doctrine_Record references if the\n load parameter is set to false this method will not try to load\n uninitialized record data\n','','$fieldName, $value, $load = true, $name','throws\n Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275386,159027,'oid','','','','','','','oid','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275387,159027,'getData','getData return all the internal data','','','','returns\n an array containing all the properties','array','get-data','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275388,159027,'free','Helps freeing the memory occupied by the entity.','Cuts all references the entity has to other entities and removes the entity from the instance pool. Note: The entity is no longer useable after free() has been called. Any operations done with the entity afterwards can lead to unpredictable results.','$deep = false','','','','free','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275389,159027,'cleanData','\n cleanData leaves the $data array only with values whose key is a field\n inside this record and returns the values that were removed from $data.\n Also converts any values of 'null' to objects of type\n Doctrine_Null.\n','','[[[amp]]]$data, $data','','returns\n values cleaned from data','array','clean-data','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275390,159027,'exportTo','','','$type, $deep = true','','','','export-to','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275391,159027,'preUnserialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275392,159027,'call','','','(string|array) $callback, $column, 2','','','','call','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275393,159027,'errorStack','errorStack assigns / returns record errorStack','','(Doctrine_Validator_ErrorStack) $stack = null','','returns\n returns the errorStack associated with this record','','error-stack','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275394,159027,'modifiedFields','REDUNDANT?','','','','','','modified-fields','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275395,159027,'_index','','','','','','integer','index','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275396,159027,'reference','','','$name','','','','reference','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275397,159027,'fromArray','Import data from a php array','','$array, $deep = true','','','','from-array','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275398,159027,'rawGet','\n rawGet returns the value of a property, if the property is not yet loaded\n this method does NOT load it\n','','($name) $fieldName','throws\n Doctrine_Record_Exception if trying to get an unknown property','','mixed','raw-get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275399,159027,'toString','__toString alias','','','','','string','to-string','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275400,159027,'postSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','post-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275401,159027,'toArray','toArray returns the record as an array','','$deep = true, $prefixKey = false','','','array','to-array','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275402,159027,'unserialize','\n unseralize this method is automatically called everytime a Doctrine_Record\n object is unserialized\n','','$serialized','throws\n Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275403,159027,'setUp','\n setUp this method is used for setting up relations and attributes it\n should be implemented by child classes\n','','','','','','set-up','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275404,159027,'isModified','isModified returns true if this record was modified, otherwise false','','','','','boolean','is-modified','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275405,159027,'synchronizeWithArray','Synchronizes a Doctrine_Record and its relations with data from an array','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array, $deep = true','','','','synchronize-with-array','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275406,159027,'preDqlSelect','\n Empty template method to provide Record classes with the ability to alter\n DQL select\n','queries at runtime','$event','','','','pre-dql-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275407,159027,'postDelete','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the deletion procedure.\n','','$event','','','','post-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275408,159027,'preUpdate','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the saving procedure only when the record is\n going to be updated.\n','','$event','','','','pre-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275409,159027,'preSerialize','\n Empty template method to provide concrete Record classes with the\n possibility to hook into the serializing procedure.\n','','$event','','','','pre-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275410,159027,'isValid','','','','','returns\n whether or not this record is valid','boolean','is-valid','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275411,159028,'setTableDefinition','','','','','','','set-table-definition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275412,159028,'ownsOne','DEPRECATED ALSO? - REMOVE SOON','ownsOne binds One-to-One composite relation','$componentName, $options','','returns\n this object','','owns-one','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275413,159028,'hasColumn','hasColumn sets a column definition','','$name, $type, $length = 2147483647, $options = ""','','','','has-column','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275414,159028,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','set-listener','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275415,159028,'check','check adds a check constraint','','$constraint, $name = null','','returns\n this object','','check','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275416,159028,'setTableName','','','$tableName','','','','set-table-name','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275417,159028,'hasColumns','','','$definitions','','','','has-columns','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275418,159028,'loadGenerator','','','(\n \n ) $generator','','','','load-generator','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275419,159028,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275420,159028,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275421,159028,'loadTemplate','','','$template, $options = array()','','','','load-template','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275422,159028,'getTable','getTable returns the associated table object','','','','returns\n the associated table object','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275423,159028,'hasMany','hasMany binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns\n this object','','has-many','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275424,159028,'setSubclasses','','','$map','','','','set-subclasses','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275425,159028,'hasOne','hasOne binds One-to-One aggregate relation','','$componentName, $options','','returns\n this object','','has-one','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275426,159028,'setInheritanceMap','','','$map','','','','set-inheritance-map','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275427,159028,'getListener','','','','','','','get-listener','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275428,159028,'actAs','actAs loads the given plugin','','$tpl, $options = array()','','','','act-as','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275429,159028,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','add-listener','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275430,159028,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275431,159028,'setUp','','','','','','','set-up','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275432,159028,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275433,159028,'ownsMany','DEPRECATED - REMOVE SOON','ownsMany binds One-to-Many / Many-to-Many composite relation','$componentName, $options','','returns\n this object','','owns-many','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275434,159028,'setAttribute','','','$attr, $value','','','','set-attribute','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275435,159029,'setTable','','','(\n \n ) $table','','','','set-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275436,159029,'getTable','','','','','','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275437,159029,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275438,159029,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275439,159030,'init','','','','','','','init','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275440,159030,'__construct','','','$aliases','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275441,159030,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275442,159030,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275443,159031,'filterGet','\n filterGet defines an implementation for filtering the get() method of\n Doctrine_Record\n','','(\n \n ) $record, $name','','','','filter-get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275444,159031,'filterSet','\n filterSet defines an implementation for filtering the set() method of\n Doctrine_Record\n','','(\n \n ) $record, $name, $value','','','','filter-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275445,159032,'initNullObject','','','(\n \n ) $null','','','','init-null-object','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275446,159032,'current','','','','','','mixed','current','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275447,159032,'__construct','constructor','','(\n \n ) $record','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275448,159033,'preSave','','','(\n \n ) $event','','','','pre-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275449,159033,'preDqlUpdate','','','(\n \n ) $event','','','','pre-dql-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275450,159033,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275451,159033,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275452,159033,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275453,159033,'postSave','','','(\n \n ) $event','','','','post-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275454,159033,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275455,159033,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275456,159033,'preDqlDelete','','','(\n \n ) $event','','','','pre-dql-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275457,159033,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275458,159033,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275459,159033,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275460,159033,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275461,159033,'preDqlSelect','','','(\n \n ) $event','','','','pre-dql-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275462,159033,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275463,159033,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275464,159033,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275465,159034,'preSave','','','(\n \n ) $event','','','','pre-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275466,159034,'preDqlUpdate','','','(\n \n ) $event','','','','pre-dql-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275467,159034,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275468,159034,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275469,159034,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275470,159034,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275471,159034,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275472,159034,'postSave','','','(\n \n ) $event','','','','post-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275473,159034,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275474,159034,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275475,159034,'preDqlDelete','','','(\n \n ) $event','','','','pre-dql-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275476,159034,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275477,159034,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275478,159034,'set','','','$key, (Doctrine_Record_Listener) $listener','','returns\n this object','','set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275479,159034,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275480,159034,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275481,159034,'preDqlSelect','','','(\n \n ) $event','','','','pre-dql-select','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275482,159034,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275483,159034,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275484,159034,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275485,159035,'preSave','','','(\n \n ) $event','','','','pre-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275486,159035,'preDelete','','','(\n \n ) $event','','','','pre-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275487,159035,'postHydrate','','','(\n \n ) $event','','','','post-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275488,159035,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275489,159035,'postSave','','','(\n \n ) $event','','','','post-save','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275490,159035,'preInsert','','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275491,159035,'preHydrate','','','(\n \n ) $event','','','','pre-hydrate','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275492,159035,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275493,159035,'postUnserialize','','','(\n \n ) $event','','','','post-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275494,159035,'preUnserialize','','','(\n \n ) $event','','','','pre-unserialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275495,159035,'postSerialize','','','(\n \n ) $event','','','','post-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275496,159035,'postDelete','','','(\n \n ) $event','','','','post-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275497,159035,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275498,159035,'preSerialize','','','(\n \n ) $event','','','','pre-serialize','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275499,159036,'getLocal','getLocal returns the name of the local column','','','','','string','get-local','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275500,159036,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','is-one-to-one','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275501,159036,'getRelationDql','','','$count','','','string','get-relation-dql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275502,159036,'offsetUnset','','','$offset','','','','offset-unset','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275503,159036,'getAlias','getAlias returns the relation alias','','','','','string','get-alias','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275504,159036,'offsetSet','','','$offset, $value','','','','offset-set','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275505,159036,'isDeferred','','','','','','','is-deferred','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275506,159036,'offsetGet','','','$offset','','','','offset-get','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275507,159036,'getForeign','\n getForeign returns the name of the foreignkey column where the localkey\n column is pointing at\n','','','','','string','get-foreign','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275508,159036,'__toString','','','','','','string','to-string','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275509,159036,'isCascadeDelete','\n Checks whether this relation cascades deletions to the related objects on\n the application level.\n','','','','','boolean','is-cascade-delete','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275510,159036,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','has-constraint','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275511,159036,'offsetExists','','','$offset','','','','offset-exists','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275512,159036,'getType','getType returns the relation type, either 0 or 1','','','','','integer','get-type','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275513,159036,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275514,159036,'isEqual','','','','','','','is-equal','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275515,159036,'getTable','getTable returns the foreign table object','','','','','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275516,159036,'__construct','constructor','','$definition','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275517,159036,'isComposite','isComposite returns whether or not this relation is a composite relation','','','','','boolean','is-composite','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275518,159036,'getForeignFieldName','getLocalFieldName','returns the field name of the local column','','','','','get-foreign-field-name','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275519,159036,'getLocalFieldName','','returns the field name of the local column','','','','','get-local-field-name','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275520,159036,'isDeferrable','','','','','','','is-deferrable','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275521,159036,'getClass','getClass returns the name of the related class','','','','','','get-class','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275522,159036,'toArray','','','','','','array','to-array','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275523,159037,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275524,159037,'getAssociationFactory','','','','','','','get-association-factory','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275525,159037,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275526,159037,'getAssociationTable','','','','','','','get-association-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275527,159038,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275528,159038,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275529,159039,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275530,159039,'getCondition','','','$alias = null','','','','get-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275531,159040,'fetchRelatedFor','','fetches a component related to given record','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275532,159040,'getCondition','','','$alias = null','','','','get-condition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275533,159041,'getRelationDql','','','$count, $context = 'record'','','','string','get-relation-dql','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275534,159041,'fetchRelatedFor','','','(\n \n ) $record','','','','fetch-related-for','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275535,159042,'getPendingRelations','','','','','returns\n an array containing all the pending relations','array','get-pending-relations','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275536,159042,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275537,159042,'getPendingRelation','','','$name','','returns\n an array defining a pending relation','array','get-pending-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275538,159042,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','get-impl','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275539,159042,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275540,159042,'completeAssocDefinition','Completes the given association definition','','$def','','returns\n completed definition array','array','complete-assoc-definition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275541,159042,'hasRelation','Check if a relation alias exists','','$name','','','boolean','has-relation','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275542,159042,'guessColumns','','','$classes, (\n \n ) $foreignTable','','returns\n an array of column names','array','guess-columns','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275543,159042,'getTable','','','','','returns\n the table object this parser belongs to','','get-table','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275544,159042,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275545,159042,'unsetPendingRelations','\n unsetPendingRelations Removes a relation. Warning: this only affects\n pending relations\n','','$name','','','','unset-pending-relations','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275546,159042,'completeDefinition','Completes the given definition','','$def','','returns\n completed definition array','array','complete-definition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275547,159042,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','(\n \n ) $table','','','','get-identifiers','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275548,159042,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275549,159043,'setTableDefinition','buildDefinition','','','','','','set-table-definition','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275550,159043,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batch-update-index','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275551,159043,'analyze','','','$text','','','','analyze','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275552,159043,'readTableData','','','$limit = null, $offset = null','','returns\n The collection of results','','read-table-data','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275553,159043,'updateIndex','updateIndex updates the index','','$data, (Doctrine_Record) $record','','','integer','update-index','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275554,159043,'__construct','','','$options','','','','construct','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275555,159043,'search','','','$query','','returns\n The collection of search results','','search','2008-09-01 05:38:33','2008-09-01 05:38:33'),(1275556,159044,'analyze','','','$text','','','','analyze','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275557,159045,'analyze','','','$text','','','','analyze','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275558,159046,'analyze','','','$text','','','','analyze','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275559,159047,'indexDirectory','indexes given directory','','$dir','','','','index-directory','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275560,159047,'__construct','constructor','','$options = array()','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275561,159047,'buildRelation','','','','','','','build-relation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275562,159048,'indexDirectory','','','$dir','','','','index-directory','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275563,159049,'add','','','$dir','','','','add','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275564,159050,'postUpdate','','','(\n \n ) $event','','','','post-update','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275565,159050,'__construct','','','(\n \n ) $search','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275566,159050,'postInsert','','','(\n \n ) $event','','','','post-insert','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275567,159050,'preUpdate','','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275568,159051,'parse','','','$file','','','','parse','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275569,159052,'getParams','','','','','','','get-params','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275570,159052,'query','','','$text','','','','query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275571,159052,'parseClause','','','$originalClause, $recursive = false','','','','parse-clause','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275572,159052,'isExpression','','','$term','','','','is-expression','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275573,159052,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275574,159052,'getSql','','','','','','','get-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275575,159052,'parseTerm','','','$term','','','','parse-term','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275576,159052,'getWords','','','','','','','get-words','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275577,159052,'parseWord','','','$word','','','','parse-word','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275578,159053,'setTableDefinition','','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275579,159053,'setUp','','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275580,159054,'process','','','','','','','process','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275581,159054,'__construct','','','$resultSet','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275582,159054,'addComponent','','','$component','','','','add-component','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275583,159055,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275584,159055,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275585,159055,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275586,159056,'lastInsertId','\n Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\n column.\n','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275587,159056,'lastSequenceId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','last-sequence-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275588,159056,'nextSequenceId','\n Generate a new value from the specified sequence in the database, and\n return it.\n','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws\n Doctrine_Adapter_Db2_Exception','','integer','next-sequence-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275589,159057,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275590,159057,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275591,159057,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275592,159058,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns\n The value if the table exists or not','bool','check-sequence','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275593,159058,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275594,159058,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275595,159058,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275596,159059,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275597,159059,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275598,159059,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275599,159060,'lastInsertID','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275600,159060,'currID','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275601,159060,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275602,159061,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns\n the autoincremented id','integer','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275603,159061,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275604,159061,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275605,159062,'lastInsertId','\n Returns the autoincrement ID if supported or $id or fetches the current ID\n in a sequence called: $table.(empty($field) ? '' :\n '_'.$field)\n','','$table = null, $field = null','','','integer|boolean','last-insert-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275606,159062,'currId','Returns the current id of a sequence','','$seqName','','returns\n current id in the given sequence','integer','curr-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275607,159062,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns\n next id in the given sequence','integer','next-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275608,159063,'dump','Dump PHP array to YAML','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as tasteful.yaml and pass it around.\nOh, and you can decide how big the indent is and what the','$array, $indent = false, $wordwrap = false','','','string','dump','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275609,159063,'load','Load YAML into a PHP array from an instantiated object','The load method, when supplied with a YAML stream (string or file path), will do its best to convert the YAML into a PHP array. Pretty simple. Usage:\n
\nload(\'lucky.yaml\');\n ','$input','','','array','load','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275610,159063,'YAMLLoad','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array. Pretty simple. Usage:\n\n\n ','$input','','','array','yaml-load','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275611,159063,'_linkRef','','','[[[amp]]]$n, $key, $k = NULL, $v = NULL','','','','link-ref','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275612,159063,'YAMLDump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as nothing.yaml and pass it around.\nOh, and you can decide how big the indent is and what the ','$array, $indent = false, $wordwrap = false','','','string','yaml-dump','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275613,159064,'__construct','The constructor assigns the node a unique ID.','','$nodeId','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275614,159065,'getOption','getOption returns the value of given option','','$name','','returns\n the value of given option','mixed','get-option','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275615,159065,'getTemplates','getTemplates returns all templates attached to this table','','','','returns\n an array containing all templates','array','get-templates','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275616,159065,'hasColumn','','','$columnName','','','boolean','has-column','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275617,159065,'find','finds a record by its identifier','','($id) $id, $hydrationMode = null','','returns\n Array or Doctrine_Record or false if no result','mixed','find','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275618,159065,'getColumnNames','returns an array containing all the column names.','','$fieldNames = null','','','array','get-column-names','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275619,159065,'setColumns','','','$definitions','','','','set-columns','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275620,159065,'__isset','','','$option','','','','isset','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275621,159065,'getRepository','','','','','','','get-repository','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275622,159065,'getColumns','returns all columns and their definitions','','','','','array','get-columns','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275623,159065,'removeColumn','Removes the passed field name from the table schema information','','$fieldName','','','boolean','remove-column','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275624,159065,'clear','clear clears the first level cache (identityMap)','','','','','','clear','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275625,159065,'getGenerator','Get generator instance for a passed name','','$generator','','','','get-generator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275626,159065,'createQuery','\n createQuery creates a new Doctrine_Query object and adds the component\n name of this table as the query 'from' part\n','','$alias = ''','','','','create-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275627,159065,'isIdentifierComposite','Checks whether a field identifier is a composite key.','','','','returns\n TRUE if the identifier is a composite key, FALSE otherwise','boolean','is-identifier-composite','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275628,159065,'setConnection','sets the connection for this class','','(\n \n ) $conn','','returns\n this object','','set-connection','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275629,159065,'getRelation','','','$alias, $recursive = true','','','','get-relation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275630,159065,'getDefinitionOf','','','$fieldName','','returns\n array on success, false on failure','mixed','get-definition-of','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275631,159065,'__call','','Adds support for magic finders. findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','','','call','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275632,159065,'getOptions','getOptions returns all options of this table and the associated values','','','','returns\n all options and their values','array','get-options','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275633,159065,'getProxy','','','($id) $id = null','throws\n Doctrine_Find_Exception','','','get-proxy','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275634,159065,'addCheckConstraint','','adds a check constraint to this table','$definition, $name','','','','add-check-constraint','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275635,159065,'setTableName','','','$tableName','','','','set-table-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275636,159065,'getRelationParser','getRelationParser return the relation parser associated with this table','','','','returns\n relation parser object','','get-relation-parser','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275637,159065,'getIndex','','','$index','','returns\n array on success, FALSE on failure','array|boolean','get-index','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275638,159065,'bind','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$args, $type','','','','bind','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275639,159065,'__toString','returns a string representation of this object','','','','','string','to-string','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275640,159065,'setOptions','','','$options','','','','set-options','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275641,159065,'removeRecord','\n removeRecord removes a record from the identity map, returning true if the\n record was found and removed and false if the record wasn't found.\n','','(\n \n ) $record','','','boolean','remove-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275642,159065,'isInheritedColumn','\n Checks whether a column is inherited from a component further up in the\n hierarchy.\n','','($columnName) $columnName','','returns\n TRUE if column is inherited, FALSE otherwise.','boolean','is-inherited-column','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275643,159065,'hasGenerator','Check if a generator name exists','','$generator','','','','has-generator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275644,159065,'getTableName','','','','','','','get-table-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275645,159065,'setData','\n setData doctrine uses this function internally users are strongly\n discouraged to use this function\n','','$data','','','','set-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275646,159065,'getIdentifierColumnNames','returns an array with all the identifier column names.','','','','','array','get-identifier-column-names','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275647,159065,'getRecord','\n getRecord first checks if record exists in identityMap, if not returns a\n new record\n','','','','','','get-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275648,159065,'getComponentName','','','','','','','get-component-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275649,159065,'__get','__get an alias for getOption','','$option','','','','get','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275650,159065,'getFilters','','','','','','array','get-filters','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275651,159065,'addTemplate','Add template to the table','','$template, (\n \n ) $impl','','','','add-template','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275652,159065,'findBySql','\n findBySql finds records with given SQL where clause returns a collection\n of records\n','','$dql, $params = array(), $hydrationMode = null','','','','find-by-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275653,159065,'executeOne','\n executeOne fetches data using the provided queryKey and the associated\n query in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute-one','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275654,159065,'hasRelation','','','$alias','','returns\n true if the relation exists otherwise false','boolean','has-relation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275655,159065,'validateField','','','$fieldName, $value, (\n \n ) $record = null, $name','','','','validate-field','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275656,159065,'isIdentifierAutoincrement','Checks whether a field identifier is of type autoincrement','','','','returns\n TRUE if the identifier is autoincrement FALSE otherwise','boolean','is-identifier-autoincrement','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275657,159065,'getColumnDefinition','','','$columnName','','','','get-column-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275658,159065,'_resolveFindByFieldName','Resolve the passed find by field name to the appropriate field name','regardless of whether the user passes a column name, field name, or a Doctrine_Inflector::classified() version of their column name. It will be inflected with Doctrine_Inflector::tableize() to get the column or field name','$name','','','string','resolve-find-by-field-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275659,159065,'hasTemplate','Check if the table has a template name','','$template','','','boolean','has-template','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275660,159065,'initIdentifier','Initializes the table identifier(s)/primary key(s)','','','','','','init-identifier','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275661,159065,'getRecordInstance','\n Gets the record instance for this table. The Doctrine_Table instance always\n holds at least one instance of a model so that it can be reused for\n several things, but primarily it is first used to instantiate all the\n internal in memory meta da','','','','returns\n instance of the record','object Empty','get-record-instance','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275662,159065,'isIdentifier','\n Checks whether a field is part of the table identifier/primary key\n field(s).\n','','$fieldName','','returns\n TRUE if the field is part of the table identifier/primary key field(s), FALSE otherwise.','boolean','is-identifier','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275663,159065,'unshiftFilter','','','(\n \n ) $filter','','','object','unshift-filter','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275664,159065,'__construct','the constructor','','$name, (\n \n ) $conn, $initDefinition = false','throws\n Doctrine_Connection_Exception if there are no opened connections','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275665,159065,'findBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','find-by','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275666,159065,'setColumn','','','$name, $type, $length = null, $options = array(), $prepend = false','throws\n Doctrine_Table_Exception if trying use wrongly typed parameter','','','set-column','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275667,159065,'getTypeOf','','','$fieldName','','returns\n string on success, false on failure','mixed','get-type-of','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275668,159065,'getClassnameToReturn','\n Get the classname to return. Most often this is just the\n options&[apos;name']\n','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns\n The name of the class to create','string','get-classname-to-return','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275669,159065,'count','','','','','','integer','count','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275670,159065,'execute','\n execute fetches data using the provided queryKey and the associated query\n in the query registry\n','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns\n the fetched data','mixed','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275671,159065,'addGenerator','Add a generate to the table instance','','(\n \n ) $generator, $name = null','','','','add-generator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275672,159065,'findOneBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','find-one-by','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275673,159065,'findAll','findAll returns a collection of records','','$hydrationMode = null','','','','find-all','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275674,159065,'enumValue','','','$fieldName, $index, $field','','','mixed','enum-value','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275675,159065,'getFieldNames','returns an array containing all the field names.','','','','','array','get-field-names','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275676,159065,'enumIndex','','','$fieldName, $value, $field','','','mixed','enum-index','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275677,159065,'getEnumValues','','','$fieldName','','','array','get-enum-values','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275678,159065,'getDefaultValueOf','getDefaultValueOf returns the default value(if any) for given column','','$fieldName','','','mixed','get-default-value-of','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275679,159065,'setOption','\n setOption sets an option and returns this object in order to allow\n flexible method chaining\n','','$name, $value','','returns\n this object','','set-option','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275680,159065,'isTree','','determine if table acts as tree','','','returns\n if tree return true, otherwise returns false','mixed','is-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275681,159065,'setMethodOwner','','','$method, $class','','','','set-method-owner','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275682,159065,'prepareValue','\n prepareValue this method performs special data preparation depending on\n the type of the given column\n','\n - \n
\nIt unserializes array and object typed columns
\n- \n
\nUncompresses gzip typed columns
\n- \n
\nGets the appropriate enum values for enum typed columns
\n- \n ','$fieldName, $value, $typeHint = null, $field','throws\n Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns\n prepared value','mixed','prepare-value','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275683,159065,'getQueryObject','','','','','returns\n a Doctrine_Query object','','get-query-object','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275684,159065,'getFieldName','getColumnAlias','returns a column alias for a column name if no alias can be found the column name is returned.','$columnName','','returns\n column alias','string','get-field-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275685,159065,'getTree','','getter for associated tree','','','returns\n if tree return instance of Doctrine_Tree, otherwise returns false','mixed','get-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275686,159065,'getRelations','getRelations returns an array containing all relation objects','','','','returns\n an array of Doctrine_Relation objects','array','get-relations','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275687,159065,'getExportableFormat','getExportableFormat returns exportable presentation of this object','','$parseForeignKeys = true','','','array','get-exportable-format','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275688,159065,'getIdentifier','','','','','','mixed','get-identifier','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275689,159065,'getIdentifierType','','','','','','integer','get-identifier-type','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275690,159065,'getConnection','returns the connection associated with this table (if any)','','','','returns\n the connection object','','get-connection','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275691,159065,'addForeignKey','','adds a foreignKey to this table','$definition','','','','add-foreign-key','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275692,159065,'export','\n export exports this table to database based on column and option\n definitions\n','','','throws\n Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns\n whether or not the export operation was successful false if table already existed in the database','boolean','export','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275693,159065,'getColumnOwner','Gets the owner of a column.','The owner of a column is the name of the component in a hierarchy that defines the column.','$columnName','','returns\n The name of the owning/defining component','string','get-column-owner','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275694,159065,'getData','\n returns internal data, used by Doctrine_Record instances when retrieving\n data from database\n','','','','','array','get-data','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275695,159065,'getGenerators','Get all the generators for the table','','','','','array','get-generators','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275696,159065,'bindQueryPart','bindQueryPart binds given value to given query part','','$queryPart, $value','','returns\n this object','','bind-query-part','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275697,159065,'getBoundQueryPart','','','$queryPart','','','string','get-bound-query-part','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275698,159065,'getTemplate','','','$template','','','','get-template','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275699,159065,'getColumnCount','','','','','returns\n the number of columns in this table','integer','get-column-count','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275700,159065,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns\n this object','','bind-query-parts','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275701,159065,'addIndex','','adds an index to this table','$index, $definition','','','','add-index','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275702,159065,'findByDql','\n findByDql finds records with given DQL where clause returns a collection\n of records\n','','$dql, $params = array(), $hydrationMode = null','','','','find-by-dql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275703,159065,'getFieldValidators','Gets the names of all validators that are applied on a field.','','$fieldName','','returns\n The names of all validators that are applied on the specified field.','array','get-field-validators','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275704,159065,'initDefinition','Initializes the in-memory table definition.','','$name','','','','init-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275705,159065,'applyInheritance','','','($where) $where','','returns\n query where part with column aggregation inheritance added','string','apply-inheritance','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275706,159065,'getMethodOwner','','','$method','','','','get-method-owner','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275707,159065,'hasDefaultValues','\n hasDefaultValues returns true if this table has default values, otherwise\n false\n','','','','','boolean','has-default-values','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275708,159065,'create','creates a new record','','$array = array()','','returns\n the created record object','','create','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275709,159065,'getColumnName','','returns a column name for column alias if the actual name for the alias cannot be found this method returns the given alias','$fieldName, $alias','','returns\n column name','string','get-column-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275710,159065,'getTypeOfColumn','','','$columnName','','returns\n The column type or FALSE if the type cant be determined.','mixed','get-type-of-column','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275711,159065,'hasField','','','$fieldName','','','boolean','has-field','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275712,159065,'addRecord','addRecord adds a record to identity map','','(\n \n ) $record','','','boolean','add-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275713,159065,'getFieldLength','Gets the (maximum) length of a field.','','$fieldName','','','','get-field-length','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275714,159066,'__construct','','','$message','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275715,159067,'evictAll','','','','','returns\n number of records evicted','integer','evict-all','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275716,159067,'add','','','(\n \n ) $record','','','boolean','add','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275717,159067,'contains','','','$oid','','','','contains','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275718,159067,'get','','','$oid','throws\n Doctrine_Table_Repository_Exception','','','get','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275719,159067,'evict','','','$oid','','returns\n whether ot not the operation was successful','boolean','evict','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275720,159067,'getTable','','','','','','','get-table','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275721,159067,'__construct','constructor','','(\n \n ) $table','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275722,159067,'count','','Doctrine_Registry implements interface Countable','','','returns\n the number of records this registry has','integer','count','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275723,159067,'getIterator','','','','','','ArrayIterator','get-iterator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275724,159067,'loadAll','','','','','','','load-all','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275725,159068,'notify','','','$notification = null','','','','notify','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275726,159068,'getArguments','','','','','','array','get-arguments','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275727,159068,'getRequiredArgumentsDescriptions','','','','','','array','get-required-arguments-descriptions','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275728,159068,'ask','','','','','','','ask','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275729,159068,'validate','','Validates that all required fields are present','','','returns\n true','bool','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275730,159068,'getTaskName','','','','','','string','get-task-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275731,159068,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275732,159068,'getOptionalArgumentsDescriptions','','','','','','array','get-optional-arguments-descriptions','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275733,159068,'getOptionalArguments','','','','','','array','get-optional-arguments','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275734,159068,'execute','','Override with each task class','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275735,159068,'getArgument','','','$name, $default = null','','','mixed','get-argument','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275736,159068,'setArguments','','','$args','','','','set-arguments','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275737,159068,'getDescription','','','','','','string','get-description','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275738,159068,'addArgument','','','$name, $value','','','','add-argument','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275739,159068,'getRequiredArguments','','','','','','array','get-required-arguments','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275740,159069,'__construct','','','$dispatcher = null','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275741,159069,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275742,159070,'__construct','','','$dispatcher = null','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275743,159070,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275744,159071,'__construct','','','$dispatcher = null','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275745,159071,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275746,159072,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275747,159073,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275748,159074,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275749,159075,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275750,159075,'_printResults','','','$array','','','','print-results','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275751,159076,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275752,159077,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275753,159078,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275754,159079,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275755,159080,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275756,159081,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275757,159082,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275758,159083,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275759,159084,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275760,159085,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275761,159086,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275762,159087,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275763,159088,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275764,159089,'__construct','','','$dispatcher = null','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275765,159089,'execute','','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275766,159090,'setTableDefinition','Blank method for template table definition','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275767,159090,'setTable','Set the table object that this Template belongs to','','(\n \n ) $table','','','','set-table','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275768,159090,'getPlugin','Get plugin instance','','','','','','get-plugin','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275769,159090,'addChild','Adds a plugin as a child to this plugin','','(\n \n ) $template','','returns\n Chainable.','Doctrine_Template.','add-child','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275770,159090,'get','','','$name','','','','get','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275771,159090,'getTable','returns the associated table object','','','','returns\n the associated table object','','get-table','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275772,159090,'getInvoker','returns the last used invoker','','','','returns\n the record that invoked the last delegated call','','get-invoker','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275773,159090,'set','','','$name, $value','','','','set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275774,159090,'setInvoker','sets the last used invoker','','(\n \n ) $invoker','','returns\n this object','','set-invoker','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275775,159090,'setUp','Blank method for template setup','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275776,159091,'setTableDefinition','Set table definition for Geographical behavior','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275777,159091,'getDistanceQuery','\n Initiate and get a distance query with the select parts for the number of\n kilometers and miles between this record and other zipcode records in the\n database\n','','','','','','get-distance-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275778,159091,'getDistance','Get distance between this record and another','','(\n \n ) $record, $kilometers = false, $Doctrine_Record','','','integer','get-distance','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275779,159091,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275780,159092,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275781,159092,'getI18n','Get the plugin instance for the I18n template','','','','','','get-i18n','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275782,159092,'setUp','Initialize the I18n plugin for the template','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275783,159093,'buildSlug','\n Generate the slug for a given Doctrine_Record based on the configured\n options\n','','(Doctrine_Record) $record','','','string','build-slug','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275784,159093,'preInsert','Set the slug value automatically when a record is inserted','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275785,159093,'__construct','','','$options, $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275786,159093,'getUniqueSlug','\n Creates a unique slug for a given Doctrine_Record. This function enforces\n the uniqueness by incrementing the values with a postfix if the slug is\n not unique\n','','(Doctrine_Record) $record','','','string','get-unique-slug','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275787,159093,'preUpdate','\n Set the slug value automatically when a record is updated if the options\n are configured to allow it\n','','(\n \n ) $event','','','','pre-update','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275788,159094,'preDelete','Skip the normal delete options so we can override it with our own','','(\n \n ) $event','','','','pre-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275789,159094,'__construct','','','$options','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275790,159094,'preDqlDelete','\n Implement preDqlDelete() hook and modify a dql delete query so it updates\n the deleted flag instead of deleting the record\n','','(\n \n ) $event','','','','pre-dql-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275791,159094,'preDqlSelect','\n Implement preDqlDelete() hook and add the deleted flag to all queries for\n which this model is being used in.\n','','(\n \n ) $event','','','','pre-dql-select','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275792,159094,'postDelete','Implement postDelete() hook and set the deleted flag to true','','(\n \n ) $event','','','','post-delete','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275793,159095,'getTimestamp','\n Gets the timestamp in the correct format based on the way the behavior is\n configured\n','','$type','','','','get-timestamp','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275794,159095,'preInsert','Set the created and updated Timestampable columns when a record is inserted','','(\n \n ) $event','','','','pre-insert','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275795,159095,'__construct','','','$options','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275796,159095,'preUpdate','Set updated Timestampable column when a record is updated','','(\n \n ) $event, (Doctrine_Event) $evet','','','','pre-update','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275797,159096,'setTableDefinition','Call set table definition for the NestedSet behavior','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275798,159096,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275799,159096,'setUp','Set up NestedSet template','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275800,159097,'batchUpdateIndex','\n Make the batchUpdateIndex() function available to the template so\n Doctrine_Record child classes with the behavior enabled can all the\n function\n','','$limit = null, $offset = null','','','','batch-update-index','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275801,159097,'__construct','','','$options = array()','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275802,159097,'setUp','Setup the Searchable template behavior','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275803,159098,'setTableDefinition','Set table definition for Sluggable behavior','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275804,159098,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275805,159099,'setTableDefinition','Set table definition for SoftDelete behavior','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275806,159099,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275807,159100,'setTableDefinition','Set table definition for Timestampable behavior','','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275808,159100,'__construct','','','$options = array(), $array','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275809,159101,'revert','\n revert reverts this record to given version, this method only works if\n versioning plugin is enabled\n','','$version','throws\n Doctrine_Record_Exception if given version does not exist','returns\n this object','','revert','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275810,159101,'__construct','','','$options = array()','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275811,159101,'getAuditLog','Get plugin for Versionable template','','','','','','get-audit-log','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275812,159101,'setUp','Setup the Versionable behavior for the template','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275813,159102,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275814,159102,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws\n PDOException if something fails at the PDO level','returns\n returns the current session transaction isolation level','string','get-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275815,159102,'beginInternalTransaction','Initiates a transaction.','This method must only be used by Doctrine itself to initiate transactions. Userland-code must use\n \n
beginTransaction \n \n .','$savepoint = null','','','','begin-internal-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275816,159102,'commit','\n commit Commit the database changes done during a transaction that is in\n progress or release a savepoint. This function may only be called when\n auto-committing is disabled, otherwise it will fail.\n','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws\n Doctrine_Validator_Exception if the transaction fails due to record validations','returns\n false if commit couldn't be performed, true otherwise','boolean','commit','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275817,159102,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nThis method should only be used by userland-code to initiate transactions. To initiate a transaction from inside Doctrine use\n throws\n Doctrine_Transaction_Exception if the transaction fails at database level','returns\n current transaction nesting level','integer','begin-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275818,159102,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275819,159102,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws\n Doctrine_Transaction_Exception if the rollback operation fails at database level','returns\n false if rollback couldn't be performed, true otherwise','boolean','rollback','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275820,159102,'_doCommit','Performs the commit.','','','','','','do-commit','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275821,159102,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','get-transaction-level','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275822,159102,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','(\n \n ) $coll','','returns\n this object','','add-collection','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275823,159102,'getInvalid','Return the invalid records','','','','returns\n An array of invalid records','array','get-invalid','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275824,159102,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275825,159102,'addInvalid','addInvalid adds record into invalid records list','','(\n \n ) $record','','returns\n false if record already existed in invalid records list, otherwise true','boolean','add-invalid','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275826,159102,'getInternalTransactionLevel','','','','','','','get-internal-transaction-level','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275827,159102,'_doBeginTransaction','Begins a database transaction.','','','','','','do-begin-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275828,159102,'getState','getState returns the state of this transaction module.','','','','returns\n the connection state','integer','get-state','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275829,159102,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275830,159102,'_doRollback','Performs the rollback.','','','','','','do-rollback','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275831,159103,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275832,159103,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275833,159103,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275834,159103,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275835,159104,'_doCommit','Performs the commit.','','','','','','do-commit','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275836,159104,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275837,159104,'_doBeginTransaction','Begins a database transaction.','','','','','','do-begin-transaction','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275838,159104,'_doRollback','Performs the rollback.','','','','','','do-rollback','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275839,159105,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275840,159105,'getIsolation','getTransactionIsolation','','','','returns\n returns the current session transaction isolation level','string','get-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275841,159105,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275842,159105,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n PDOException if something fails at the PDO level','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275843,159105,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275844,159106,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275845,159106,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275846,159106,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275847,159106,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275848,159107,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','create-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275849,159107,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollback-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275850,159107,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275851,159107,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','release-save-point','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275852,159108,'setIsolation','Set the transacton isolation level.','','$isolation','throws\n Doctrine_Transaction_Exception if using unknown isolation level','','','set-isolation','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275853,159109,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws\n Doctrine_Tree_Exception if table attributes have not been defined','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275854,159109,'getBaseComponent','Returns the base tree component.','','','','','','get-base-component','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275855,159109,'__construct','constructor, creates tree with reference to table and any options','','(\n \n ) $table, $options','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275856,159109,'getAttribute','gets tree attribute value','','$name','','','','get-attribute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275857,159109,'factory','factory method to return tree instance based upon chosen implementation','','(\n \n ) $table, $implName, $options = array(), $impName','throws\n Doctrine_Exception if class does not extend Doctrine_Tree','returns\n instance of Doctrine_Node','object','factory','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275858,159109,'setUp','\n this method is used for setting up relations and attributes and should be\n used by specific implementations\n','','','','','','set-up','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275859,159109,'setAttribute','sets tree attribute value','','$name, $value','','','','set-attribute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275860,159110,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275861,159110,'findRoot','returns root node','','$root_id = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275862,159110,'fetchBranch','\n optimised method that returns iterator for traversal of the tree from the\n given record primary key\n','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetch-branch','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275863,159110,'fetchTree','\n optimised method to returns iterator for traversal of the entire tree from\n root\n','','$options = array(), $hydrationMode = null, $fetchmode','','returns\n instance of Doctrine_Node_<Implementation>_PreOrderIterator','object','fetch-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275864,159111,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','set-table-definition','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275865,159111,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','return-query-with-root-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275866,159111,'fetchRoots','\n Fetches all root nodes. If the tree has only one root this is the same as\n fetchRoot().\n','','','','returns\n The root nodes.','mixed','fetch-roots','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275867,159111,'setBaseQuery','Enter description here...','','(\n \n ) $query','','','','set-base-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275868,159111,'__construct','\n constructor, creates tree with reference to table and sets default root\n options\n','','(\n \n ) $table, $options','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275869,159111,'createRoot','creates root node from given record or from a new record','','(\n \n ) $record = null','','','','create-root','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275870,159111,'getMaxRootId','calculates the current max root id','','','','','integer','get-max-root-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275871,159111,'getBaseQuery','Enter description here...','','$options','','','unknown','get-base-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275872,159111,'findRoot','returns root node','','$rootId = 1','','returns\n instance of Doctrine_Record','object','find-root','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275873,159111,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array(), $hydrationMode = Doctrine::HYDRATE_RECORD, $fetchmode','','returns\n The branch or FALSE if the branch could not be found.','mixed','fetch-branch','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275874,159111,'getBaseAlias','Enter description here...','','','','','','get-base-alias','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275875,159111,'fetchTree','Fetches a tree.','','$options = array(), $hydrationMode = Doctrine::HYDRATE_RECORD, $fetchmode','','returns\n The tree or FALSE if the tree could not be found.','mixed','fetch-tree','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275876,159111,'resetBaseQuery','Enter description here...','','','','','','reset-base-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275877,159111,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetch-root','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275878,159111,'getNextRootId','calculates the next available root id','','','','','integer','get-next-root-id','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275879,159112,'isValidType','Validate the type of the passed variable','','$var, $type','','','boolean','is-valid-type','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275880,159112,'validateLength','Validates the length of a field.','','$value, $type, $maximumLength','','returns\n True/false for whether the value passed validation','boolean','validate-length','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275881,159112,'validateRecord','\n Validates a given record and saves possible errors in\n Doctrine_Validator::$stack\n','','(\n \n ) $record','','','','validate-record','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275882,159112,'hasErrors','Whether or not errors exist on this validator','','','','returns\n True/false for whether or not this validate instance has error','boolean','has-errors','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275883,159112,'getValidator','Get a validator instance for the passed $name','','$name','','','Doctrine_Validator_Interface','get-validator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275884,159113,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275885,159113,'getCountries','returns all available country codes','','','','','array','get-countries','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275886,159114,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275887,159115,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275888,159116,'__isset','','','$arg','','','','isset','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275889,159116,'__get','__get an alias for getOption','','$arg','','','','get','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275890,159116,'getArgs','returns all args and their associated values','','','','returns\n all args as an associative array','array','get-args','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275891,159116,'getArg','returns the value of an argument','','($arg) $arg','','returns\n the value of the option','mixed','get-arg','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275892,159116,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set-arg','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275893,159116,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns\n this object','','set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275894,159117,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275895,159118,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275896,159118,'clear','Removes all errors from the stack.','','','','','','clear','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275897,159118,'contains','Check if a field has an error','','$fieldName','','','boolean','contains','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275898,159118,'get','Get errors for field','','$fieldName','','','mixed','get','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275899,159118,'__construct','Constructor','','$className','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275900,159118,'count','Count the number of errors','','','','','integer','count','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275901,159118,'getClassname','Get the classname where the errors occured','','','','','string','get-classname','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275902,159118,'getIterator','Enter description here...','','','','','unknown','get-iterator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275903,159118,'set','Alias for add()','','$fieldName, $errorCode','','','','set','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275904,159118,'getValidators','Get array of failed validators','','','','','array','get-validators','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275905,159118,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275906,159118,'toArray','','','','','','','to-array','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275907,159119,'inspect','\n This method will apply the value of the $function variable as a user_func\n to tall errorstack objects in the exception\n','','$function','','','','inspect','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275908,159119,'__toString','','','','','','string','to-string','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275909,159119,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275910,159119,'count','','','','','','','count','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275911,159119,'getInvalidRecords','','','','','','','get-invalid-records','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275912,159119,'getIterator','','','','','','','get-iterator','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275913,159120,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275914,159121,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275915,159122,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275916,159123,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275917,159124,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275918,159125,'validate','\n checks that value isn't blank a value is blank when its either null\n or contains only space characters\n','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275919,159126,'validate','checks that given value isn't null','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275920,159127,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275921,159128,'validate','checks if value is within given range','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275922,159129,'validate','checks if value has been modified','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275923,159130,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275924,159131,'validate','','checks if given value is a valid time','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275925,159132,'validate','checks if given value is a valid timestamp (YYYY-MM-DD HH:MM:SS)','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275926,159133,'validate','checks if given value is unique','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275927,159134,'validate','checks if given value is a valid unsigned integer','','$value','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275928,159135,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275929,159135,'getStates','','','','','','','get-states','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275930,159136,'getViewSql','Get the view sql string','','','','','string','get-view-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275931,159136,'getName','returns the name of this view','','','','','string','get-name','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275932,159136,'drop','drops this view from the database','','','throws\n Doctrine_View_Exception','','','drop','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275933,159136,'getQuery','returns the associated query object','','','','','','get-query','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275934,159136,'__construct','constructor','','(\n \n ) $query, $viewName','','','','construct','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275935,159136,'getViewDql','Get the view dql string','','','','','string','get-view-dql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275936,159136,'execute','returns a collection of Doctrine_Record objects','','','','','','execute','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275937,159136,'getConnection','returns the connection object','','','','','','get-connection','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275938,159136,'getSelectSql','returns the select sql for this view','','','','','string','get-select-sql','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1275939,159136,'create','creates this view','','','throws\n Doctrine_View_Exception','','','create','2008-09-01 05:38:34','2008-09-01 05:38:34'),(1289704,160793,'dump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML.','$array, $inline = 4','','','string','dump','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289705,160793,'load','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array.\nUsage:\nsetIsolation(\'READ UNCOMMITTED\');]]>\n','$input','','','array','load','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289706,160794,'dump','Dumps a PHP value to YAML.','','$input, $inline, $indent','','returns The YAML representation of the PHP value','string','dump','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289707,160795,'parseQuotedScalar','Parses quotes scalar','','$scalar, [[[amp]]]$i, $i','','returns YAML','string','parsequotedscalar','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289708,160795,'parseSequence','Parse sequence to yaml','','$sequence, [[[amp]]]$i, $i','','returns YAML','string','parsesequence','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289709,160795,'getTimestampRegex','','','','','','','gettimestampregex','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289710,160795,'dump','Dumps PHP array to YAML.','','$value','','returns YAML','string','dump','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289711,160795,'load','Load YAML into a PHP array.','','$value','','returns PHP array','array','load','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289712,160795,'dumpArray','Dumps PHP array to YAML','','$value','','returns YAML','string','dumparray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289713,160795,'evaluateScalar','Evaluates scalars and replaces magic values.','','$scalar','','returns YAML','string','evaluatescalar','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289714,160795,'parseScalar','Parses scalar to yaml','','(scalar) $scalar, $delimiters = null, $stringDelimiters = array('"', "'"), [[[amp]]]$i, $evaluate = true, $i','','returns YAML','string','parsescalar','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289715,160795,'parseMapping','Parses mapping.','','$mapping, [[[amp]]]$i, $i','','returns YAML','string','parsemapping','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289716,160796,'cleanup','Cleanups a YAML string to be parsed.','','$value','','returns A cleaned up YAML string','string','cleanup','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289717,160796,'isNextLineIndented','Returns true if the next line is indented.','','','','returns Returns true if the next line is indented, false otherwise','Boolean','isnextlineindented','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289718,160796,'parseValue','Parses a YAML value.','','$value','','returns A PHP value','mixed','parsevalue','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289719,160796,'getRealCurrentLineNb','Returns the current line number (takes the offset into account).','','','','returns The current line number','integer','getrealcurrentlinenb','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289720,160796,'getNextEmbedBlock','Returns the next embed block of YAML.','','0','','','','getnextembedblock','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289721,160796,'parseFoldedScalar','Parses a folded scalar.','','$separator, $indicator = '', $indentation','','returns The text value','string','parsefoldedscalar','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289722,160796,'__construct','Constructor','','$offset','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289723,160796,'parse','Parses a YAML string to a PHP value.','','$value','','returns A PHP value','mixed','parse','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289724,160796,'getCurrentLineIndentation','Returns the current line indentation.','','','','returns The current line indentation','integer','getcurrentlineindentation','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289725,160796,'isCurrentLineBlank','Returns true if the current line is blank.','','','','returns Returns true if the current line is blank, false otherwise','Boolean','iscurrentlineblank','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289726,160796,'moveToPreviousLine','Moves the parser to the previous line.','','','','','','movetopreviousline','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289727,160796,'isCurrentLineComment','Returns true if the current line is a comment line.','','','','returns Returns true if the current line is a comment line, false otherwise','Boolean','iscurrentlinecomment','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289728,160796,'isCurrentLineEmpty','Returns true if the current line is blank or if it is a comment line.','','','','returns Returns true if the current line is empty or if it is a comment line, false otherwise','Boolean','iscurrentlineempty','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289729,160796,'moveToNextLine','Moves the parser to the next line.','','','','','','movetonextline','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289730,160797,'generateYamlFromDb','Generates models from database to temporary location then uses those models\nto generate a yaml schema file.','This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath, $databases = array(), $options = array()','','','','generateyamlfromdb','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289731,160797,'autoload','simple autoload function returns true if the class was loaded, otherwise\nfalse','','$className, $classname','','','boolean','autoload','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289732,160797,'getLoadedModels','Get all the loaded models, you can provide an array of classes or it will\nuse get_declared_classes()','Will filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently loaded Doctrine_Records','(classes) $classes = null','','','array','getloadedmodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289733,160797,'generateSqlFromModels','Generate a sql string to create the tables from all loaded models or the\nmodels found in the passed directory.','','$directory = null','','returns String of sql queries. One query per line','string','generatesqlfrommodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289734,160797,'generateMigrationsFromDb','Generate a set of migration classes from an existing database','','$migrationsPath','throws new Doctrine_Migration_Exception','','','generatemigrationsfromdb','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289735,160797,'loadModel','Load an individual model name and path in to the model loading registry','','$className, $path = null','','','','loadmodel','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289736,160797,'generateModelsFromDb','Method for importing existing schema to Doctrine_Record classes','','$directory, $databases = array(), $options = array()','throws Exception','','boolean','generatemodelsfromdb','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289737,160797,'filterInvalidModels','Filter through an array of classes and return all the classes that are\nvalid models.','This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filterinvalidmodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289738,160797,'loadData','Load data from a yaml fixtures file.','The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','loaddata','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289739,160797,'createTablesFromArray','Creates database tables for the models in the supplied array','','$array','','','','createtablesfromarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289740,160797,'initializeModels','Initialize all models so everything is present and loaded in to memory','This will also inheritently initialize any model behaviors and add the models generated by Doctrine generators and add them to the $models array','$models','','','array','initializemodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289741,160797,'createDatabases','Creates databases for connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289742,160797,'__construct','','','','throws Doctrine_Exception','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289743,160797,'dump','dumps a given variable','','$var, $output = true, $indent = ""','','','','dump','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289744,160797,'createTablesFromModels','Creates database tables for the models in the specified directory','','$directory = null','','','','createtablesfrommodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289745,160797,'generateModelsFromYaml','Generate a yaml schema file from an existing directory of models','','$yamlPath, $directory, $options = array()','','','','generatemodelsfromyaml','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289746,160797,'generateMigrationsFromModels','Generate a set of migration classes from an existing set of models','','$migrationsPath, $modelsPath = null, $modelLoading = null','','','','generatemigrationsfrommodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289747,160797,'migrate','Migrate database to specified $to version. Migrates from current to latest\nif you do not specify.','','$migrationsPath, $to = null','throws new Doctrine_Migration_Exception','returns true','bool','migrate','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289748,160797,'generateYamlFromModels','Generate yaml schema file for the models in the specified directory','','$yamlPath, $directory','','','','generateyamlfrommodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289749,160797,'dumpData','Dump data to a yaml fixtures file','','$yamlPath, $individualFiles = false','','','','dumpdata','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289750,160797,'loadModels','Recursively load all models from a directory or array of directories','','$directory, $modelLoading = null','','','','loadmodels','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289751,160797,'getConnectionByTableName','Get the connection object for a table by the actual table name FIXME: I\nthink this method is flawed because a individual connections could have the\nsame table name','','$tableName','','','','getconnectionbytablename','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289752,160797,'generateMigrationClass','Generate new migration class skeleton','','$className, $migrationsPath','','','','generatemigrationclass','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289753,160797,'getPath','Get the root path to Doctrine','','','','','string','getpath','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289754,160797,'getTable','Get the Doctrine_Table object for the passed model','','$componentName','','','','gettable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289755,160797,'getLoadedModelFiles','Returns an array of all the loaded models and the path where each of them\nexists','','','','','array','getloadedmodelfiles','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289756,160797,'generateSqlFromArray','Generate a array of sql for the passed array of models','','$array','','','array','generatesqlfromarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289757,160797,'debug','Turn on/off the debugging setting','','$bool = null','','','','debug','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289758,160797,'dropDatabases','Drops databases for connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289759,160797,'compile','Method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Exception','','','compile','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289760,160797,'isValidModelClass','Checks if what is passed is a valid Doctrine_Record Will load class in to\nmemory in order to inflect it and find out information about the class','','$class','','','boolean','isvalidmodelclass','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289761,160798,'__get','Get key from data','','$name','','','mixed','get','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289762,160798,'set','Set the offset to the value','','$offset, $value','','','','set','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289763,160798,'offsetExists','Check if an offset axists','','$offset','','returns Whether or not this object contains $offset','boolean','offsetexists','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289764,160798,'setArray','Set an entire aray to the data','','$array','','','','setarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289765,160798,'offsetGet','An alias of get()','','$offset','','','mixed','offsetget','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289766,160798,'get','Return the element with the specified offset','','$offset','','returns The value of the return object','mixed','get','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289767,160798,'contains','Check if the specified offset exists','','$offset','','returns True if exists otherwise false','boolean','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289768,160798,'__set','Set key and value to data','','($name) $name, ($value) $value','','','','set','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289769,160798,'add','Add the value','','$value','','','','add','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289770,160798,'__unset','Remove key from data','','$name','','','','unset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289771,160798,'offsetSet','Sets $offset to $value','','$offset, $value','','','','offsetset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289772,160798,'__isset','Check if key exists in data','','$name','','returns whether or not this object contains $name','boolean','isset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289773,160798,'offsetUnset','Unset a given offset','','$offset','','','','offsetunset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289774,160798,'remove','Remove the element with the specified offset','','$offset','','returns True if removed otherwise false','boolean','remove','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289775,160799,'prepare','Prepare a sql statement and return it','','$sql','','','Doctrine_Statement_Db2','prepare','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289776,160799,'_setExecuteMode','Set the current execution mode','','$mode','','','','setexecutemode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289777,160799,'getQuoteIdentifierSymbol','Get the symbol used for identifier quoting','','','','','string','getquoteidentifiersymbol','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289778,160799,'__construct','$config is an array of key/value pairs containing configuration options. \nThese options are common to most adapters:','dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne','$config','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289779,160799,'setFetchMode','Set the fetch mode.','','$mode','','','','setfetchmode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289780,160799,'_commit','Commit a transaction.','','','','','','commit','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289781,160799,'_beginTransaction','Begin a transaction.','','','','','','begintransaction','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289782,160799,'_rollBack','Rollback a transaction.','','','','','','rollback','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289783,160799,'_getExecuteMode','Get the current execution mode','','','','returns the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','getexecutemode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289784,160799,'_connect','Creates the connection resource','','','','','','connect','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289785,160799,'closeConnection','Close the connection resource','','','','','','closeconnection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289786,160799,'_quote','Quote a raw string.','','$value','','returns Quoted string','string','quote','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289787,160800,'lastInsertId','','','','','','','lastinsertid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289788,160800,'rollBack','','','','','','','rollback','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289789,160800,'query','','','$queryString','','','','query','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289790,160800,'prepare','','','$prepareString','','','','prepare','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289791,160800,'exec','','','$statement','','','','exec','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289792,160800,'errorInfo','','','','','','','errorinfo','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289793,160800,'beginTransaction','','','','','','','begintransaction','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289794,160800,'commit','','','','','','','commit','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289795,160800,'errorCode','','','','','','','errorcode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289796,160800,'quote','','','$input','','','','quote','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289797,160801,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289798,160801,'rollBack','Rollback a transaction','','','','','','rollback','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289799,160801,'query','Fake the execution of query and add it to the stack of executed queries','','$query','','','','query','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289800,160801,'setAttribute','','','$attribute, $value','','','','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289801,160801,'getAttribute','','','$attribute','','','','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289802,160801,'getAll','Get all the executed queries','','','','returns Array of all executed queries','array','getall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289803,160801,'prepare','Prepare a query statement','','$query','','returns Mock prepared statement','','prepare','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289804,160801,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289805,160801,'__construct','Doctrine mock adapter constructor','','$name = null','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289806,160801,'forceException','Force an exception in to the array of exceptions','','$name, $message = '', $code','','','','forceexception','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289807,160801,'errorInfo','','','','','','','errorinfo','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289808,160801,'count','Get the number of queries executed','','','','','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289809,160801,'addQuery','Add query to the stack of executed queries','','$query','','','','addquery','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289810,160801,'beginTransaction','Begin a transaction','','','','','','begintransaction','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289811,160801,'commit','Commit a transaction','','','','','','commit','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289812,160801,'forceLastInsertIdFail','Force last insert to be failed','','$fail = true','','','','forcelastinsertidfail','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289813,160801,'sqliteCreateFunction','','','','','','','sqlitecreatefunction','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289814,160801,'errorCode','','','','','','','errorcode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289815,160801,'quote','Quote a value for the dbms','','$input','','','string','quote','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289816,160801,'getName','Get the name of the dbms used in this instance of the mock adapter','','','','returns Name of the dbms','string','getname','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289817,160801,'pop','Pop the last executed query from the array of executed queries and return\nit','','','','returns Last executed sql string','string','pop','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289818,160802,'lastInsertId','','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.\nAs a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id gen','$tableName = null, $primaryKey = null','','','integer','lastinsertid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289819,160802,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289820,160802,'_commit','Commit a transaction.','','','','','','commit','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289821,160802,'_beginTransaction','Begin a transaction.','','','','','','begintransaction','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289822,160802,'_rollBack','Roll-back a transaction.','','','','','','rollback','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289823,160802,'_connect','Creates a connection to the database.','','','throws Doctrine_Adapter_Exception','','','connect','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289824,160802,'closeConnection','Force the connection to close.','','','','','','closeconnection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289825,160803,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289826,160803,'rollBack','Rollback a transaction','','','','','boolean','rollback','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289827,160803,'query','Execute query and return results as statement object','','$query','','','','query','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289828,160803,'setAttribute','Set connection attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289829,160803,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289830,160803,'getConnection','Returns established OCI connection handler','','','','returns OCI connection handler','resource','getconnection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289831,160803,'prepare','Prepare a query statement','','$query','','returns prepared statement','','prepare','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289832,160803,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289833,160803,'__construct','Doctrine Oracle adapter constructor','\nor\n\'db\',\'username\'=>\'usr\',\'password\'=>\'pass\'));]]>returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289850,160805,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289851,160805,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289852,160805,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289853,160805,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289854,160805,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289855,160805,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289856,160805,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289857,160805,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returnsAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289858,160805,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289859,160805,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289860,160805,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289861,160805,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289862,160805,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289863,160805,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289864,160805,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289865,160805,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289866,160806,'fetchAll','','Returns an array containing all of the result set rows','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetchall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289867,160806,'fetchColumn','','Returns a single column from the next row of a result set or FALSE if there are no more rows.','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289868,160806,'columnCount','','Returns the number of columns in the result set','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289869,160806,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289870,160806,'setAttribute','','Set a statement attribute','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289871,160806,'getAttribute','','Retrieve a statement attribute','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289872,160806,'execute','','Executes a prepared statement\nIf the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289873,160806,'bindValue','','Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289874,160806,'closeCursor','','Closes the cursor, enabling the statement to be executed again.','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289875,160806,'getColumnMeta','','Returns metadata for a column in a result set','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289876,160806,'__construct','Constructor for mock adapter statements. Accepts instance of\nDoctrine_Adapter_Mock','','(Doctrine_Adapter_Mock) $mock','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289877,160806,'errorInfo','','Fetch extended error information associated with the last operation on the statement handle','','','returns error info array','array','errorinfo','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289878,160806,'setFetchMode','','Set the default fetch mode for this statement','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289879,160806,'fetchObject','','Fetches the next row and returns it as an object.\nFetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289880,160806,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289881,160806,'nextRowset','','Advances to the next rowset in a multi-rowset statement handle\nSome database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289882,160806,'errorCode','','Fetch the SQLSTATE associated with the last operation on the statement handle','','','returns error code string','string','errorcode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289883,160806,'bindColumn','','Bind a column to a PHP variable','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289884,160806,'rowCount','','rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.\nIf the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289885,160807,'fetchAll','Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $colnum, $columnIndex','','','array','fetchall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289886,160807,'fetchColumn','Returns a single column from the next row of a result set or FALSE if\nthere are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289887,160807,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289888,160807,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289889,160807,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289890,160807,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289891,160807,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289892,160807,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289893,160807,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289894,160807,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289895,160807,'__construct','the constructor','','$connection, $query, $executeMode','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289896,160807,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289897,160807,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289898,160807,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289899,160807,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289900,160807,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289901,160807,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289902,160807,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289903,160807,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289904,160808,'setTableDefinition','Set the table definition for the audit log table','','','','','','settabledefinition','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289905,160808,'getMaxVersion','Get the max version number for a given Doctrine_Record','','$record','','','Integer','getmaxversion','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289906,160808,'__construct','Accepts array of options to configure the AuditLog','','$options = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289907,160808,'getVersion','Get array of information for the passed record and the specified version','','$record, $version','','returns An array with version information','array','getversion','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289908,160809,'preDelete','Pre delete event hook deletes all related versions This will only delete\nversion records if the auditLog is enabled','','$event','','','','predelete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289909,160809,'postInsert','Post insert event hook which creates the new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','postinsert','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289910,160809,'_getNextVersion','Get the next version number for the audit log','','$record','','','integer','getnextversion','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289911,160809,'__construct','Instantiate AuditLog listener and set the Doctrine_AuditLog instance to the\nclass','','$auditLog','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289912,160809,'preInsert','Pre insert event hook for incrementing version number','','$event','','','','preinsert','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289913,160809,'preUpdate','Pre update event hook for inserting new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','preupdate','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289914,160810,'varExport','Special function for var_export() The normal code which is returned is\nmalformed and does not follow Doctrine standards So we do some string\nreplacing to clean it up','','$var','','','','varexport','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289915,160811,'preQuery','Listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','$event','','','boolean','prequery','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289916,160811,'getAll','Get array of all executed queries','','$namespace = null','','returns an array of sql query strings','array','getall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289917,160811,'preFetchAll','Listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','$event','','','array','prefetchall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289918,160811,'setOption','Set option name and value','','$option, $value','','returns TRUE on success, FALSE on failure','boolean','setoption','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289919,160811,'getIterator','Get queries iterator','','','','returns an iterator that iterates through the query stack','ArrayIterator','getiterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289920,160811,'getDriver','Get the current cache driver instance','','','','','','getdriver','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289921,160811,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289922,160811,'getOption','Get value of option name','','$option','','returns option value','mixed','getoption','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289923,160811,'clean','Delete all cache','','','','','','clean','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289924,160811,'count','Count the number of queries on the stack','','','','returns the number of queries in the stack','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289925,160811,'readStats','Read stats file from disk','','','','','array','readstats','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289926,160811,'add','Adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289927,160811,'isSuccessful','Check whether or not the last cache opration was successful or not','','','','returns whether or not the last cache operation was successful','boolean','issuccessful','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289928,160811,'preFetch','Listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','$event','','','array','prefetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289929,160811,'reset','Removes all queries from the query stack','','','','','','reset','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289930,160811,'appendStats','Append all queries to stats file','','','','','','appendstats','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289931,160811,'preExecute','Listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','$event','','','boolean','preexecute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289932,160811,'pop','Pops a query from the stack','','','','','string','pop','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289933,160812,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns The stored variable on success. FALSE on failure.','mixed','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289934,160812,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289935,160812,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289936,160812,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289937,160812,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289938,160813,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289939,160813,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289940,160813,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289941,160813,'count','','','','','','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289942,160813,'deleteAll','Remove all cache record','','','','returns true if no problem','boolean','deleteall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289943,160813,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289944,160814,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289945,160814,'getConnection','Get the connection object associated with this cache driver','','','','','','getconnection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289946,160814,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289947,160814,'__construct','Configure Database cache driver. Specify instance of Doctrine_Connection \nand tableName to store cache in','','$options, $_options','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289948,160814,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289949,160814,'count','count returns the number of cached elements','','','','','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289950,160814,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','deleteall','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289951,160814,'createTable','Create the cache table','','','','','','createtable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289952,160814,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289953,160814,'_hex2bin','','','$hex','','','','hex2bin','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289954,160815,'setOption','Set option name and value','','$option, $value','','returns TRUE on success, FALSE on failure','boolean','setoption','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289955,160815,'__construct','Configure cache driver with an array of options','','$options, $_options','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289956,160815,'getOption','Get value of option','','$option','','returns option value','mixed','getoption','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289957,160816,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289958,160816,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289959,160816,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289960,160816,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289961,160817,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','','$id, $testCacheValidity = true','','returns The stored variable on success. FALSE on failure.','mixed','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289962,160817,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289963,160817,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289964,160817,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289965,160817,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289966,160818,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289967,160818,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289968,160818,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289969,160818,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289970,160818,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289971,160819,'_run','Run the actual task execution with the passed arguments','','$args','throws Doctrine_Cli_Exception $e','','','run','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289972,160819,'loadTasks','Load tasks from the passed directory. If no directory is given it looks in\nthe default Doctrine/Task folder for the core tasks.','','$directory = null','','returns Array of tasks loaded','array','loadtasks','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289973,160819,'notify','Notify the formatter of a message','','$notification = null, $style = 'HEADER'','','','','notify','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289974,160819,'__construct','','','$config = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289975,160819,'getLoadedTasks','Get array of all the Doctrine_Task child classes that are loaded','','','','','array','getloadedtasks','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289976,160819,'_getTaskClassFromArgs','Get the name of the task class based on the first argument which is always\nthe task name. Do some inflection to determine the class name','','$args','','returns Task class name','string','gettaskclassfromargs','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289977,160819,'printTasks','Prints an index of all the available tasks in the CLI instance','','$task = null, $full = false','','','','printtasks','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289978,160819,'notifyException','Notify the formatter of an exception','','(Exception) $exception','','','','notifyexception','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289979,160819,'prepareArgs','Prepare the raw arguments for execution. Combines with the required and\noptional argument list in order to determine a complete array of arguments\nfor the task','','$args','','returns Array of prepared arguments','array','prepareargs','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289980,160819,'run','Public function to run the loaded task with the passed arguments','','$args','throws new Doctrine_Cli_Exception','','','run','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289981,160820,'setStyle','Sets a new style.','','$name, $options = array()','','','','setstyle','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289982,160820,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289983,160820,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289984,160820,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
\n
','$stream','','returns true if the stream supports colorization, false otherwise','Boolean','supportscolors','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289985,160820,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns The styled text','string','format','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289986,160821,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289987,160821,'__construct','','','$maxLineSize = 65','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289988,160821,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289989,160821,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns The formatted text','string','format','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289990,160821,'setMaxLineSize','Sets the maximum line size.','','$size','','','','setmaxlinesize','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289991,160822,'getData','Get all the records as an array','','','','','array','getdata','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289992,160822,'key','Get the current key','','','','','mixed','key','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289993,160822,'compareRecords','Compares two records. To be used on _snapshot diffs using array_udiff','','(Doctrine_Record) $a, (Doctrine_Record) $b','','','integer','comparerecords','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289994,160822,'populateRelated','Populate the relationship $name for all records in the passed collection','','$name, $coll','','','','populaterelated','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289995,160822,'setReference','Sets a reference pointer','','$record, $relation','','','','setreference','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289996,160822,'set','Set a Doctrine_Record instance to the collection','','$key, (Doctrine_Record) $record','','','','set','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289997,160822,'getSnapshot','Gets the data of the last snapshot','','','','returns returns the data in last snapshot','array','getsnapshot','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289998,160822,'getReference','Get reference to Doctrine_Record instance','','','','','','getreference','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1289999,160822,'merge','Merges collection into $this and returns merged collection','','$coll','','','','merge','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290000,160822,'setData','Set the data for the Doctrin_Collection instance','','$data','','','','setdata','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290001,160822,'getRelation','Returns the relation object','','','','','','getrelation','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290002,160822,'unserialize','This method is automatically called everytime a Doctrine_Collection object\nis unserialized','','$serialized','','','','unserialize','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290003,160822,'free','Frees the resources used by the collection.','WARNING: After invoking free() the collection is no longer considered to be in a useable state. Subsequent usage may result in unexpected behavior.','$deep = false','','','','free','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290004,160822,'getNormalIterator','Get normal iterator - an iterator that will not expand this collection','','','','','Doctrine_Iterator_Normal','getnormaliterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290005,160822,'clear','Clears the collection.','','','','','','clear','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290006,160822,'getInsertDiff','Perform a insert diff between the last snapshot and the current data','','','','','array','getinsertdiff','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290007,160822,'get','Gets a record for given key','There are two special cases:\n- \n\n
windows
- \n
non tty consoles
\n \n at the end of the collection\n2. if given key does not exist, then a new record is create and attached to the given k','$key','','returns return a specified record','','get','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290008,160822,'importFrom','Import data to a Doctrine_Collection from one of the supported\nDoctrine_Parser formats','','$type, $data','','','','importfrom','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290009,160822,'getLast','Get the last record in the collection','','','','','mixed','getlast','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290010,160822,'getIterator','Get collection data iterator','','','','','object ArrayIterator','getiterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290011,160822,'getDeleteDiff','Perform a delete diff between the last snapshot and the current data','','','','','array','getdeletediff','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290012,160822,'contains','Whether or not this collection contains a specified element','','$key','','','boolean','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290013,160822,'toArray','Mimics the result of a $query->execute(array(),\nDoctrine::HYDRATE_ARRAY);','','$deep = false, $prefixKey = false','','','','toarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290014,160822,'end','Get the last record in the collection','','','','','mixed','end','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290015,160822,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290016,160822,'save','Saves all records of this collection and processes the difference of the\nlast snapshot and the current data','','$conn = null, $processDiff = true','','','','save','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290017,160822,'count','Gets the number of records in this collection This class implements\ninterface countable','','','','','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290018,160822,'setKeyColumn','Sets the key column for this collection','','$column','','','','setkeycolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290019,160822,'getPrimaryKeys','Get array of primary keys for all the records in the collection','','','','returns an array containing all primary keys','array','getprimarykeys','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290020,160822,'add','Adds a record to collection','','(Doctrine_Record) $record, $key = null','','','boolean','add','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290021,160822,'search','Search a Doctrine_Record instance','','$record, $Doctrine_Record','','','','search','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290022,160822,'exportTo','Export a Doctrine_Collection to one of the supported Doctrine_Parser\nformats','','$type, $deep = false','','','','exportto','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290023,160822,'getKeys','Get all keys of the data in the collection','','','','','array','getkeys','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290024,160822,'takeSnapshot','Takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','takesnapshot','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290025,160822,'initNullObject','Initializes the null object for this collection','','$null','','','','initnullobject','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290026,160822,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290027,160822,'remove','Removes a specified collection element','','$key','','','boolean','remove','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290028,160822,'getKeyColumn','Get the name of the key column','','','','','string','getkeycolumn','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290029,160822,'fromArray','Populate a Doctrine_Collection from an array of data','','$array, $deep = true','','','','fromarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290030,160822,'loadRelated','Load all relationships or the named relationship passed','','$name = null','','','boolean','loadrelated','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290031,160822,'serialize','This method is automatically called when this Doctrine_Collection is\nserialized','','','','','array','serialize','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290032,160822,'getTable','Get the table this collection belongs to','','','','','','gettable','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290033,160822,'getFirst','Get the first record in the collection','','','','','mixed','getfirst','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290034,160822,'delete','Deletes all records from this collection','','$conn = null, $clearColl = true','','','','delete','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290035,160822,'processDiff','Processes the difference of the last snapshot and the current data','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','processdiff','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290036,160822,'synchronizeFromArray','','','$array','','','','synchronizefromarray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290037,160822,'synchronizeWithArray','synchronizes a Doctrine_Collection with data from an array','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronizewitharray','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290038,160823,'key','returns the current key','','','','','integer','key','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290039,160823,'__construct','constructor','','$collection','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290040,160823,'next','advances the internal pointer','','','','','','next','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290041,160823,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290042,160823,'current','returns the current record','','','','','','current','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290043,160824,'valid','','','','','','','valid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290044,160825,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290045,160826,'valid','','','','','','','valid','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290046,160827,'getLimit','','','','','','integer','getlimit','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290047,160827,'getIterator','','','','','','','getiterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290048,160827,'__construct','','','$table','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290049,160828,'getDefinition','','','','','','array','getdefinition','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290050,160828,'set','','','$name, $value','','','mixed','set','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290051,160828,'get','','','$name','','','mixed','get','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290052,160828,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290053,160828,'contains','','','$name','','','boolean','contains','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290054,160828,'__construct','','','$definition = array()','','','','construct','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290055,160828,'count','','','','','','integer','count','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290056,160828,'getEnumValues','','','$field','','','array','getenumvalues','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290057,160828,'enumIndex','','','$field, $value','','','mixed','enumindex','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290058,160828,'enumValue','','','$index, $field','','','mixed','enumvalue','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290059,160829,'compile','method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Compiler_Exception if something went wrong during the compile operation','returns Path the compiled file was written to','$target','compile','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290060,160830,'hasImpl','','','$template','','','','hasimpl','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290061,160830,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns this object','','setimpl','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290062,160830,'getAttributeValueFromString','','Will get the value for an attribute by the string name Example: ->getAttributeFromString('portability', 'all') will return Doctrine::PORTABILITY_ALL','$stringAttributeName, $stringAttributeValueName','','','','getattributevaluefromstring','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290063,160830,'setParam','','','$name, $value, $namespace = null','','','','setparam','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290064,160830,'getImpl','getImpl returns the implementation for given class','','$template','','returns name of the concrete implementation','string','getimpl','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290065,160830,'setAttribute','setAttribute sets a given attribute','- \n
if null is given as a key a new record is created and attached
','$attribute, $value','throws Doctrine_Exception if the value is invalid','','','setattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290066,160830,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290067,160830,'getListener','','','','','','','getlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290068,160830,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setrecordlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290069,160830,'getAttributeFromString','','Will accept the name of an attribute and return the attribute value Example: ->getAttributeFromString('portability') will be converted to Doctrine::ATTR_PORTABILITY and returned','$stringAttributeName','','','','getattributefromstring','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290070,160830,'getParent','getParent returns the parent of this component','','','','','','getparent','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290071,160830,'getAttributes','getAttributes returns all attributes as an array','','','','','array','getattributes','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290072,160830,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290073,160830,'getRecordListener','getListener','','','','','','getrecordlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290074,160830,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','mixed','addrecordlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290075,160830,'getParams','','','$namespace = null','','','','getparams','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290076,160830,'getParam','','','$name, $namespace = null','','','','getparam','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290077,160830,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','mixed','addlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290078,160830,'setParent','sets a parent for this configurable component the parent must be\nconfigurable component itself','','$component','','','','setparent','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290079,160830,'setEventListener','','','(Doctrine_EventListener) $listener','','','','seteventlistener','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290080,160830,'getParamNamespaces','','','','','','','getparamnamespaces','2009-11-12 03:12:46','2009-11-12 03:12:46'),(1290081,160831,'fetchAll','','','$statement, $params = array()','','','array','fetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290082,160831,'beginInternalTransaction','','','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290083,160831,'dropDatabase','','Issue drop database command for this instance of Doctrine_Connection','','','returns Returns Doctrine_Exception or success string','mixed','dropdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290084,160831,'getCacheDriver','','','','','','','getcachedriver','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290085,160831,'getOptions','','Get array of all options','','','','','getoptions','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290086,160831,'insert','Inserts a table row with specified data.','','$table, $fields, $values','','returns boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','insert','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290087,160831,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290088,160831,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetchcolumn','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290089,160831,'setName','','Sets the name of the connection','$name','','','','setname','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290090,160831,'__get','__get lazy loads given module and returns it','','$name','throws Doctrine_Connection_Exception if trying to get an unknown module','returns connection module','','get','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290091,160831,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290092,160831,'rethrowException','','','$e, $invoker','throws Doctrine_Connection_Exception','','','rethrowexception','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290093,160831,'query','query queries the database using Doctrine Query Language returns a\ncollection of Doctrine_Record objects','setAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>','$query, $params = array(), $hydrationMode = null','','returns Collection of Doctrine_Record objects','','query','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290094,160831,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','setattribute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290095,160831,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','setdateformat','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290096,160831,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290097,160831,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','getavailabledrivers','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290098,160831,'unserialize','Unserialize. Recreate connection from serialized content','','$serialized','','','','unserialize','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290099,160831,'execute','','','$query, $params = array()','','','','execute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290100,160831,'modifyLimitQuery','','Some dbms require specific functionality for this. Check the other connection adapters for examples','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290101,160831,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290102,160831,'getDbh','returns the database handler of which this connection uses','','','','returns the database handler','PDO','getdbh','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290103,160831,'getTmpConnection','','Create a temporary connection to the database with the user credentials. This is so the user can make a connection to a db server. Some dbms allow connections with no database, but some do not. In that case we have a table which is always guaranteed to','$info','','','','gettmpconnection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290104,160831,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetchone','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290105,160831,'getDriverName','','Gets the name of the instance driver','','','','','getdrivername','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290106,160831,'clear','clear clears all repositories','','','','','','clear','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290107,160831,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$table, $fields, $keys','throws Doctrine_Connection_Exception if this driver doesn't support replace','','','replace','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290108,160831,'createDatabase','','Issue create database command for this instance of Doctrine_Connection','','','returns Returns Doctrine_Exception or success string','mixed','createdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290109,160831,'prepare','','','$statement','','','','prepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290110,160831,'exec','','','$query, $params = array()','','','','exec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290111,160831,'setOption','','Set option value','$option, $value','','','','setoption','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290112,160831,'getIterator','returns an iterator that iterators through all initialized table objects','query(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>','','','returns SPL ArrayIterator object','ArrayIterator','getiterator','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290113,160831,'queryOne','query queries the database using Doctrine Query Language and returns the\nfirst record found','$table) {\n print $table; // get a string representation of each table object\n }]]>','$query, $params = array()','','returns Doctrine_Record object on success, boolean false on failure','','queryone','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290114,160831,'addTable','addTable adds a Doctrine_Table object into connection registry','','$table','','','boolean','addtable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290115,160831,'connect','connect connects into database','','','','','boolean','connect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290116,160831,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290117,160831,'getOption','','Retrieves option','$option','','','','getoption','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290118,160831,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290119,160831,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the database handle','','','','','array','errorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290120,160831,'count','returns the count of initialized table objects','','','','','integer','count','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290121,160831,'getTransactionLevel','get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290122,160831,'getResultCacheDriver','','','','','','','getresultcachedriver','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290123,160831,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290124,160831,'evictTables','evictTables evicts all tables','','','','','','evicttables','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290125,160831,'fetchRow','','','$statement, $params = array()','','','array','fetchrow','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290126,160831,'fetchAssoc','','','$statement, $params = array()','','','array','fetchassoc','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290127,160831,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290128,160831,'fetchArray','','','$statement, $params = array()','','','array','fetcharray','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290129,160831,'commit','commit Commit the database changes done during a transaction that is in \nprogress or release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290130,160831,'flush','flush saves all the records from all tables this operation is isolated\nusing a transaction','','','throws PDOException if something went wrong at database level','','','flush','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290131,160831,'fetchBoth','','','$statement, $params = array()','','','array','fetchboth','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290132,160831,'select','queries the database with limit and offset added to the query and returns\na Doctrine_Connection_Statement object','','$query, $limit, $offset','','','','select','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290133,160831,'getQueryCacheDriver','','','','','','','getquerycachedriver','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290134,160831,'supports','','','$feature','','returns whether or not this drivers supports given feature','boolean','supports','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290135,160831,'close','close closes the connection','','','','','','close','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290136,160831,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290137,160831,'__toString','returns a string representation of this object','','','','','string','tostring','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290138,160831,'getSupportedDrivers','Returns an array of supported drivers by Doctrine','','','','','array','getsupporteddrivers','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290139,160831,'incrementQueryCount','','','','','','','incrementquerycount','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290140,160831,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\ndatabase handle','','','','','integer','errorcode','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290141,160831,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290142,160831,'create','create creates a record','create creates a record','$name','','returns Doctrine_Record object','','create','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290143,160831,'serialize','Serialize. Remove database connection(pdo) since it cannot be serialized','','','','','string','serialize','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290144,160831,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','hastable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290145,160831,'getTable','returns a table object for given component name','','$name','','','','gettable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290146,160831,'getManager','returns the manager that created this connection','','','','','','getmanager','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290147,160831,'getName','getName returns the name of this driver','','','','returns the name of this driver','string','getname','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290148,160831,'update','Updates table row(s) with specified data','','$table, $fields, $identifier, $values','throws Doctrine_Connection_Exception if something went wrong at the database level','returns boolean false if empty value array was given, otherwise returns the number of affected rows','mixed','update','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290149,160831,'standaloneQuery','','','$query, $params = array()','','','','standalonequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290150,160831,'delete','deletes table row(s) matching the specified identifier','','$table, $identifier','throws Doctrine_Connection_Exception if something went wrong at the database level','returns The number of affected rows','integer','delete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290151,160831,'getTables','returns an array of all initialized tables','','','','','array','gettables','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290152,160831,'modifyLimitSubquery','Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in\nthe context of the limit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitsubquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290153,160831,'createQuery','Creates a new Doctrine_Query object that operates on this connection.','','','','','','createquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290154,160831,'driverName','converts given driver name','','$name','','','','drivername','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290155,160832,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290156,160833,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290157,160834,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290158,160834,'getPortableMessage','getPortableMessage returns portable error message','','','','returns portable error message','string','getportablemessage','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290159,160834,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message, or false if the error code was not recognized','string','errormessage','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290160,160834,'getPortableCode','getPortableCode returns portable error code','','','','returns portable error code','integer','getportablecode','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290161,160835,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns modified query','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290162,160835,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290163,160835,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290164,160836,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to errorInfo array\nand returns the modified array','the portable error code is added at the end of array','$errorInfo','','','array','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290165,160837,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290166,160837,'quoteIdentifier','','','$identifier, $checkOption = false','','','','quoteidentifier','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290167,160838,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290168,160839,'getConnection','getConnection returns the connection object this module uses','','','','','','getconnection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290169,160839,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290170,160839,'getModuleName','getModuleName returns the name of this module','','','','returns the name of this module','string','getmodulename','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290171,160840,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ original code borrowed from Zend Framework ]\nLicense available at: http://framework.zend.com/license\nCopyright (c) 2005-2008, Zend Technologies USA, Inc. All rights reserved.\nRedistribution and use in source and binary forms, with or without modificati','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290172,160840,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns The value if the table exists or not','boolean','checksequence','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290173,160840,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290174,160840,'quoteIdentifier','quoteIdentifier Quote a string so it can be safely used as a table /\ncolumn name','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290175,160840,'getServerVersion','return version information about the server','','$native = false','','returns array/string with version information or MDB2 error object','mixed','getserverversion','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290176,160841,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290177,160842,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','$table, $fields, $keys','','returns the number of affected rows','integer','replace','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290178,160842,'connect','Overrides connect Method, to add specific attributes PDO emulate prepares\nis required to avoid bugs on mysql < 5.1 when trying to prepare DROP\nDATABASE or CREATE DATABASE statements','','','','returns connected','boolean','connect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290179,160842,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290180,160842,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290181,160842,'getDatabaseName','returns the name of the connected database','','','','','string','getdatabasename','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290182,160843,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290183,160844,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','setdateformat','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290184,160844,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290185,160844,'getTmpConnection','','','$info','','','','gettmpconnection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290186,160844,'__construct','','','$manager, $adapter','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290187,160844,'modifyLimitSubquery','Creates the SQL for Oracle that can be used in the subquery for the\nlimit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','','modifylimitsubquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290188,160845,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290189,160846,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns modified query','string','modifylimitquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290190,160846,'convertBooleans','convertBoolean some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290191,160846,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290192,160846,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290193,160846,'getServerVersion','return version information about the server','','$native = false','','returns an array or string with version information','array|string','getserverversion','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290194,160847,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','the portable error code is added at the end of array','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290195,160848,'getAll','getAll returns all profiled events as an array','','','','returns all events in an array','array','getall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290196,160848,'get','','','$key','','','','get','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290197,160848,'setFilterQueryType','','','$filter','','','boolean','setfilterquerytype','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290198,160848,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','getiterator','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290199,160848,'__construct','constructor','','','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290200,160848,'count','','','','','','integer','count','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290201,160848,'lastEvent','Get the Doctrine_Event object for the last query that was run, regardless\nif it has ended or not. If the event has not ended, it's end time\nwill be Null.','','','','','','lastevent','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290202,160848,'pop','pop the last event from the event stack','','','','','','pop','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290203,160848,'__call','method overloader this method is used for invoking different listeners,\nfor the full list of availible listeners, see Doctrine_EventListener','','$m, $a','','','boolean','call','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290204,160849,'dropDatabase','','','','','','','dropdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290205,160849,'createDatabase','','','','','','','createdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290206,160849,'connect','initializes database functions missing in sqlite','','','','','','connect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290207,160849,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290208,160850,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290209,160851,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290210,160851,'fetchColumn','fetchColumn Returns a single column from the next row of a result set or\nFALSE if there are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290211,160851,'columnCount','columnCount Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290212,160851,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290213,160851,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290214,160851,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290215,160851,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290216,160851,'getConnection','getConnection returns the connection object this statement uses','','','','','','getconnection','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290217,160851,'bindValue','bindValue Binds a value to a corresponding named or question mark \nplaceholder in the SQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290218,160851,'closeCursor','closeCursor Closes the cursor, enabling the statement to be executed\nagain.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290219,160851,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returnsqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290220,160851,'__construct','constructor','','$conn, $stmt','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290221,160851,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the statement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290222,160851,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290223,160851,'getStatement','','','','','','','getstatement','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290224,160851,'getQuery','','','','','','','getquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290225,160851,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290226,160851,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290227,160851,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290228,160851,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\nstatement handle','','','','returns error code string','string','errorcode','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290229,160851,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290230,160851,'rowCount','rowCount rowCount() returns the number of rows affected by the last\nDELETE, INSERT, or UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290231,160852,'insert','inserts a record into database','','$record','','','boolean','insert','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290232,160852,'saveAll','saveAll persists all the pending records from all tables','','','throws PDOException if something went wrong at database level','','','saveall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290233,160852,'_cascadeDelete','Cascades an ongoing delete operation to related objects. Applies only on\nrelations that have 'delete' in their cascade options.','This is an application-level cascade. Related objects that participate in the cascade and are not yet loaded are fetched from the database. Exception: many-valued relations are always (re-)fetched from the database to make sure we have all of them.','$record, [[[amp]]]$deletions','throws PDOException If something went wrong at database level','','','cascadedelete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290234,160852,'saveGraph','Saves the given record and all associated records.','(The save() operation is always cascaded in 0.10/1.0).','$record','','','','savegraph','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290235,160852,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','$record','throws Doctrine_Connection_Exception if something went wrong at database level','','','saveassociations','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290236,160852,'save','saves the given record','','$record','','','','save','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290237,160852,'saveRelatedForeignKeys','saveRelatedForeignKeys saves all related (through ForeignKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedforeignkeys','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290238,160852,'saveRelatedLocalKeys','saveRelatedLocalKeys saves all related (through LocalKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedlocalkeys','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290239,160852,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns an array of component names in flushing order','array','buildflushtree','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290240,160852,'processSingleInsert','','','$record','','','','processsingleinsert','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290241,160852,'update','updates given record','','$record','','returns whether or not the update was successful','boolean','update','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290242,160852,'delete','Deletes the given record and all the related records that participate in\nan application-level delete cascade.','this event can be listened by the onPreDelete and onDelete listeners','$record','','returns true on success, false on failure','boolean','delete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290243,160853,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290244,160853,'setFormat','','Set the current format we are working with','$format','','','','setformat','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290245,160853,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array(), $append = false','','','','importdata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290246,160853,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','setdirectory','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290247,160853,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','$record, $fieldName, $Doctrine_Record','','','','isrelation','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290248,160853,'getFormat','','Get the current format we are working with','','','','','getformat','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290249,160853,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','exportindividualfiles','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290250,160853,'getModels','','Get the array of specified models to work with','','','','','getmodels','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290251,160853,'setModels','','Set the array of specified models to work with','$models','','','','setmodels','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290252,160853,'getDirectory','','Get directory for dumping/loading data from and to','','','','','getdirectory','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290253,160853,'getFormats','','Get array of available formats','','','','','getformats','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290254,160853,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','exportdata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290255,160854,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','preparedata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290256,160854,'__construct','constructor','','$directory','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290257,160854,'doExport','','FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export.\nUpdate from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings ','','','','','doexport','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290258,160854,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dumpdata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290259,160855,'_buildRows','Recursively loop over all data fixtures and build the array of className\nrows','','$className, $data','','','','buildrows','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290260,160855,'_hasNaturalNestedSetFormat','NestedSet fixtures may come in a 'natural' format with nested\nchildren listed under a 'children' key or in a raw, non-nested\nformat with lft/rgt values.','This method returns true if the given $data is a nested set in 'natural' form.','($className) $className, [[[amp]]]$data','','','boolean','hasnaturalnestedsetformat','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290261,160855,'__construct','Optionally pass the directory/path to the yaml for importing','','$directory = null','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290262,160855,'_buildNestedSetRows','Build the rows for nested set models','','$className, $data','','','','buildnestedsetrows','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290263,160855,'doParsing','Do the parsing of the yaml files and return the final parsed array','','','','','array','doparsing','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290264,160855,'doImport','Do the importing of the data parsed from the fixtures','','$append = false','','','','doimport','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290265,160855,'_loadData','Perform the loading of the data from the passed array','','$array','','','','loaddata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290266,160855,'_getImportedObject','Get the unsaved object for a specified row key and validate that it is the\nvalid object class for the passed record and relation name','','$rowKey, $record, $relationName, $referringRowKey','throws Doctrine_Data_Exception','','','getimportedobject','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290267,160855,'_processRow','Process a row and make all the appropriate relations between the imported\ndata','','$rowKey, $row','','','','processrow','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290268,160855,'_loadNestedSetData','Load nested set data for models with nested set enabled','','$model, $nestedSetData, $parent = null','','','','loadnestedsetdata','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290269,160856,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290270,160856,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns containing all changes that will need to be applied','array','comparedefinition','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290271,160857,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290272,160857,'getPortableDeclaration','Maps a native array description of a field to a Doctrine datatype and\nlength','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290273,160857,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290274,160857,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290275,160858,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290276,160859,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290277,160859,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290278,160859,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290279,160860,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290280,160860,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290281,160860,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290282,160860,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290283,160860,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290284,160861,'getPortableDeclaration','Maps a native array description of a field to a doctrine datatype and\nlength','','$field','throws Doctrine_DataDict_Oracle_Exception','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290285,160861,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290286,160862,'getPortableDeclaration','Maps a native array description of a field to a portable Doctrine datatype\nand length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290287,160862,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290288,160862,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290289,160862,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290290,160863,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290291,160863,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290292,160863,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290293,160864,'getDefaultLength','','','','','','','getdefaultlength','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290294,160864,'__construct','','','','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290295,160864,'getName','','','','','','','getname','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290296,160865,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','hasended','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290297,160865,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','getinvoker','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290298,160865,'__get','getOption returns the value of an option','','$option','','','mixed','get','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290299,160865,'getElapsedSecs','Get the elapsed time (in microseconds) that the event ran. If the event\nhas not yet ended, return false.','','','','','mixed','getelapsedsecs','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290300,160865,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns this object','','set','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290301,160865,'setInvoker','setInvoker Defines new invoker (used in Hydrator)','','$invoker','','','','setinvoker','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290302,160865,'end','end ends the internal timer of this event','','','','returns this object','','end','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290303,160865,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290304,160865,'start','start starts the internal timer of this event','','','','returns this object','','start','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290305,160865,'__set','setOption sets the value of an option','','$option, $value','','returns this object','','set','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290306,160865,'getParams','getParams returns the parameters of the query','','','','returns parameters of the query','array','getparams','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290307,160865,'getCode','','','','','returns returns the code associated with this event','integer','getcode','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290308,160865,'skipOperation','skipOperation skips the next operation an alias for\n__set('skipOperation', true)','','','','returns this object','','skipoperation','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290309,160865,'getQuery','','','','','returns returns the query associated with this event (if any)','','getquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290310,160865,'getName','getName returns the name of this event','','','','returns the name of this event','string','getname','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290311,160866,'preClose','','','$event','','','','preclose','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290312,160866,'postFetch','','','$event','','','','postfetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290313,160866,'preQuery','','','$event','','','','prequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290314,160866,'postError','','','$event','','','','posterror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290315,160866,'preSavepointCommit','','','$event','','','','presavepointcommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290316,160866,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290317,160866,'preExec','','','$event','','','','preexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290318,160866,'preSavepointRollback','','','$event','','','','presavepointrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290319,160866,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290320,160866,'onOpen','','','$connection','','','','onopen','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290321,160866,'postClose','','','$event','','','','postclose','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290322,160866,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290323,160866,'preError','','','$event','','','','preerror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290324,160866,'postConnect','','','$event','','','','postconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290325,160866,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290326,160866,'onPreCollectionDelete','','','$collection','','','','onprecollectiondelete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290327,160866,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290328,160866,'postSavepointCommit','','','$event','','','','postsavepointcommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290329,160866,'onCollectionDelete','','','$collection','','','','oncollectiondelete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290330,160866,'postSavepointRollback','','','$event','','','','postsavepointrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290331,160866,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290332,160866,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290333,160866,'preFetch','','','$event','','','','prefetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290334,160866,'postExec','','','$event','','','','postexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290335,160866,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290336,160866,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290337,160866,'postSavepointCreate','','','$event','','','','postsavepointcreate','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290338,160866,'preSavepointCreate','','','$event','','','','presavepointcreate','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290339,160866,'postQuery','','','$event','','','','postquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290340,160866,'preConnect','','','$event','','','','preconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290341,160866,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290342,160866,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290343,160866,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290344,160867,'preClose','preClose an event invoked before Doctrine_Connection is closed','','$event','','','','preclose','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290345,160867,'postFetch','','','$event','','','','postfetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290346,160867,'preQuery','','','$event','','','','prequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290347,160867,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','$record','','','','onsleep','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290348,160867,'onPreLoad','onPreLoad an event invoked when Doctrine_Record is being loaded from\ndatabase but not yet initialized','','$record','','','','onpreload','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290349,160867,'postError','','','$event','','','','posterror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290350,160867,'set','','','$key, (Doctrine_EventListener) $listener','','','','set','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290351,160867,'postTransactionBegin','onTransactionBegin an event invoked after a Doctrine_Connection\ntransaction has been started','','$event','','','','posttransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290352,160867,'preExec','','','$event','','','','preexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290353,160867,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290354,160867,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','$connection','','','','onopen','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290355,160867,'postClose','postClose an event invoked after Doctrine_Connection is closed','','$event','','','','postclose','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290356,160867,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290357,160867,'preError','','','$event','','','','preerror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290358,160867,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290359,160867,'postConnect','','','$event','','','','postconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290360,160867,'postTransactionRollback','onTransactionRollback an event invoked after a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','posttransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290361,160867,'onPreCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','onprecollectiondelete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290362,160867,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290363,160867,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','$record','','','','onwakeup','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290364,160867,'onCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','oncollectiondelete','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290365,160867,'preTransactionBegin','onTransactionBegin an event invoked before a Doctrine_Connection\ntransaction is being started','','$event','','','','pretransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290366,160867,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290367,160867,'preTransactionCommit','onPreTransactionCommit an event invoked before a Doctrine_Connection\ntransaction is committed','','$event','','','','pretransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290368,160867,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','$record','','','','onload','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290369,160867,'preFetch','','','$event','','','','prefetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290370,160867,'postExec','','','$event','','','','postexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290371,160867,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290372,160867,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290373,160867,'postQuery','','','$event','','','','postquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290374,160867,'preConnect','','','$event','','','','preconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290375,160867,'preTransactionRollback','onPreTransactionRollback an event invoked before a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','pretransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290376,160867,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290377,160867,'postTransactionCommit','onTransactionCommit an event invoked after a Doctrine_Connection\ntransaction is committed','','$event','','','','posttransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290378,160868,'postFetch','','','$event','','','','postfetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290379,160868,'preQuery','','','$event','','','','prequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290380,160868,'postError','','','$event','','','','posterror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290381,160868,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290382,160868,'preExec','','','$event','','','','preexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290383,160868,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290384,160868,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290385,160868,'preError','','','$event','','','','preerror','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290386,160868,'postConnect','','','$event','','','','postconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290387,160868,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290388,160868,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290389,160868,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290390,160868,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290391,160868,'preFetch','','','$event','','','','prefetch','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290392,160868,'postExec','','','$event','','','','postexec','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290393,160868,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290394,160868,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290395,160868,'postQuery','','','$event','','','','postquery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290396,160868,'preConnect','','','$event','','','','preconnect','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290397,160868,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290398,160868,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290399,160868,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290400,160869,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message','string','errormessage','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290401,160870,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290402,160870,'createForeignKeySql','','','$table, $definition','','','string','createforeignkeysql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290403,160870,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290404,160870,'dropIndex','drop existing index','','$table, $name','','','','dropindex','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290405,160870,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290406,160870,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290407,160870,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290408,160870,'getUniqueFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint \nof a field declaration to be used in statements like CREATE TABLE.','','','','returns DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','getuniquefielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290409,160870,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','createconstraintsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290410,160870,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290411,160870,'exportTable','exportTable exports given table into database based on column and option\ndefinitions','','$table','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','exporttable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290412,160870,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290413,160870,'getForeignKeyDeclaration','getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\nset the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','getforeignkeydeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290414,160870,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','FIXME: This function has ugly hacks in it to make sure sql is inserted in the correct order.','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclasses','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290415,160870,'dropTable','dropTable drop an existing table','','$table','','','','droptable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290416,160870,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','createdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290417,160870,'dropIndexSql','','','$table, $name','','returns SQL that is used for dropping an index','string','dropindexsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290418,160870,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','createindex','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290419,160870,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequencesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290420,160870,'createForeignKey','','','$table, $definition','','','string','createforeignkey','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290421,160870,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290422,160870,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','createdatabasesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290423,160870,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290424,160870,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290425,160870,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','droptablesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290426,160870,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportschema','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290427,160870,'exportSortedClassesSql','','','$classes, $groupByConnection = true','','','','exportsortedclassessql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290428,160870,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabasesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290429,160870,'getForeignKeyBaseDeclaration','getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\nto set the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','','string','getforeignkeybasedeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290430,160870,'getAllGenerators','fetches all generators recursively for given table','','$table','','returns an array of Doctrine_Record_Generator objects','array','getallgenerators','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290431,160870,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclassessql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290432,160870,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','','createsequence','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290433,160870,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws Doctrine_Exception_Exception if unknown referential action given','','','getforeignkeyreferentialaction','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290434,160870,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','createconstraint','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290435,160870,'alterTableSql','generates the sql for altering an existing table (this method is\nimplemented by the drivers)','','$name, $changes, $check = false','','','string','altertablesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290436,160870,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290437,160870,'exportSql','exportSql returns the sql for exporting Doctrine_Record classes to a\nschema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290438,160870,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290439,160870,'createSequenceSql','return RDBMS specific create sequence statement (this method is\nimplemented by the drivers)','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290440,160870,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','getfielddeclarationlist','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290441,160870,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290442,160870,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290443,160870,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290444,160870,'exportGeneratorsSql','exportGeneratorsSql exports plugin tables for given table','','$table','','returns an array of sql strings','array','exportgeneratorssql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290445,160870,'getCheckDeclaration','Obtain DBMS specific SQL code portion needed to set a CHECK constraint \ndeclaration to be used in statements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set a CHECK constraint','string','getcheckdeclaration','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290446,160870,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','createindexsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290447,160870,'dropSequence','dropSequenceSql drop existing sequence (this method is implemented by the\ndrivers)','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequence','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290448,160871,'dropDatabase','drop an existing database','','$name','','','','dropdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290449,160871,'dropTable','drop an existing table','','$name','','returns MDB2_OK on success, a MDB2 error on failure','mixed','droptable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290450,160871,'createDatabase','create a new database','','$name','','','','createdatabase','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290451,160871,'dropSequenceSql','drop existing sequence','','$seqName','','','','dropsequencesql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290452,160871,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290453,160871,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290454,160871,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','createconstraint','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290455,160871,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','checksupportedchanges','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290456,160871,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290457,160871,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','dropautoincrement','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290458,160871,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290459,160871,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','makeautoincrement','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290460,160871,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','createindexsql','2009-11-12 03:12:47','2009-11-12 03:12:47'),(1290461,160872,'dropIndexSql','drop existing index','','$table, $name','','','boolean','dropindexsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290462,160872,'dropSequenceSql','drop existing sequence','','$seqName','','','string','dropsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290463,160872,'createDatabaseSql','create a new database','','$name','','','string','createdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290464,160872,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','droptablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290465,160872,'dropDatabaseSql','drop an existing database','','$name','','','string','dropdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290466,160872,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','createsequence','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290467,160872,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','altertable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290468,160873,'dropDatabase','drop an existing database','','$name','','','','dropdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290469,160873,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290470,160873,'createDatabase','create a new database','','$name','','','','createdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290471,160873,'dropIndexSql','','','$table, $name','','','','dropindexsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290472,160873,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','dropsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290473,160873,'getTemporaryTableQuery','Override the parent method.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290474,160873,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequence','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290475,160873,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290476,160873,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290477,160874,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290478,160874,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290479,160874,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290480,160874,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290481,160874,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290482,160874,'dropIndexSql','drop existing index','','$table, $name','','','','dropindexsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290483,160874,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition, $charset','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290484,160874,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290485,160874,'dropTableSql','dropTable','','$table','throws PDOException','','','droptablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290486,160874,'dropDatabaseSql','drop an existing database','','$name','','','string','dropdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290487,160874,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290488,160874,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','altertablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290489,160874,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290490,160874,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290491,160874,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290492,160875,'dropDatabase','drop an existing database','','$name, $this->conn','','returns MDB2_OK on success, a MDB2 error on failure','mixed','dropdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290493,160875,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290494,160875,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290495,160875,'dropTable','drop an existing table','','$name','','','','droptable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290496,160875,'createDatabase','create a new database','','$name, $db','','returns MDB2_OK on success, a MDB2 error on failure','mixed','createdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290497,160875,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','dropsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290498,160875,'getIndexDeclaration','return Oracle's SQL code portion needed to set an index declaration\nto be unsed in statements like CREATE TABLE.','','$name, $definition','','returns Oracle's SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290499,160875,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290500,160875,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290501,160875,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290502,160875,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','dropautoincrement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290503,160875,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290504,160875,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns MDB2_OK on success, a MDB2 error on failure','mixed','makeautoincrement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290505,160876,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','createtablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290506,160876,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290507,160876,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','dropsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290508,160876,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290509,160876,'dropDatabaseSql','drop an existing database','','$name','throws PDOException','','','dropdatabasesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290510,160876,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','altertablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290511,160876,'alterTable','alter an existing table','','$name, $changes, $check = false','throws Doctrine_Connection_Exception','','boolean','altertable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290512,160876,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290513,160877,'getIterator','','','','','','','getiterator','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290514,160877,'add','','','$code, $message','','','','add','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290515,160877,'pop','','','','','','','pop','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290516,160878,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns of data in the specified format','string','exportschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290517,160878,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','buildschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290518,160879,'dropDatabase','','drop an existing database','$databaseFile','throws Doctrine_Export_Exception if something failed during the removal of the database file','','','dropdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290519,160879,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290520,160879,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290521,160879,'createDatabase','','Create sqlite database file','$databaseFile','','','','createdatabase','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290522,160879,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','dropsequencesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290523,160879,'createForeignKey','','Sqlite does not support foreign keys so we are not even going to do anything if this function is called to avoid any sql errors if a user tries to use this on sqlite','$table, $definition','','','string','createforeignkey','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290524,160879,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290525,160879,'alterTableSql','','','$name, $changes, $check = false','','','','altertablesql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290526,160879,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290527,160879,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290528,160880,'getConnection','','','','','returns The connection','','getconnection','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290529,160880,'parseClause','','','$clause','','returns The parse clause','string','parseclause','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290530,160880,'getSql','','','','','returns The expression','string','getsql','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290531,160880,'__construct','Create an expression','','$expr, (Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290532,160880,'__toString','','','','','','','tostring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290533,160880,'parseExpression','','','$expr','','','','parseexpression','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290534,160880,'setExpression','','','$clause','','','','setexpression','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290535,160881,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290536,160881,'now','Returns the current system date.','','','','','string','now','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290537,160881,'isNotNull','Returns SQL that checks if a expression is not null.','Example:
','$expression','','returns logical expression','string','isnotnull','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290538,160881,'getIdentifier','','','$column','','','','getidentifier','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290539,160881,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns an expression','string','div','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290540,160881,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','mul','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290541,160881,'max','Returns the highest value of a column','','$column','','returns generated sql including a MAX aggregate function','string','max','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290542,160881,'not','Returns the SQL for a logical not.','Example:','$expression','','returns a logical expression','string','not','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290543,160881,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290544,160881,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns logical expression','string','in','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290545,160881,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290546,160881,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290547,160881,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','sub','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290548,160881,'isNull','Returns SQL that checks if a expression is null.','Example:','$expression','','returns logical expression','string','isnull','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290549,160881,'upper','upper Returns the string $str with all characters changed to uppercase\naccording to the current character set mapping.','','$str','','','string','upper','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290550,160881,'mod','Returns the remainder of the division operation $expression1 /\n$expression2.','','$expression1, $expression2','','','string','mod','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290551,160881,'getIdentifiers','','','$columns','','','','getidentifiers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290552,160881,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns generated sql including a COUNT aggregate function','string','count','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290553,160881,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'User u','$args','','returns an expression','string','add','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290554,160881,'avg','Returns the average value of a column','','$column','','returns generated sql including an AVG aggregate function','string','avg','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290555,160881,'lt','Returns the SQL to check if one value is less than another value.','Example:','$value1, $value2','','returns logical expression','string','lt','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290556,160881,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290557,160881,'gte','Returns the SQL to check if one value is greater than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gte','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290558,160881,'neq','Returns the SQL to check if two values are unequal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','neq','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290559,160881,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290560,160881,'lte','Returns the SQL to check if one value is less than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','lte','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290561,160881,'sin','','','$value','','','','sin','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290562,160881,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290563,160881,'between','Returns SQL that checks if an expression evaluates to a value between two\nvalues.','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns logical expression','string','between','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290564,160881,'trim','trim returns the string $str with leading and proceeding space characters\nremoved','','$str','','','string','trim','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290565,160881,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290566,160881,'min','Returns the lowest value of a column','','$column','','','string','min','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290567,160881,'sum','Returns the total sum of a column','','$column','','','string','sum','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290568,160881,'coalesce','','','','','','string','coalesce','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290569,160881,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290570,160881,'locate','locate returns the position of the first occurrence of substring $substr\nin string $str','','$str, $substr','','','integer','locate','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290571,160881,'cos','','','$value','','','','cos','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290572,160881,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290573,160881,'pi','','','','','','','pi','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290574,160881,'eq','Returns the SQL to check if two values are equal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','eq','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290575,160881,'gt','Returns the SQL to check if one value is greater than another value.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gt','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290576,160881,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290577,160881,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290578,160881,'lower','lower Returns the string $str with all characters changed to lowercase\naccording to the current character set mapping.','','$str','','','string','lower','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290579,160882,'patternEscapeString','build string to define escape pattern string','','','','returns define escape pattern','string','patternescapestring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290580,160882,'functionTable','return string for internal table used when calling only a function','','','','returns for internal table used when calling only a function','string','functiontable','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290581,160883,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns to concatenate two strings','string','concat','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290582,160883,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290583,160883,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns to call a function to get a substring','string','substring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290584,160883,'length','Returns the length of a text field','','$column','','','string','length','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290585,160883,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290586,160884,'day','Returns day from dbms','','$column','','returns to get day from dbms','string','day','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290587,160884,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290588,160884,'year','Returns the year from dbms','','$column','','returns to get year from dbms','string','year','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290589,160884,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290590,160884,'month','Returns the month from dbms','','$column','','returns to get month from dbms','string','month','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290591,160884,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290592,160884,'soundex','Returns soundex from dbms','','$column','','returns to get soundex from dbms','string','soundex','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290593,160884,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290594,160885,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290595,160885,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \n- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290596,160885,'random','','','','','returns an oracle SQL string that generates a float between 0 and 1','string','random','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290597,160885,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290598,160885,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290599,160886,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290600,160886,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290601,160886,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290602,160886,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns string to generate float between 0 and 1','return','random','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290603,160886,'regexp','','','','','returns the regular expression operator','string','regexp','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290604,160886,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290605,160886,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns sql that extracts part of a string.','string','substring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290606,160886,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290607,160886,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290608,160886,'translate','return syntax for pgsql TRANSLATE() dbms function','','$string, $from, $to','','','string','translate','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290609,160886,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290610,160887,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement There are three special variables for current date and time.','','$type = 'timestamp'','','returns sqlite function as string','string','now','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290611,160887,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290612,160887,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290613,160887,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5impl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290614,160887,'rtrimImpl','','','$str','','','','rtrimimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290615,160887,'concatImpl','Returns a concatenation of the data that SQLite's concat() function\nreceives.','','','','','string','concatimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290616,160887,'trimImpl','','','$str','','','','trimimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290617,160887,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','modimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290618,160887,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290619,160887,'ltrimImpl','','','$str','','','','ltrimimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290620,160887,'locateImpl','locate returns the position of the first occurrence of substring $substr\nin string $str that SQLite's locate() function receives','','$substr, $str','','','string','locateimpl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290621,160887,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290622,160887,'sha1Impl','','','$str','','','','sha1impl','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290623,160888,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290624,160888,'setUp','','','','','','','setup','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290625,160888,'get','','','$name, $load = true','','','','get','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290626,160889,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290627,160889,'setUp','','','','','','','setup','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290628,160890,'fixSequenceName','Removes any formatting in an sequence name using the\n'seqname_format' option','','$sqn','','returns name of the sequence with possible formatting removed','string','fixsequencename','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290629,160890,'fixIndexName','Removes any formatting in an index name using the\n'idxname_format' option','','$idx','','returns name of the index with possible formatting removed','string','fixindexname','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290630,160890,'getIndexName','adds index name formatting to a index name','','$idx','','returns formatted index name','string','getindexname','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290631,160890,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290632,160890,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns formatted sequence name','string','getsequencename','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290633,160890,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290634,160890,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290635,160890,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns quoted string','string','escapepattern','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290636,160890,'quote','quote quotes given input parameter','','$input, $type = null','','','mixed','quote','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290637,160890,'getTableName','adds table name formatting to a table name','','$table','','returns formatted table name','string','gettablename','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290638,160891,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns whether or not the hooking was','boolean','hookwhere','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290639,160891,'hookOffset','set the hook offset','','$offset','','','','hookoffset','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290640,160891,'hookLimit','set the hook limit','','$limit','','','','hooklimit','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290641,160891,'setTypeParser','','','$type, (string|object ) $parser','','','','settypeparser','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290642,160891,'__construct','','','(Doctrine_Query) $query','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290643,160891,'setFieldParser','','','$field, (string|object ) $parser','','','','setfieldparser','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290644,160891,'getQuery','','','','','returns returns the query object associated with this hook','','getquery','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290645,160891,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns whether or not the hooking was successful','boolean','hookorderby','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290646,160892,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290647,160893,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290648,160894,'getCondition','','','','','','','getcondition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290649,160894,'getParams','getParams returns the parameters associated with this parser','','','','','array','getparams','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290650,160894,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290651,160895,'parseClause','','','$alias, $field, $value','','','','parseclause','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290652,160895,'__construct','Constructor.','','','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290653,160895,'parseSingle','','','$alias, $field, $value','','','','parsesingle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290654,160895,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290655,160896,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290656,160897,'hydrateResultSet','hydrateResultSet parses the data returned by statement object','This is method defines the core of Doctrine's object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases, $aliasMap','','','array','hydrateresultset','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290657,160897,'_getCustomIndexField','Gets the custom field used for indexing for the specified component alias.','','$alias','','returns The field name of the field used for indexing or NULL if the component does not use any custom field indices.','string','getcustomindexfield','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290658,160897,'_gatherRowData','Puts the fields of a data row into a new array, grouped by the component \nthey belong to. The column names in the result set are mapped to their \nfield names during this procedure.','','[[[amp]]]$data, [[[amp]]]$cache, [[[amp]]]$id, [[[amp]]]$nonemptyComponents','','returns An array with all the fields (name => value) of the data row, grouped by their component (alias).','array','gatherrowdata','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290659,160898,'__construct','constructor','','(Doctrine_Connection|null) $connection','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290660,160898,'getQueryComponents','getAliasMap returns the component alias map','','','','returns component alias map','array','getquerycomponents','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290661,160898,'hydrateResultSet','parseData parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases','','','array','hydrateresultset','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290662,160898,'setHydrationMode','Sets the fetchmode.','','$hydrationMode, $fetchmode','','','','sethydrationmode','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290663,160898,'getHydrationMode','Get the fetchmode','','','','returns One of the Doctrine::HYDRATE_* constants','integer','gethydrationmode','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290664,160898,'setQueryComponents','setAliasMap sets the whole component alias map','','$queryComponents, $map','','returns this object','Doctrine_Hydrate','setquerycomponents','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290665,160899,'initRelated','','','[[[amp]]]$data, $name','','','','initrelated','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290666,160899,'getLastKey','','','[[[amp]]]$data','','','','getlastkey','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290667,160899,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290668,160899,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290669,160899,'flush','','','','','','','flush','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290670,160899,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290671,160899,'setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290672,160899,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290673,160900,'initRelated','','','$record, $name','','','','initrelated','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290674,160900,'_getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name']','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','[[[amp]]]$data, $component','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290675,160900,'getLastKey','','','$coll','','','','getlastkey','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290676,160900,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290677,160900,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290678,160900,'flush','','','','','','','flush','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290679,160900,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290680,160900,'setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290681,160900,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290682,160901,'setTableDefinition','buildDefinition','','$Doctrine_Table','','','','settabledefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290683,160901,'buildRelation','','','','','','','buildrelation','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290684,160901,'__construct','','','$options','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290685,160902,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290686,160902,'tableExists','checks if a table exists','','$table, (string|null) $database = null','','','boolean','tableexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290687,160902,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290688,160902,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290689,160902,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290690,160902,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$table','','','array','listtablerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290691,160902,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns the names of the imported classes','array','importschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290692,160902,'tableIndexExists','checks if a table index exists','','$index, $table','','','boolean','tableindexexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290693,160902,'tableConstraintExists','checks if a table constraint exists','','$constraint, $table','','','boolean','tableconstraintexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290694,160902,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290695,160902,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290696,160902,'databaseExists','checks if a database exists','','$database','','','boolean','databaseexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290697,160902,'tableColumnExists','checks if a table column exists','','$column, $table','','','boolean','tablecolumnexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290698,160902,'tableTriggerExists','checks if a table trigger exists','','$trigger, $table','','','boolean','tabletriggerexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290699,160902,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290700,160902,'tableViewExists','checks if a table view exists','','$view, $table','','','boolean','tableviewexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290701,160902,'triggerExists','checks if a trigger exists','','$trigger, (string|null) $database = null','','','boolean','triggerexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290702,160902,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290703,160902,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290704,160902,'userExists','checks if a user exists','','$user','','','boolean','userexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290705,160902,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290706,160902,'sequenceExists','checks if a sequence exists','','$sequence, (string|null) $database = null','','','boolean','sequenceexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290707,160902,'functionExists','checks if a function exists','','$function','','','boolean','functionexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290708,160902,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290709,160902,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290710,160902,'viewExists','checks if a view exists','','$view, (string|null) $database = null','','','boolean','viewexists','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290711,160903,'setBaseClassPrefix','','','$prefix','','','','setbaseclassprefix','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290712,160903,'buildSetUp','','','$definition, $options, $columns, $relations','','','string','buildsetup','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290713,160903,'buildListeners','Build php code for adding record listeners','','$listeners','','','string','buildlisteners','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290714,160903,'buildChecks','Build php code for record checks','','$checks','','','string','buildchecks','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290715,160903,'loadTemplate','','Loads the class template used for generating classes','','','','','loadtemplate','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290716,160903,'getTargetPath','','','','','returns the path where imported files are being generated','string','gettargetpath','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290717,160903,'buildIndexes','','','$indexes, $array','','','','buildindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290718,160903,'setBaseClassesDirectory','','','$baseClassesDirectory','','','','setbaseclassesdirectory','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290719,160903,'generateTableClasses','','Specify whether or not to generate children table classes','$bool = null','','','boolean','generatetableclasses','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290720,160903,'setPackagesPath','','','$packagesPath','','','','setpackagespath','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290721,160903,'setTargetPath','','','$path','','','','settargetpath','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290722,160903,'setOption','','','$key, $value','','','','setoption','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290723,160903,'setOptions','','','$options','','','','setoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290724,160903,'writeTableDefinition','','','$className, $path, $options = array()','','','','writetabledefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290725,160903,'__construct','','','','','','','construct','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290726,160903,'setSuffix','','','$suffix','','','','setsuffix','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290727,160903,'buildTableDefinition','','','$definition','','','','buildtabledefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290728,160903,'getBaseClassPrefix','','','','','','','getbaseclassprefix','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290729,160903,'buildRecord','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','buildrecord','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290730,160903,'setBaseClassName','','','$className','','','','setbaseclassname','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290731,160903,'setPackagesPrefix','setPackagePath','','$packagesPrefix','','','','setpackagesprefix','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290732,160903,'writeDefinition','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','writedefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290733,160903,'buildAttributes','','','$attributes, $array','','','','buildattributes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290734,160903,'buildDefinition','','','$definition','','','string','builddefinition','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290735,160903,'generateAccessors','Generate physical accessors for columns and relationships','','$bool = null','','','boolean','generateaccessors','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290736,160903,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','boolean','generatebaseclasses','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290737,160903,'buildColumns','','','$columns, $array','','','','buildcolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290738,160903,'buildActAs','buildActAs: builds a complete actAs code. It supports hierarchy of plugins','','$actAs','','','','buildactas','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290739,160903,'buildOptions','buildTableOptions','','$options, $array','','','','buildoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290740,160904,'listUsers','list all users','','','','returns data array containing all database users','array','listusers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290741,160904,'listFunctions','list all functions in the current database','','','','returns data array containing all availible functions','array','listfunctions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290742,160904,'listTableColumns','list all fields in a tables in the current database','','$table','','returns data array on success, a MDB2 error on failure','mixed','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290743,160904,'listTableViews','list the views in the database that reference a given table','','$table','','returns data array containing all views for given table','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290744,160904,'listViews','list the views in the database','','$database = null','','returns data array containing all database views','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290745,160904,'listTables','list all tables in the current database','','$database = null','','returns data array','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290746,160904,'listTableTriggers','This function will be called to get all triggers of the current database\n($this->conn->getDatabase())','','$table','','returns data array containing all triggers for given table','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290747,160905,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290748,160905,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290749,160905,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290750,160905,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290751,160905,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290752,160905,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290753,160905,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290754,160905,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290755,160905,'listTriggers','lists all triggers','','$database = null','','','array','listtriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290756,160906,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290757,160906,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290758,160906,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290759,160906,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290760,160906,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290761,160906,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290762,160906,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290763,160907,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290764,160907,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290765,160907,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290766,160907,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290767,160907,'listTableRelations','list table relations','','$table','','','','listtablerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290768,160907,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290769,160907,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290770,160907,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290771,160907,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290772,160907,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290773,160907,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290774,160907,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290775,160907,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290776,160908,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290777,160908,'listTableRelations','','','$table','','','','listtablerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290778,160908,'listTableViews','list the views in the database that reference a given table','','$table','','','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290779,160908,'listTableIndexes','list all indexes in a table','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290780,160908,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290781,160908,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290782,160908,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290783,160908,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290784,160909,'getOptions','','','','','','','getoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290785,160909,'_autoCompleteOppositeRelations','fixRelationships','Loop through all relationships building the opposite ends of each relationship and make sure no duplicate relations exist','','','','','autocompleteoppositerelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290786,160909,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','importschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290787,160909,'_fixDuplicateRelations','','Ensure the relations for each class are unique and that no duplicated relations exist from the auto generated relations and the user explicitely defining the opposite end','','','','','fixduplicaterelations','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290788,160909,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','buildrelationships','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290789,160909,'_buildUniqueRelationKey','','Build a unique key to identify a relationship by Md5 hash of all the relationship parameters','$relation','','','','builduniquerelationkey','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290790,160909,'setOption','','','$name, $value','','','','setoption','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290791,160909,'_processInheritance','','Perform some processing on inheritance. Sets the default type and sets some default values for certain types','$array','','','','processinheritance','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290792,160909,'setOptions','','','$options','','','','setoptions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290793,160909,'getOption','','','$name','','','','getoption','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290794,160909,'_findBaseSuperClass','Find the base super class for this inheritance child. We need to move all\nlevels of children to the top most parent.','','$array, $class','','returns Class to get find the parent for','string','findbasesuperclass','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290795,160909,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns Built array of schema information','array','parseschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290796,160909,'buildSchema','','Loop throug directories of schema files and parse them all in to one complete array of schema information','$schema, $format','','','array','buildschema','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290797,160909,'getValidators','','Retrieve the array of available validators','','','','array','getvalidators','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290798,160909,'_validateSchemaElement','','','$name, $element, $path, $value','','','','validateschemaelement','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290799,160910,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290800,160910,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290801,160910,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290802,160910,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290803,160910,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290804,160910,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290805,160910,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290806,160910,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290807,160910,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290808,160910,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290809,160910,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290810,160910,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290811,160911,'seemsUtf8','Check if a string has utf7 characters in it','By bmorel at ssi dot fr','$string','','','boolean','seemsutf8','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290812,160911,'unaccent','Remove any illegal characters, accents, etc.','','$string','','returns Unaccented string','string','unaccent','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290813,160911,'urlize','Convert any passed string to a url friendly string. Converts 'My first\nblog post' to 'my-first-blog-post'','','$text','','returns Urlized text','string','urlize','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290814,160911,'classifyCallback','Callback function to classify a classname properly.','','$matches','','returns A string with matches 1 and mathces 3 in upper case.','string','classifycallback','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290815,160911,'tableize','Convert word in to the format for a Doctrine table name. Converts\n'ModelName' to 'model_name'','','$word','','returns Tableized word','string','tableize','2009-11-12 03:12:48','2009-11-12 03:12:48'),(1290816,160911,'classify','Convert a word in to the format for a Doctrine class name. Converts\n'table_name' to 'TableName'','','$word','','returns Classified word','string','classify','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290817,160912,'processDeleteIntegrity','','','$record','','','','processdeleteintegrity','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290818,160912,'buildIntegrityRelationQuery','','','$record','','returns The result','array','buildintegrityrelationquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290819,160912,'buildIntegrityRelations','','','$table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components, $aliases, $fields, $indexes, $components','','','','buildintegrityrelations','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290820,160912,'invokeIntegrityActions','','','$record','','','','invokeintegrityactions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290821,160913,'getRecordAsString','','returns a string representation of Doctrine_Record object','$record','','','string','getrecordasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290822,160913,'formatSql','','','$sql','','returns the formated sql','string','formatsql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290823,160913,'arrayDeepMerge','','','','','','','arraydeepmerge','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290824,160913,'getCollectionAsString','','returns a string representation of Doctrine_Collection object','$collection','','','string','getcollectionasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290825,160913,'getConnectionStateAsString','','returns a given connection state as string','$state','','','','getconnectionstateasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290826,160913,'copyDirectory','','','$source, $dest','','','','copydirectory','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290827,160913,'isValidClassName','','checks for valid class name (uses camel case and underscores)','$className, $classname','','','boolean','isvalidclassname','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290828,160913,'getRecordStateAsString','','','$state','','returns string representation of given state','string','getrecordstateasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290829,160913,'getValidators','','Get available doctrine validators','','','','array','getvalidators','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290830,160913,'getConnectionAsString','','returns a string representation of Doctrine_Connection object','$connection','','','string','getconnectionasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290831,160913,'makeDirectories','','Makes the directories for a path recursively','$path, $mode = 0777','','','','makedirectories','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290832,160913,'getTableAsString','','returns a string representation of Doctrine_Table object','$table','','','string','gettableasstring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290833,160913,'removeDirectories','','','$folderPath','','','','removedirectories','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290834,160914,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','$conn','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290835,160914,'getLockOwner','Gets the identifier that identifies the owner of the lock on the given \nrecord.','','(Doctrine_Record) $lockedRecord','','returns The unique user identifier that identifies the owner of the lock.','mixed','getlockowner','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290836,160914,'getLock','Obtains a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the locking failed due to database errors','returns TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','getlock','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290837,160914,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws Doctrine_Locking_Exception If the release process failed due to database errors','returns The number of locks that have been released','integer','releaseagedlocks','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290838,160914,'releaseLock','Releases a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the release procedure failed due to database errors','returns TRUE if a lock was released, FALSE if no lock was released','boolean','releaselock','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290839,160915,'connection','Open a new connection. If the adapter parameter is set this method acts as \na short cut for\nDoctrine_Manager::getInstance()->openConnection($adapter, $name);','if the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurrentConnection()','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290840,160915,'getConnectionForComponent','Get the connection instance for the specified component','','$componentName','','','','getconnectionforcomponent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290841,160915,'getQueryRegistry','Lazy-initializes the query registry object and returns it','','','','','','getqueryregistry','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290842,160915,'parsePdoDsn','Parse a pdo style dsn in to an array of parts','','$dsn','','returns The array parsed','array','parsepdodsn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290843,160915,'getConnection','Get the connection instance for the passed name','','$name','throws Doctrine_Manager_Exception if trying to get a non-existent connection','','','getconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290844,160915,'_buildDsnPartsArray','Build the blank dsn parts array used with parseDsn()','','$dsn','','','array','builddsnpartsarray','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290845,160915,'getIterator','Returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','getiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290846,160915,'createDatabases','Creates databases for all existing connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290847,160915,'contains','Whether or not the manager contains specified connection','','$key','','','boolean','contains','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290848,160915,'bindComponent','Binds given component to given connection this means that when ever the\ngiven component uses a connection it will be using the bound connection\ninstead of the current connection','','$componentName, $connectionName','','','boolean','bindcomponent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290849,160915,'parseDsn','Parse a Doctrine style dsn string in to an array of parts','','$dsn','','returns Parsed contents of DSN','array','parsedsn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290850,160915,'count','Returns the number of opened connections','','','','','integer','count','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290851,160915,'getConnections','Returns all opened connections','','','','','array','getconnections','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290852,160915,'getCurrentConnection','Get the current connection instance','','','throws Doctrine_Connection_Exception if there are no open connections','','','getcurrentconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290853,160915,'openConnection','Opens a new connection and saves it to Doctrine_Manager->connections','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws Doctrine_Manager_Exception if trying to open connection for unknown driver','','','openconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290854,160915,'setQueryRegistry','Sets the query registry','','$registry','','returns this object','','setqueryregistry','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290855,160915,'setDefaultAttributes','setDefaultAttributes sets default attributes','','','','','boolean','setdefaultattributes','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290856,160915,'getConnectionName','Get the name of the passed connection instance','','$conn','','returns the name of the connection','string','getconnectionname','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290857,160915,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290858,160915,'setCurrentConnection','Sets the current connection to $key','','$key','throws InvalidKeyException','','','setcurrentconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290859,160915,'getInstance','Returns an instance of this class (this class uses the singleton pattern)','','','','','','getinstance','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290860,160915,'closeConnection','Closes the specified connection','','$connection','','','','closeconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290861,160915,'hasConnectionForComponent','Check if a component is bound to a connection','','$componentName = null','','','boolean','hasconnectionforcomponent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290862,160915,'dropDatabases','Drops databases for all existing connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290863,160916,'renameTable','','','$oldTableName, $newTableName','','','','renametable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290864,160916,'dropForeignKey','','','$tableName, $fkName, $constraintName','','','','dropforeignkey','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290865,160916,'preUp','','','','','','','preup','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290866,160916,'dropConstraint','','','$tableName, $constraintName, $primary = false','','','','dropconstraint','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290867,160916,'getMigrationClass','','Get instance of migration class for $num','$num','','','','getmigrationclass','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290868,160916,'doMigrate','','Perform migration for a migration class. Executes the up or down method then processes the changes','$direction','','','','domigrate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290869,160916,'removeIndex','','','$tableName, $indexName','','','','removeindex','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290870,160916,'changeColumn','renameColumn','','$tableName, $columnName, $type, $options = array(), $array','','','','changecolumn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290871,160916,'postDown','','','','','','','postdown','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290872,160916,'hasMigrated','','Returns true/false for whether or not this database has been migrated in the past','','','','','hasmigrated','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290873,160916,'postUp','','','','','','','postup','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290874,160916,'dropTable','','','$tableName','','','','droptable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290875,160916,'setCurrentVersion','','Sets the current version in the migration table','$number','','','','setcurrentversion','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290876,160916,'getLatestVersion','','Gets the latest possible version from the loaded migration classes','','','','','getlatestversion','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290877,160916,'getNextVersion','','','','','','integer','getnextversion','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290878,160916,'createForeignKey','','','$tableName, $definition, $constraintName','','','','createforeignkey','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290879,160916,'__construct','construct','Specify the path to the directory with the migration classes. The classes will be loaded and the migration table will be created if it does not already exist','$directory = null','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290880,160916,'createMigrationTable','','Creates the migration table used to store the current version','','','','','createmigrationtable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290881,160916,'loadMigrationClassesFromDirectory','','refactored out from loadMigrationClasses $param array An array of classes','','','','','loadmigrationclassesfromdirectory','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290882,160916,'getCurrentVersion','','Get the current version of the database','','','','','getcurrentversion','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290883,160916,'renameColumn','','','$tableName, $oldColumnName, $newColumnName','','','','renamecolumn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290884,160916,'migrate','','Perform a migration chain by specifying the $from and $to. If you do not specify a $from or $to then it will attempt to migrate from the current version to the latest version','$to = null, $from','','','','migrate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290885,160916,'removeColumn','','','$tableName, $columnName','','','','removecolumn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290886,160916,'createConstraint','','','$tableName, $constraintName, $definition','','','','createconstraint','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290887,160916,'addColumn','','','$tableName, $columnName, $type, $options = array(), $array','','','','addcolumn','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290888,160916,'addChange','','','$type, $change = array(), $array','','','','addchange','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290889,160916,'getTableName','','','','','','','gettablename','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290890,160916,'createTable','','','$tableName, $fields = array(), $options = array(), $array','','','','createtable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290891,160916,'loadMigrationClasses','','Loads the migration classes for the directory specified by the constructor','','','','','loadmigrationclasses','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290892,160916,'doMigrateStep','','Perform migration directory for the specified version. Loads migration classes and performs the migration then processes the changes','$direction, $num','','','','domigratestep','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290893,160916,'getMigrationClasses','','','','','','','getmigrationclasses','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290894,160916,'setTableName','','','$tableName','','','','settablename','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290895,160916,'addIndex','','','$tableName, $indexName, $definition, $array','','','','addindex','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290896,160916,'preDown','','','','','','','predown','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290897,160917,'loadTemplate','','Loads the class template used for generating classes','','','','','loadtemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290898,160917,'setMigrationsPath','','','$path','','','','setmigrationspath','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290899,160917,'generateMigrationsFromDb','','','','','','','generatemigrationsfromdb','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290900,160917,'buildMigrationClass','','','$className, $fileName = null, $options = array(), $up = null, $down = null','','','string','buildmigrationclass','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290901,160917,'__construct','','','$migrationsPath = null','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290902,160917,'generateMigrationsFromModels','','','$modelsPath = null, $modelLoading = null','','','','generatemigrationsfrommodels','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290903,160917,'buildCreateTable','','','$tableData','','','','buildcreatetable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290904,160917,'buildCreateForeignKey','','','$tableName, $definition','','','','buildcreateforeignkey','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290905,160917,'buildDropForeignKey','','','$tableName, $definition','','','','builddropforeignkey','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290906,160917,'generateMigrationClass','','','$className, $options = array(), $up = null, $down = null, $return = false','','','','generatemigrationclass','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290907,160917,'getMigrationsPath','','','','','returns the path where migration classes are stored and being generated','string','getmigrationspath','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290908,160917,'buildDropTable','','','$tableData','','','string','builddroptable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290909,160918,'processAddedIndexes','processAddexIndexes','','$indexes','','','','processaddedindexes','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290910,160918,'processRemovedColumns','','','$columns','','','','processremovedcolumns','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290911,160918,'processDroppedFks','','','$foreignKeys','','','','processdroppedfks','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290912,160918,'processAddedColumns','','','$columns','','','','processaddedcolumns','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290913,160918,'processRenamedColumns','','','$columns','','','','processrenamedcolumns','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290914,160918,'processRemovedIndexes','','','$indexes','','','','processremovedindexes','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290915,160918,'getConnection','','','$tableName','','','','getconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290916,160918,'processCreatedFks','','','$foreignKeys','','','','processcreatedfks','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290917,160918,'processRenamedTables','','','$tables','','','','processrenamedtables','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290918,160918,'processCreatedTables','','','$tables','','','','processcreatedtables','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290919,160918,'processDroppedTables','','','$tables','','','','processdroppedtables','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290920,160918,'processDroppedConstraints','','','$constraints','','','','processdroppedconstraints','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290921,160918,'processChangedColumns','','','$columns','','','','processchangedcolumns','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290922,160918,'processCreatedConstraints','','','$constraints','','','','processcreatedconstraints','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290923,160919,'setIteratorType','sets node's iterator type','','$type','','','','setiteratortype','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290924,160919,'factory','factory method to return node instance based upon chosen implementation','','$record, $implName, $options = array(), $impName','','returns instance of Doctrine_Node','object','factory','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290925,160919,'getIterator','get iterator','','$type = null, $options = null','','','','getiterator','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290926,160919,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290927,160919,'setRecord','setter for record attribute','','$record','','','','setrecord','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290928,160919,'__construct','contructor, creates node with reference to record and any options','','$record, $options','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290929,160919,'getRecord','getter for record attribute','','','','returns of Doctrine_Record','object instance','getrecord','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290930,160919,'setIteratorOptions','sets node's iterator options','','$options','','','','setiteratoroptions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290931,160920,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290932,160920,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290933,160920,'getChildren','gets children for node (direct descendants only)','','','','returns array of sibling Doctrine_Record objects','array','getchildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290934,160920,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290935,160920,'getDescendants','gets descendants for node (direct descendants only)','','','','returns iterator to traverse descendants from node','iterator','getdescendants','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290936,160920,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290937,160920,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290938,160920,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290939,160920,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290940,160920,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290941,160920,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290942,160920,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290943,160920,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290944,160920,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290945,160920,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290946,160920,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290947,160920,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290948,160920,'getAncestors','gets ancestors for node','','','','','','getancestors','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290949,160920,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290950,160920,'insertAsLastChildOf','inserts node as first child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290951,160920,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290952,160920,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290953,160920,'isValidNode','determines if node is valid','','','','','bool','isvalidnode','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290954,160920,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290955,160920,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290956,160920,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290957,160920,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290958,160920,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290959,160920,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeNode = false','','returns string representation of path','string','getpath','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290960,160920,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290961,160920,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290962,160920,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290963,160920,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290964,160920,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290965,160921,'key','','','','','','','key','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290966,160921,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290967,160921,'next','','','','','','','next','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290968,160921,'rewind','','','','','','','rewind','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290969,160921,'current','','','','','','','current','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290970,160921,'valid','','','','','','','valid','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290971,160922,'key','','','','','','','key','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290972,160922,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290973,160922,'next','','','','','','','next','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290974,160922,'rewind','','','','','','','rewind','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290975,160922,'current','','','','','','','current','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290976,160922,'valid','','','','','','','valid','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290977,160923,'key','','','','','','','key','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290978,160923,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290979,160923,'next','','','','','','','next','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290980,160923,'rewind','','','','','','','rewind','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290981,160923,'current','','','','','','','current','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290982,160923,'valid','','','','','','','valid','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290983,160924,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290984,160924,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290985,160924,'getChildren','gets children for node (direct descendants only)','','','','returns The children of the node or FALSE if the node has no children.','mixed','getchildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290986,160924,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290987,160924,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns The descendants of the node or FALSE if the node has no descendants.','mixed','getdescendants','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290988,160924,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290989,160924,'setRootValue','sets records root id value','','$value','','','','setrootvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290990,160924,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290991,160924,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290992,160924,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290993,160924,'getRightValue','gets record's right value','','','','','int','getrightvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290994,160924,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290995,160924,'getRootValue','get records root id value','','','','','','getrootvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290996,160924,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290997,160924,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290998,160924,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1290999,160924,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291000,160924,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291001,160924,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291002,160924,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291003,160924,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','getancestors','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291004,160924,'setLeftValue','sets record's left value','','$lft','','','','setleftvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291005,160924,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291006,160924,'insertAsLastChildOf','inserts node as last child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291007,160924,'detach','Detaches the node from the tree by invalidating it's lft & rgt\nvalues (they're set to 0).','','','','','','detach','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291008,160924,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291009,160924,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','makeroot','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291010,160924,'setRightValue','sets record's right value','','$rgt','','','','setrightvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291011,160924,'getLeftValue','gets record's left value','','','','','int','getleftvalue','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291012,160924,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291013,160924,'isValidNode','determines if node is valid','','$record = null','','','bool','isvalidnode','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291014,160924,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291015,160924,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291016,160924,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291017,160924,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291018,160924,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291019,160924,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns string representation of path','string','getpath','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291020,160924,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291021,160924,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291022,160924,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291023,160924,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291024,160924,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291025,160925,'key','returns the current key','','','','','integer','key','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291026,160925,'__construct','','','$record, $opts','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291027,160925,'count','','','','','','','count','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291028,160925,'next','advances the internal pointer','','','','','','next','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291029,160925,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291030,160925,'current','returns the current record','','','','','','current','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291031,160925,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291032,160926,'exists','','','','','','','exists','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291033,160926,'__toString','','','','','','','tostring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291034,160927,'__call','__call method overloader','','$m, $a','','returns anything','mixed','call','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291035,160928,'getNextPage','','Returns the next page','','','returns next page','int','getnextpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291036,160928,'getPage','getLastPage','Returns the current page','','','returns current page','int','getpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291037,160928,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','setcountqueryparams','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291038,160928,'getRange','','Builds and return a Doctrine_Pager_Range_* based on arguments','$rangeStyle, $options = array()','','returns Pager Range','','getrange','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291039,160928,'getFirstIndice','','Return the first indice number for the current page','','','returns First indice number','int','getfirstindice','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291040,160928,'getResultsInPage','','Returns the number of itens in current page','','','returns Number of itens in current page','int','getresultsinpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291041,160928,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291042,160928,'getLastPage','','Returns the last page (total of pages)','','','returns last page (total of pages)','int','getlastpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291043,160928,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns true if it is necessary to paginate, false otherwise','bool','havetopaginate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291044,160928,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','setlastpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291045,160928,'__construct','','','$query, $page, $maxPerPage','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291046,160928,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjustoffset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291047,160928,'getPreviousPage','','Returns the previous page','','','returns previous page','int','getpreviouspage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291048,160928,'getFirstPage','','Returns the first page','','','returns first page','int','getfirstpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291049,160928,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns maximum number of itens per page','int','getmaxperpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291050,160928,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns Doctrine_Query object related to the pager','','getcountquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291051,160928,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns Pager was executed','boolen','getexecuted','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291052,160928,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns Doctrine_Query object related to the pager','','getquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291053,160928,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','setpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291054,160928,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','setexecuted','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291055,160928,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns Doctrine_Query counter params','array','getcountqueryparams','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291056,160928,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291057,160928,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','setquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291058,160928,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','setmaxperpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291059,160928,'getLastIndice','','Return the last indice number for the current page','','','returns Last indice number','int','getlastindice','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291060,160928,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','setnumresults','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291061,160928,'getNumResults','','Returns the number of results found','','','returns the number of results found','int','getnumresults','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291062,160928,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','setcountquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291063,160929,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns Template to be applied for inactive pages','string','gettemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291064,160929,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns Doctrine_Pager_Range subclass object related to the pager range','','getpagerrange','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291065,160929,'cleanMaskReplacements','','Remove all mask replacements','','','','','cleanmaskreplacements','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291066,160929,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','settemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291067,160929,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','setpagerrange','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291068,160929,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291069,160929,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','setselectedtemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291070,160929,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns If you would like to capture the output of Doctrine_Pager_Layout::display(), use the return parameter. If this parameter is set to TRUE, this method will return its output, instead of print','mixed','display','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291071,160929,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291072,160929,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291073,160929,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','seturlmask','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291074,160929,'_parseMaskReplacements','','Parse the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parsemaskreplacements','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291075,160929,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','removemaskreplacement','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291076,160929,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','addmaskreplacement','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291077,160929,'_parseReplacementsTemplate','_parseUrl','Parse the mask replacements of a given page','($options) $options = array()','','','string','parsereplacementstemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291078,160929,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','setpager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291079,160929,'__toString','Simply calls display, and returns the output.','','','','','','tostring','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291080,160929,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns Template to be applied for active page','string','getselectedtemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291081,160929,'_parseTemplate','','Parse the template of a given page and return the processed template','$options = array()','','','string','parsetemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291082,160929,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','setseparatortemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291083,160929,'_parseUrlTemplate','','Parse the url mask to return the correct template depending of the options sent. Already process the mask replacements assigned.','($options) $options = array()','','','string','parseurltemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291084,160929,'_parseUrl','','Parse the url mask of a given page and return the processed url','($options) $options = array()','','','string','parseurl','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291085,160929,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns Separator template, applied between each page','string','getseparatortemplate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291086,160929,'getUrlMask','','Returns the URL to be assigned for each page','','','returns URL to be assigned for each page','string','geturlmask','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291087,160929,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns Processed template for the given page','string','processpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291088,160930,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns Custom Doctrine_Pager_Range implementation options','array','getoptions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291089,160930,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','setoptions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291090,160930,'isInRange','','Check if a given page is in the range','($page) $page','','','boolean','isinrange','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291091,160930,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','setpager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291092,160930,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291093,160930,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291094,160930,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291095,160930,'getOption','','Returns the custom Doctrine_Pager_Range implementation offset option','$option','','returns Custom Doctrine_Pager_Range implementation options','array','getoption','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291096,160930,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291097,160931,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291098,160931,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291099,160931,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291100,160931,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291101,160932,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291102,160932,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291103,160932,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291104,160932,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291105,160933,'loadData','','Override in the parser driver','$array','','','','loaddata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291106,160933,'getParser','','Get instance of the specified parser','$type','','','','getparser','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291107,160933,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291108,160933,'dumpData','','Override in the praser driver','$array, $path = null','','','','dumpdata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291109,160933,'doDump','','','$data, $path = null','','','','dodump','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291110,160933,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291111,160933,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','doload','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291112,160934,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns Array of json objects','array','loaddata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291113,160934,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dumpdata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291114,160935,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','loaddata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291115,160935,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dumpdata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291116,160936,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns String of xml built from array','string','arraytoxml','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291117,160936,'loadData','','Load xml file and return array of data','$path','','returns Array of data converted from xml','array','loaddata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291118,160936,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','preparedata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291119,160936,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dumpdata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291120,160937,'loadData','','Load and parse data from a yml file','$path','throws Doctrine_Parser_Exception parsing error','returns Array of parsed yaml data','array','loaddata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291121,160937,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','throws Doctrine_Parser_Exception dumping error','','string','dumpdata','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291122,160938,'addChild','','Add child record generator','(Doctrine_Record_Generator) $generator','','','','addchild','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291123,160938,'getOptions','','returns all options and their associated values','','','returns all options as an associative array','array','getoptions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291124,160938,'__get','__get an alias for getOption','','$option','','','','get','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291125,160938,'buildForeignKeys','','generates foreign keys for the plugin table based on the owner table\nthe foreign keys generated by this method can be used for setting the relations between the owner and the plugin classes','$table','','returns an array of foreign key definitions','array','buildforeignkeys','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291126,160938,'buildLocalRelation','','','','','','','buildlocalrelation','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291127,160938,'buildForeignRelation','','','$alias = null','','','','buildforeignrelation','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291128,160938,'buildRelation','','this method can be used for generating the relation from the plugin table to the owner table. By default buildForeignRelation() and buildLocalRelation() are called Those methods can be overridden or this entire method can be overridden','','','','','buildrelation','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291129,160938,'initialize','','Initialize the plugin. Call in Doctrine_Template setTableDefinition() in order to initiate a generator in a template SEE: Doctrine_Template_I18n for an example','$table','','','','initialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291130,160938,'setOption','sets given value to an option','','($option) $name, ($value) $value','','returns this object','Doctrine_Plugin','setoption','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291131,160938,'getOption','returns the value of an option','','($option) $name','','returns the value of the option','mixed','getoption','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291132,160938,'initOptions','empty template method for providing the concrete plugins the ability to\ninitialize options before the actual definition is being built','','','','','','initoptions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291133,160938,'buildChildDefinitions','','','','','','','buildchilddefinitions','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291134,160938,'__isset','','','$option','','','','isset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291135,160938,'buildTable','','','','','','','buildtable','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291136,160938,'generateClass','','generates the class definition for plugin class','$definition = array()','','','','generateclass','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291137,160939,'__clone','','','','','','','clone','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291138,160939,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns the limit subquery','string','getlimitsubquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291139,160939,'parseIdentifierReference','','','$expr','','','','parseidentifierreference','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291140,160939,'getAggregateAlias','','','$dqlAlias','','','string','getaggregatealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291141,160939,'query','query query the database with DQL (Doctrine Query Language)','','$query, $params = array(), $hydrationMode = null','','','mixed','query','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291142,160939,'unserialize','unseralize this method is automatically called everytime a\nDoctrine_Hydrate object is unserialized','','$serialized','','','','unserialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291143,160939,'getExpressionOwner','getExpressionOwner returns the component alias for owner of given\nexpression','','$expr','','returns the component alias','string','getexpressionowner','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291144,160939,'processPendingFields','processPendingFields the fields in SELECT clause cannot be parsed until\nthe components in FROM clause are parsed, hence this method is called\neverytime a specific component is being parsed.','','$componentAlias','throws Doctrine_Query_Exception if unknown component alias has been given','','','processpendingfields','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291145,160939,'free','Frees the resources used by the query object. It especially breaks a \ncyclic reference between the query object and it's parsers. This\nenables PHP's current GC to reclaim the memory.','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns this object','','free','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291146,160939,'fetchOne','fetchOne Convenience method to execute the query and return the first item\n of the collection.','','$params = array(), $hydrationMode = null','','returns Array or Doctrine_Collection, depending on hydration mode. False if no result.','mixed','fetchone','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291147,160939,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\n- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
\n - \n\n
Converts all DQL functions to their native SQL equivalents
- \n\n
Converts all component references to their table alias equivalents
Converts all field names to actual column ','$clause','','returns SQL string','string','parseclause','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291148,160939,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','processpendingsubqueries','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291149,160939,'getSqlQuery','builds the sql query from the given parameters and applies things such as \ncolumn aggregation inheritance and limit subqueries if needed','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291150,160939,'buildAssociativeRelationSql','','','$relation, $assocAlias, $foreignAlias, $localAlias','','','','buildassociativerelationsql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291151,160939,'copy','Copies a Doctrine_Query object.','','$query = null','','returns Copy of the Doctrine_Query instance.','','copy','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291152,160939,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291153,160939,'_killReference','Kill the reference for the passed class property.','This method simply copies the value to a temporary variable and then unsets the reference and re-assigns the old value but not by reference','$key','','','','killreference','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291154,160939,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291155,160939,'buildIndexBy','','','$componentAlias, $mapWith = null','','','','buildindexby','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291156,160939,'parseDqlQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws Doctrine_Query_Exception if some generic parsing error occurs','','','parsedqlquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291157,160939,'getSqlAggregateAlias','','','$dqlAlias','','','string','getsqlaggregatealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291158,160939,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','issubquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291159,160939,'fetchArray','fetchArray Convenience method to execute using array fetching as hydration\nmode.','','$params = array()','','','array','fetcharray','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291160,160939,'parseSelect','parseSelect parses the query select part and adds selected fields to\npendingFields array','','$dql','','','','parseselect','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291161,160939,'getCountQuery','Get count sql query for this Doctrine_Query instance Used in\nDoctrine_Query::count() for returning an integer for the number of records\nwhich will be returned when executed.','','','','','string','getcountquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291162,160939,'parseFunctionExpression','','','$expr','','','','parsefunctionexpression','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291163,160939,'parseSelectField','','','$field','throws Doctrine_Query_Exception if unknown component alias has been given','','','parseselectfield','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291164,160939,'_addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns this object','','addpendingjoincondition','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291165,160939,'loadRoot','','','$name, $componentAlias','','','','loadroot','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291166,160939,'reset','Resets the query to the state just after it has been instantiated.','','','','','','reset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291167,160939,'load','','','$path, $loadFields = true','','','','load','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291168,160939,'_buildSqlFromPart','_buildSqlFromPart builds the from part of the query and returns it','','','','returns the query sql from part','string','buildsqlfrompart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291169,160939,'parseSubquery','','','$subquery','','','','parsesubquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291170,160939,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null','','','','create','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291171,160939,'serialize','serialize this method is automatically called when this Doctrine_Hydrate\nis serialized','','','','returns an array of serialized properties','array','serialize','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291172,160939,'_buildSqlQueryBase','','returns the base of the generated sql query On mysql driver special strategy has to be used for DELETE statements (where is this special strategy??)','','','returns the base of the generated sql query','string','buildsqlquerybase','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291173,160939,'processPendingAggregates','processPendingAggregates processes pending aggregate values for given\ncomponent alias','','','','','','processpendingaggregates','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291174,160939,'buildInheritanceJoinSql','','','$name, $componentAlias','','','','buildinheritancejoinsql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291175,160939,'buildSimpleRelationSql','','','$relation, $foreignAlias, $localAlias, $overrideJoin, $join','','','','buildsimplerelationsql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291176,160939,'getDqlPart','getDqlPart returns a specific DQL query part.','','$queryPart','','returns the DQL query part','string','getdqlpart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291177,160939,'createSubquery','createSubquery creates a subquery','','','','','Doctrine_Hydrate','createsubquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291178,160940,'getInheritanceCondition','Returns the inheritance condition for the passed componentAlias If no\ncomponent alias is specified it defaults to the root component','This function is used to append a SQL condition to models which have inheritance mapping The condition is applied to the FROM component in the WHERE, but the condition is applied to JOINS in the ON condition and not the WHERE','$componentAlias','','returns SQL condition string','string','getinheritancecondition','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291179,160940,'removeSqlQueryPart','removeSqlQueryPart removes a query part from the query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removesqlquerypart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291180,160940,'hasSqlTableAlias','hasSqlTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns true if this object has given alias, otherwise false','boolean','hassqltablealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291181,160940,'setParams','','','$params = array()','','','','setparams','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291182,160940,'getCacheDriver','getCacheDriver returns the cache driver associated with this object','','','','returns cache driver','','getcachedriver','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291183,160940,'orWhereNotIn','Adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','orwherenotin','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291184,160940,'calculateQueryCacheHash','calculateQueryCacheHash calculate hash key for query cache','','','','returns the hash','string','calculatequerycachehash','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291185,160940,'preQuery','Blank hook methods which can be implemented in Doctrine_Query child classes','','','','','','prequery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291186,160940,'setView','setView sets a database view this query object uses this method should\nonly be called internally by doctrine','','$view','','','','setview','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291187,160940,'andWhereNotIn','Adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','andwherenotin','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291188,160940,'getSqlQueryPart','getSqlQueryPart gets an SQL query part from the SQL query part array','','$part, $name','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','getsqlquerypart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291189,160940,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','forupdate','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291190,160940,'getDql','getDql returns the DQL query that is represented by this query object.','the query is built from $_dqlParts','','','returns the DQL query','string','getdql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291191,160940,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','innerjoin','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291192,160940,'set','set sets the SET part of the query','','$key, $value, $params = null, $update','','','','set','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291193,160940,'addSqlTableAlias','addSqlTableAlias adds an SQL table alias and associates it a component\nalias','','$sqlTableAlias, $componentAlias, $tableAlias','','','','addsqltablealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291194,160940,'addHaving','addHaving adds conditions to the HAVING part of the query','','$having, $params = array()','','','','addhaving','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291195,160940,'setResultCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setresultcachelifespan','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291196,160940,'andWhere','Adds conditions to the WHERE part of the query','','$where, $params = array()','','','','andwhere','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291197,160940,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291198,160940,'expireResultCache','expireCache','','$expire = true','','returns this object','Doctrine_Hydrate','expireresultcache','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291199,160940,'addWhere','addWhere adds conditions to the WHERE part of the query','','$where, $params = array()','','','','addwhere','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291200,160940,'setQueryCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setquerycachelifespan','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291201,160940,'_getDqlCallback','Get the dql call back for this query','','','','','array','getdqlcallback','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291202,160940,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','groupby','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291203,160940,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns the root collection','','execute','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291204,160940,'getConnection','','','','','','','getconnection','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291205,160940,'parseQuery','','','$query','','','','parsequery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291206,160940,'setQueryPart','setQueryPart sets a query part in the query part array','','$name, $part','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','setquerypart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291207,160940,'orWhereIn','Adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','orwherein','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291208,160940,'getQueryPart','getQueryPart gets a query part from the query part array','','$part, $name','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','','getquerypart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291209,160940,'from','from sets the FROM part of the query','','$from','','','','from','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291210,160940,'getTableAliases','getTableAliases returns all table aliases','','','','returns table aliases as an array','array','gettablealiases','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291211,160940,'useResultCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','useresultcache','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291212,160940,'orWhere','Adds conditions to the WHERE part of the query','','$where, $params = array()','','','','orwhere','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291213,160940,'clear','clear resets all the variables','','','','','','clear','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291214,160940,'offset','offset sets the Query query offset','','$offset','','','','offset','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291215,160940,'distinct','distinct Makes the query SELECT DISTINCT.','','$flag = true','','','','distinct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291216,160940,'addSqlQueryPart','addSqlQueryPart adds an SQL query part to the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to add unknown query part','returns this object','Doctrine_Hydrate','addsqlquerypart','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291217,160940,'getTableAliasSeed','getTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns table alias seed','integer','gettablealiasseed','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291218,160940,'addTableAlias','addTableAlias adds an alias for table and associates it with given\ncomponent alias','','$tableAlias, $componentAlias','','','Doctrine_Hydrate','addtablealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291219,160940,'addSelect','addSelect adds fields to the SELECT part of the query','','$select','','','','addselect','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291220,160940,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','islimitsubqueryused','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291221,160940,'_getParser','_getParser parser lazy-loader','','$name','throws Doctrine_Query_Exception if unknown parser name given','','','getparser','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291222,160940,'setOption','','','$name, $value','','returns this object','','setoption','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291223,160940,'getSqlQuery','Gets the SQL query that corresponds to this query object.','The returned SQL syntax depends on the connection driver that is used by this query object at the time of this method call.','$params = array()','','','','getsqlquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291224,160940,'copySubqueryInfo','copyAliases copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','$query','','returns this object','Doctrine_Hydrate','copysubqueryinfo','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291225,160940,'whereNotIn','whereNotIn adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','wherenotin','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291226,160940,'getRawParams','Get the raw array of parameters','','','','','array','getrawparams','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291227,160940,'getSql','getSql shortcut for .','','$params = array()','','returns sql query string','string','getsql','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291228,160940,'getQueryComponent','getQueryComponent get the declaration for given component alias','','$componentAlias','','returns the alias declaration','array','getquerycomponent','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291229,160940,'hasTableAlias','hasTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns true if this object has given alias, otherwise false','boolean','hastablealias','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291230,160940,'expireQueryCache','','','$expire = true','','returns this object','Doctrine_Hydrate','expirequerycache','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291231,160940,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$customComponent = null, $resultSet','','returns serialized string representation of this query','string','getcachedform','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291232,160940,'expireCache','','','$expire = true','','returns this object','Doctrine_Hydrate','expirecache','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291233,160940,'hasAliasDeclaration','hasAliasDeclaration whether or not this object has a declaration for given\ncomponent alias','','$componentAlias','','','boolean','hasaliasdeclaration','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291234,160940,'getQueryCacheLifeSpan','Gets the life span of the query cache the Query object is using.','','','','returns The life span in seconds.','integer','getquerycachelifespan','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291235,160940,'_getDqlCallbackComponents','Returns an array of components to execute the query callbacks for','','$params = array()','','','array','getdqlcallbackcomponents','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291236,160940,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291237,160940,'getResultCacheLifeSpan','Gets the life span of the result cache in seconds.','','','','','integer','getresultcachelifespan','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291238,160940,'getAliasMap','','','','','','','getaliasmap','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291239,160940,'parseDqlQuery','parseDqlQuery parses a dql query','','$query','','returns this object','','parsedqlquery','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291240,160940,'getAliasDeclaration','getAliasDeclaration get the declaration for given component alias','','$componentAlias','','returns the alias declaration','array','getaliasdeclaration','2009-11-12 03:12:49','2009-11-12 03:12:49'),(1291241,160940,'getResultCacheDriver','getResultCacheDriver returns the cache driver used for caching result sets','','','','returns cache driver','','getresultcachedriver','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291242,160940,'_constructQueryFromCache','Constructs the query from the cached form.','','$cached','','returns The custom component that was cached together with the essential query data. This can be either a result set (result caching) or an SQL query string (query caching).','array','constructqueryfromcache','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291243,160940,'removeQueryPart','removeQueryPart removes a query part from the query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removequerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291244,160940,'orderBy','orderBy sets the ORDER BY part of the query','','$orderby','','','','orderby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291245,160940,'addGroupBy','addGroupBy adds fields to the GROUP BY part of the query','','$groupby','','','','addgroupby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291246,160940,'_addDqlQueryPart','Adds a DQL part to the internal parts collection.','','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291247,160940,'useCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','usecache','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291248,160940,'addQueryPart','addQueryPart adds a query part in the query part array','','$name, $part','throws Doctrine_Query_Exception if trying to add unknown query part','returns this object','Doctrine_Hydrate','addquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291249,160940,'getParams','','','$params = array()','','','array','getparams','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291250,160940,'getQueryComponents','Gets the components of this query.','','','','','','getquerycomponents','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291251,160940,'select','select sets the SELECT part of the query','','$select','','','','select','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291252,160940,'removeDqlQueryPart','removeDqlQueryPart removes a dql query part from the dql query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removedqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291253,160940,'generateNewTableAlias','generateNewTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns the created table alias','string','generatenewtablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291254,160940,'getQueryCacheDriver','getQueryCacheDriver returns the cache driver used for caching queries','','','','returns cache driver','','getquerycachedriver','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291255,160940,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291256,160940,'andWhereIn','Adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','andwherein','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291257,160940,'generateTableAlias','generateTableAlias generates a table alias from given table name and\nassociates it with given component alias','','$componentAlias, $tableName','','returns the generated table alias','string','generatetablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291258,160940,'getQuery','','','$params = array()','','','','getquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291259,160940,'whereIn','whereIn adds IN condition to the query WHERE part','','$expr, $params = array(), $not = false','','','','wherein','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291260,160940,'generateNewSqlTableAlias','generateNewSqlTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns the created table alias','string','generatenewsqltablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291261,160940,'setHydrationMode','','','$hydrationMode','','','','sethydrationmode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291262,160940,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291263,160940,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','addfrom','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291264,160940,'_preQuery','Pre query method which invokes the pre*Query() methods on the model\ninstance or any attached record listeners','','$params = array()','','','','prequery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291265,160940,'setSqlQueryPart','setSqlQueryPart sets an SQL query part in the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','setsqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291266,160940,'getSqlTableAliasSeed','getSqlTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns table alias seed','integer','getsqltablealiasseed','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291267,160940,'getRootAlias','getRootAlias returns the alias of the the root component','','','','','array','getrootalias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291268,160940,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','getrootdeclaration','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291269,160940,'getSqlTableAlias','getSqlTableAlias some database such as Oracle need the identifier lengths\nto be < ~30 chars hence Doctrine creates as short identifier aliases as\npossible','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns the generated / fetched short alias','string','getsqltablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291270,160940,'getType','','returns the type of this query object by default the type is Doctrine_Query_Abstract::SELECT but if update() or delete() are being called the type is Doctrine_Query_Abstract::UPDATE and Doctrine_Query_Abstract::DELETE, respectively','','','returns return the query type','integer','gettype','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291271,160940,'getSqlParts','Return the SQL parts.','','','','returns The parts','array','getsqlparts','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291272,160940,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','addorderby','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291273,160940,'generateSqlTableAlias','generateSqlTableAlias generates a table alias from given table name and\nassociates it with given component alias','','$componentAlias, $tableName','','returns the generated table alias','string','generatesqltablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291274,160940,'limit','limit sets the Query query limit','','$limit','','','','limit','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291275,160940,'_processDqlQueryPart','_processDqlQueryPart parses given query part','','$queryPartName, $queryParts','','returns this object','','processdqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291276,160940,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','leftjoin','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291277,160940,'_processWhereIn','','','$expr, $params = array(), $not = false','','','','processwherein','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291278,160940,'getRoot','getRoot returns the root component for this object','','','','returns root components table','','getroot','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291279,160940,'useQueryCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','usequerycache','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291280,160940,'getTableAliasMap','getTableAliasMap returns all table aliases','','','','returns table aliases as an array','array','gettablealiasmap','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291281,160940,'_execute','','','$params','','returns The executed PDOStatement.','PDOStatement','execute','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291282,160940,'update','update sets the UPDATE part of the query','','$from = null, $update','','','','update','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291283,160940,'getTableAlias','getTableAlias some database such as Oracle need the identifier lengths to\nbe < ~30 chars hence Doctrine creates as short identifier aliases as\npossible','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns the generated / fetched short alias','string','gettablealias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291284,160940,'setCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setcachelifespan','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291285,160940,'delete','delete sets the query type to DELETE','','$from = null','','','','delete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291286,160940,'getView','getView returns the view associated with this query object (if any)','','','','returns the view associated with this query object','','getview','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291287,160940,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$sqlTableAlias','','returns component alias','string','getcomponentalias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291288,160940,'_hasDqlQueryPart','Checks if there's at least one DQL part defined to the internal parts\ncollection.','','$queryPartName','','','boolean','hasdqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291289,160940,'getParts','Return the SQL parts.','','','','returns The parts','array','getparts','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291290,160941,'parseFunction','','','$dql','','','','parsefunction','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291291,160941,'parseClause','','','$dql, $alias, $field, $value','','','','parseclause','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291292,160941,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','getsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291293,160941,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291294,160941,'parseSingle','','','$part','','','','parsesingle','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291295,160941,'parse','','','$dql','','','string','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291296,160941,'getTable','getTable returns the table object associated with this object','','','','','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291297,160942,'parse','DQL CONDITION PARSER parses the join condition/where/having part of the\nquery string','','$str','','','string','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291298,160942,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parseliteralvalue','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291299,160943,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291300,160943,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291301,160944,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291302,160944,'set','','','$key, $listener','','','','set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291303,160944,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291304,160944,'add','','','$filter','','','','add','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291305,160944,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291306,160945,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291307,160945,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291308,160946,'parse','','','$forUpdate','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291309,160947,'parse','DQL FROM PARSER parses the FROM part of the query string','','$str, $return = false','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291310,160948,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$str, $append = false','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291311,160949,'load','load returns the parsed query part','','$having','','','string','load','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291312,160950,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291313,160950,'load','','','$condition','','','','load','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291314,160951,'parse','','','$limit','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291315,160952,'parse','','','$offset','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291316,160953,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$str, $append = false','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291317,160954,'__construct','','','(Doctrine_Query) $query, $tokenizer = null','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291318,160954,'getQuery','','','','','returns the query object associated with this parser','','getquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291319,160955,'get','','','$key, $namespace = null','','','','get','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291320,160955,'add','','','$key, $query','','','','add','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291321,160955,'has','','','$key, $namespace = null','','','','has','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291322,160956,'parse','','','$dql','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291323,160957,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291324,160957,'parse','','','$dql','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291325,160958,'bracketTrim','trims brackets','','$str, $e1 = '(', $e2 = ')'','','','','brackettrim','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291326,160958,'quoteExplode','','example:\nparameters: $str = email LIKE 'John@example.com' $d = ' LIKE '\nwould return an array: array("email", "LIKE", "'John@example.com'")','$str, $d = ' '','','','','quoteexplode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291327,160958,'sqlExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sqlexplode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291328,160958,'tokenizeQuery','','splits the given dql query into an array where keys represent different query part names and values are arrays splitted using sqlExplode method\nexample:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: arr','$query','throws Doctrine_Query_Exception if some generic parsing error occurs','returns an array containing the query string parts','array','tokenizequery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291329,160958,'bracketExplode','','example:\nparameters: $str = (age < 20 AND age > 18) AND email LIKE 'John@example.com' $d = ' AND ' $e1 = '(' $e2 = ')'\nwould return an array: array("(age < 20 AND age >','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','','bracketexplode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291330,160958,'clauseExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d, $e1 = '(', $e2 = ')'','','','array','clauseexplode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291331,160959,'parseValue','','','$value, $table = null, $field = null','','','','parsevalue','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291332,160959,'load','','','$where','','','','load','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291333,160959,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parseexists','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291334,160960,'parseQueryPart','','','$queryPartName, $queryPart, $append = false','','','','parsequerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291335,160960,'getSqlQuery','getSqlQuery builds the sql query.','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291336,160960,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291337,160960,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nThis is an exact copy of the Dql Version','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291338,160960,'addComponent','','','$tableAlias, $path, $componentName','','','','addcomponent','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291339,160960,'parseDqlQuery','parseDqlQuery parses an sql query and adds the parts to internal array.','Overrides Doctrine_Query_Abstract::parseDqlQuery(). This implementation simply tokenizes the provided query string and uses them as SQL parts right away.','$query','','returns this object','','parsedqlquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291340,160960,'_addDqlQueryPart','Adds a DQL query part. Overrides\nDoctrine_Query_Abstract::_addDqlQueryPart().','This implementation for RawSql parses the new parts right away, generating the SQL.','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291341,160960,'getCountQuery','getCountQuery builds the count query.','','$params = array()','','returns the built sql query','string','getcountquery','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291342,160960,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291343,160960,'parseDqlQueryPart','parseDqlQueryPart parses given DQL query part. Overrides\nDoctrine_Query_Abstract::parseDqlQueryPart().','This implementation does no parsing at all, except of the SELECT portion of the query which is special in RawSql queries. The entire remaining parts are used "as is", so the user of the RawSql query is responsible for writing SQL that is porta','$queryPartName, $queryPart, $append = false','','returns this object','','parsedqlquerypart','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291344,160960,'getFields','getFields returns the fields associated with this parser','','','','returns all the fields associated with this parser','array','getfields','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291345,160961,'rawGet','rawGet returns the value of a property, if the property is not yet loaded \nthis method does NOT load it','','($name) $fieldName','throws Doctrine_Record_Exception if trying to get an unknown property','','mixed','rawget','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291346,160961,'getData','getData return all the internal data','','','','returns an array containing all the properties','array','getdata','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291347,160961,'preDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','predelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291348,160961,'preValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure. Useful for cleaning up\ndata before validating it.','','$event','','','','prevalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291349,160961,'getErrorStackAsString','Get the record error stack as a human readable string.','Useful for outputting errors to user via web browser','','','','string','geterrorstackasstring','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291350,160961,'preUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291351,160961,'columnCount','alias for count()','','','','returns the number of columns in this record','integer','columncount','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291352,160961,'preDqlUpdate','Empty template method to provide Record classes with the ability to alter\nDQL update','queries at runtime','$event','','','','predqlupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291353,160961,'set','set method for altering properties and Doctrine_Record references if the\nload parameter is set to false this method will not try to load\nuninitialized record data','','$fieldName, $value, $load = true, $name','throws Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291354,160961,'preSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291355,160961,'merge','Merges this record with an array of values or with another existing\ninstance of this object','','$data, $deep = true','','','','merge','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291356,160961,'postInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','postinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291357,160961,'setUp','setUp this method is used for setting up relations and attributes it\nshould be implemented by child classes','','','','','','setup','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291358,160961,'cleanData','cleanData leaves the $data array only with values whose key is a field\ninside this record and returns the values that were removed from $data. \nAlso converts any values of 'null' to objects of type\nDoctrine_Null.','','[[[amp]]]$data, $data','','returns values cleaned from data','array','cleandata','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291359,160961,'trySave','Tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','$conn = null','','returns if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','trysave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291360,160961,'_index','','','','','','integer','index','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291361,160961,'refreshRelated','refresh refresh data of related objects from the database','','$name = null','','returns this object','','refreshrelated','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291362,160961,'call','','','(string|array) $callback, $column, 2','','','','call','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291363,160961,'unserialize','unseralize this method is automatically called everytime a Doctrine_Record\nobject is unserialized','','$serialized','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291364,160961,'state','state returns / assigns the state of this record','','(integer|string) $state = null','throws Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291365,160961,'toString','__toString alias','','','','','string','tostring','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291366,160961,'postUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','postupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291367,160961,'free','Helps freeing the memory occupied by the entity.','Cuts all references the entity has to other entities and removes the entity from the instance pool. Note: The entity is no longer useable after free() has been called. Any operations done with the entity afterwards can lead to unpredictable results.','$deep = false','','','','free','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291368,160961,'replace','','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.\nThe REPLACE type o','$conn = null','throws Doctrine_Connection_Exception if some of the key values was null','returns number of rows affected','integer','replace','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291369,160961,'get','get returns a value of a property or a related component','','$fieldName, $load = true, $name','throws Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291370,160961,'postUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291371,160961,'setRelated','','','$alias, $coll','','','','setrelated','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291372,160961,'refresh','refresh refresh internal data from the database','','$deep = false','throws Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291373,160961,'validateOnInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be inserted into the data store the first time.','','','','','','validateoninsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291374,160961,'importFrom','','Import data from an external data source','$type, $data','','','','importfrom','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291375,160961,'getLast','','this method is used internally be Doctrine_Query it is needed to provide compatibility between records and collections','','','','','getlast','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291376,160961,'getIterator','','','','','returns a Doctrine_Record_Iterator that iterates through the data','','getiterator','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291377,160961,'exists','exists returns true if this record is persistent, otherwise false','','','','','boolean','exists','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291378,160961,'loadReference','loadReference loads a related component','','$name','throws Doctrine_Table_Exception if trying to load an unknown related component','','','loadreference','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291379,160961,'identifier','returns the primary keys of this object','','','','','array','identifier','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291380,160961,'coreSetRelated','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$name, $value','','','','coresetrelated','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291381,160961,'postSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','postsave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291382,160961,'copy','copy returns a copy of this object','','$deep = false','','','','copy','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291383,160961,'contains','','','$fieldName, $name','','','boolean','contains','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291384,160961,'toArray','toArray returns the record as an array','','$deep = true, $prefixKey = false','','','array','toarray','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291385,160961,'preDqlDelete','Empty template method to provide Record classes with the ability to alter\nDQL delete','queries at runtime','$event','','','','predqldelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291386,160961,'clearRelated','clearRelated unsets all the relationships this object has','(references to related objects still remain on Table objects)','','','','','clearrelated','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291387,160961,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assigndefaultvalues','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291388,160961,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291389,160961,'isModified','isModified returns true if this record was modified, otherwise false','','','','','boolean','ismodified','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291390,160961,'oid','','','','','','','oid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291391,160961,'save','applies the changes made to this object into database this method is smart\nenough to know if any changes are made and whether to use INSERT or UPDATE\nstatement','this method also saves the related components','$conn = null','','','','save','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291392,160961,'count','count this class implements countable interface','','','','returns the number of columns in this record','integer','count','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291393,160961,'validate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure, doing any custom /\nspecialized validations that are neccessary.','','','','','','validate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291394,160961,'_get','','','$fieldName, $load = true','','','','get','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291395,160961,'isValid','','','','','returns whether or not this record is valid','boolean','isvalid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291396,160961,'getNode','getter for node assciated with this record','','','','returns if tree returns Doctrine_Node otherwise returns false','mixed','getnode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291397,160961,'serializeReferences','Set whether or not to serialize references.','This is used by caching since we want to serialize references when caching but not when just normally serializing a instance','$bool = null','','','boolean','serializereferences','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291398,160961,'obtainReference','','','$name','throws Doctrine_Record_Exception if trying to get an unknown related component','','','obtainreference','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291399,160961,'__unset','','','$name','','','','unset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291400,160961,'postDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','postdelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291401,160961,'unshiftFilter','','','$filter','','','','unshiftfilter','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291402,160961,'modifiedFields','REDUNDANT?','','','','','','modifiedfields','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291403,160961,'deleteNode','used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\nAS TREE','','','','','','deletenode','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291404,160961,'hasRelation','method for checking existence of properties and Doctrine_Record references','','$fieldName, $name','','','boolean','hasrelation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291405,160961,'_isValueModified','Check if a value has changed according to Doctrine Doctrine is loose with\ntype checking in the same ways PHP is for consistancy of behavior','This function basically says if what is being set is of Doctrine type boolean and something like current_value == 1 && new_value = true would not be considered modified\nSimply doing $old !== $new will return false for boolean columns would mark t','$type, $old, $new','','returns Whether or not Doctrine considers the value modified','boolean','isvaluemodified','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291406,160961,'exportTo','','','$type, $deep = true','','','mixed','exportto','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291407,160961,'preInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','preinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291408,160961,'validateOnUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be updated.','','','','','','validateonupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291409,160961,'assignInheritanceValues','Assign the inheritance column values','','','','','','assigninheritancevalues','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291410,160961,'__toString','returns a string representation of this object','','','','','','tostring','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291411,160961,'postSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291412,160961,'fromArray','Import data from a php array','','$array, $deep = true','','','','fromarray','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291413,160961,'errorStack','errorStack assigns / returns record errorStack','','(Doctrine_Validator_ErrorStack) $stack = null','','returns returns the errorStack associated with this record','','errorstack','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291414,160961,'load','load Loads all the uninitialized properties from the database.','Used to move a record from PROXY to CLEAN/DIRTY state.','$data = array()','','','boolean','load','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291415,160961,'getReferences','','','','','returns all references','array','getreferences','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291416,160961,'serialize','serialize this method is automatically called when this Doctrine_Record is\nserialized','','','','','array','serialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291417,160961,'getOid','getOid returns the object identifier','','','','','integer','getoid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291418,160961,'preUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','preupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291419,160961,'getTable','getTable returns the table object for this record','','','','returns a Doctrine_Table object','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291420,160961,'hydrate','hydrate hydrates this object from given array','','$data, $overwriteLocalChanges = true','','','boolean','hydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291421,160961,'postValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure.','','$event','','','','postvalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291422,160961,'_set','','','$fieldName, $value, $load = true','','','','set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291423,160961,'hasReference','hasRefence','','$name','','','boolean','hasreference','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291424,160961,'delete','deletes this data access object and all the related composites this\noperation is isolated by a transaction','this event can be listened by the onPreDelete and onDelete listeners','$conn = null','','returns true on success, false on failure','boolean','delete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291425,160961,'preSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','presave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291426,160961,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','getincremented','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291427,160961,'getPendingDeletes','','','','','returns Array of Doctrine_Records instances which need to be deleted on save','array','getpendingdeletes','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291428,160961,'getErrorStack','','','','','returns returns the errorStack associated with this record','','geterrorstack','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291429,160961,'mapValue','mapValue This simple method is used for mapping values to $values\nproperty.','Usually this method is used internally by Doctrine for the mapping of aggregate values.','$name, $value','','','','mapvalue','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291430,160961,'reference','','','$name','','','','reference','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291431,160961,'unlink','unlink removes links from this record to given records if no ids are\ngiven, it removes all links','','$alias, $ids = array()','','returns this object','','unlink','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291432,160961,'assignIdentifier','','','$id = false','','','','assignidentifier','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291433,160961,'link','link creates links from this record to given records','','$alias, $ids','','returns this object','','link','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291434,160961,'synchronizeWithArray','Synchronizes a Doctrine_Record and its relations with data from an array','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array, $deep = true','','','','synchronizewitharray','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291435,160961,'construct','construct Empty template method to provide concrete Record classes with\nthe possibility to hook into the constructor procedure','','','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291436,160961,'getPrepared','','returns an array of modified fields and values with data preparation adds column aggregation inheritance and converts Records into primary key values','$array = array()','','','array','getprepared','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291437,160961,'preDqlSelect','Empty template method to provide Record classes with the ability to alter\nDQL select','queries at runtime','$event','','','','predqlselect','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291438,160961,'__call','__call this method is a magic method that is being used for method\noverloading','the function of this method is to try to find given method from the templates this record is using and if it finds given method it will execute it\nSo, in sense, this method replicates the usage of mixins (as seen in some programming languages)','$method, $args','','returns the return value of the given method','mixed','call','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291439,160961,'getModified','returns an array of modified fields and associated values','','','','','array','getmodified','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291440,160962,'hasColumns','','','$definitions','','','','hascolumns','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291441,160962,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291442,160962,'setUp','','','','','','','setup','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291443,160962,'setAttribute','','','$attr, $value','','','','setattribute','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291444,160962,'getListener','','','','','','','getlistener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291445,160962,'hasMany','hasMany binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns this object','','hasmany','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291446,160962,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291447,160962,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291448,160962,'hasColumn','hasColumn sets a column definition','','$name, $type, $length = null, $options = ""','','','','hascolumn','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291449,160962,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','setlistener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291450,160962,'setInheritanceMap','','','$map','','','','setinheritancemap','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291451,160962,'setSubclasses','','','$map','','','','setsubclasses','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291452,160962,'loadGenerator','','','$generator','','','','loadgenerator','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291453,160962,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','addlistener','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291454,160962,'actAs','actAs loads the given plugin','','$tpl, $options = array()','','','','actas','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291455,160962,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291456,160962,'getTable','getTable returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291457,160962,'check','check adds a check constraint','','$constraint, $name = null','','returns this object','','check','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291458,160962,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291459,160962,'hasOne','hasOne binds One-to-One aggregate relation','','$componentName, $options','','returns this object','','hasone','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291460,160962,'setTableName','','','$tableName','','','','settablename','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291461,160963,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291462,160963,'setTable','','','$table','','','','settable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291463,160963,'getTable','','','','','','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291464,160963,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291465,160964,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291466,160964,'__construct','','','$aliases','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291467,160964,'init','','','','','','','init','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291468,160964,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291469,160965,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291470,160965,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291471,160966,'__construct','constructor','','$record','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291472,160966,'initNullObject','','','$null','','','','initnullobject','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291473,160966,'current','','','','','','mixed','current','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291474,160967,'preDelete','','','$event','','','','predelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291475,160967,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291476,160967,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291477,160967,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291478,160967,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291479,160967,'postInsert','','','$event','','','','postinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291480,160967,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291481,160967,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291482,160967,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291483,160967,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291484,160967,'postSave','','','$event','','','','postsave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291485,160967,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291486,160967,'postDelete','','','$event','','','','postdelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291487,160967,'preInsert','','','$event','','','','preinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291488,160967,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291489,160967,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291490,160967,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291491,160967,'preSave','','','$event','','','','presave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291492,160967,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291493,160968,'preDelete','','','$event','','','','predelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291494,160968,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291495,160968,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291496,160968,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291497,160968,'set','','','$key, (Doctrine_Record_Listener) $listener','','returns this object','','set','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291498,160968,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291499,160968,'postInsert','','','$event','','','','postinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291500,160968,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291501,160968,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291502,160968,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291503,160968,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291504,160968,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291505,160968,'postSave','','','$event','','','','postsave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291506,160968,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291507,160968,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291508,160968,'postDelete','','','$event','','','','postdelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291509,160968,'preInsert','','','$event','','','','preinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291510,160968,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291511,160968,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291512,160968,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291513,160968,'preSave','','','$event','','','','presave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291514,160968,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291515,160969,'preDelete','','','$event','','','','predelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291516,160969,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291517,160969,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291518,160969,'postInsert','','','$event','','','','postinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291519,160969,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291520,160969,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291521,160969,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291522,160969,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291523,160969,'postSave','','','$event','','','','postsave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291524,160969,'postDelete','','','$event','','','','postdelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291525,160969,'preInsert','','','$event','','','','preinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291526,160969,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291527,160969,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291528,160969,'preSave','','','$event','','','','presave','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291529,160970,'getRelationDql','','','$count','','','string','getrelationdql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291530,160970,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291531,160970,'getForeignFieldName','getLocalFieldName','returns the field name of the foreign column','','','','','getforeignfieldname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291532,160970,'getLocalFieldName','','returns the field name of the local column','','','','','getlocalfieldname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291533,160970,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','isonetoone','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291534,160970,'getClass','getClass returns the name of the related class','','','','','','getclass','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291535,160970,'offsetExists','','','$offset','','','','offsetexists','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291536,160970,'offsetGet','','','$offset','','','','offsetget','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291537,160970,'toArray','','','','','','array','toarray','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291538,160970,'getLocalColumnName','getLocalColumnName returns the column name of the local column','','','','','string','getlocalcolumnname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291539,160970,'__construct','constructor','','$definition','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291540,160970,'getForeignColumnName','getForeignColumnName returns the column name of the foreign column','','','','','string','getforeigncolumnname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291541,160970,'isEqual','','','','','','','isequal','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291542,160970,'offsetSet','','','$offset, $value','','','','offsetset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291543,160970,'isDeferrable','','','','','','','isdeferrable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291544,160970,'offsetUnset','','','$offset','','','','offsetunset','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291545,160970,'__toString','','','','','','string','tostring','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291546,160970,'getAlias','getAlias returns the relation alias','','','','','string','getalias','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291547,160970,'getTable','getTable returns the foreign table object','','','','','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291548,160970,'getType','getType returns the relation type, either 0 or 1','','','','','integer','gettype','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291549,160970,'isDeferred','','','','','','','isdeferred','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291550,160970,'isCascadeDelete','Checks whether this relation cascades deletions to the related objects on\nthe application level.','','','','','boolean','iscascadedelete','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291551,160970,'getLocal','getLocal returns the name of the local column','','','','','string','getlocal','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291552,160970,'getForeign','getForeign returns the name of the foreignkey column where the localkey\ncolumn is pointing at','','','','','string','getforeign','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291553,160970,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','hasconstraint','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291554,160971,'getLocalRefColumnName','','returns the column name of the local reference column','','','','','getlocalrefcolumnname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291555,160971,'getAssociationFactory','','','','','','','getassociationfactory','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291556,160971,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291557,160971,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291558,160971,'getAssociationTable','','','','','','','getassociationtable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291559,160971,'getLocalRefFieldName','','returns the field name of the local reference column','','','','','getlocalreffieldname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291560,160971,'getForeignRefColumnName','','returns the column name of the foreign reference column','','','','','getforeignrefcolumnname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291561,160971,'getForeignRefFieldName','','returns the field name of the foreign reference column','','','','','getforeignreffieldname','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291562,160972,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291563,160972,'fetchRelatedFor','','','$record','','','','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291564,160973,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291565,160973,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291566,160974,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291567,160974,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291568,160975,'fetchRelatedFor','getRelationDql','','$record, $count','','','string','fetchrelatedfor','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291569,160976,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291570,160976,'completeDefinition','Completes the given definition','','$def','','returns completed definition array','array','completedefinition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291571,160976,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','getimpl','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291572,160976,'getRelation','','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291573,160976,'completeAssocDefinition','Completes the given association definition','','$def','','returns completed definition array','array','completeassocdefinition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291574,160976,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','$table','','','','getidentifiers','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291575,160976,'__construct','constructor','','$table','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291576,160976,'hasRelation','Check if a relation alias exists','','$name','','','boolean','hasrelation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291577,160976,'getPendingRelation','','','$name','','returns an array defining a pending relation','array','getpendingrelation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291578,160976,'getTable','','','','','returns the table object this parser belongs to','','gettable','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291579,160976,'getPendingRelations','','','','','returns an array containing all the pending relations','array','getpendingrelations','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291580,160976,'getRelations','getRelations returns an array containing all relation objects','','','','returns an array of Doctrine_Relation objects','array','getrelations','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291581,160976,'guessColumns','','','$classes, $foreignTable','','returns an array of column names','array','guesscolumns','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291582,160976,'unsetPendingRelations','unsetPendingRelations Removes a relation. Warning: this only affects\npending relations','','$name','','','','unsetpendingrelations','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291583,160977,'analyze','','','$text','','','','analyze','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291584,160977,'setTableDefinition','buildDefinition','','','','','','settabledefinition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291585,160977,'updateIndex','updateIndex updates the index','','$data, (Doctrine_Record) $record','','','integer','updateindex','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291586,160977,'__construct','','','$options','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291587,160977,'readTableData','','','$limit = null, $offset = null','','returns The collection of results','','readtabledata','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291588,160977,'search','Searchable keyword search','','$string, (Doctrine_Query) $query = null','','returns The Doctrine_Collection or array of ids and relevancy','mixed','search','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291589,160977,'batchUpdateIndex','','','$limit = null, $offset = null','','','','batchupdateindex','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291590,160978,'analyze','','','$text','','','','analyze','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291591,160979,'analyze','','','$text','','','','analyze','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291592,160980,'analyze','','','$text','','','','analyze','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291593,160981,'buildRelation','','','','','','','buildrelation','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291594,160981,'indexDirectory','indexes given directory','','$dir','','','','indexdirectory','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291595,160981,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291596,160982,'indexDirectory','','','$dir','','','','indexdirectory','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291597,160983,'add','','','$dir','','','','add','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291598,160984,'postInsert','','','$event','','','','postinsert','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291599,160984,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291600,160984,'__construct','','','$search','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291601,160984,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291602,160985,'parse','','','$file','','','','parse','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291603,160986,'query','','','$text, $includeRelevance = true','','','','query','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291604,160986,'parseClause','','','$originalClause, $recursive = false','','','','parseclause','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291605,160986,'getSql','','','','','','','getsql','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291606,160986,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291607,160986,'isExpression','','','$term','','','','isexpression','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291608,160986,'getParams','','','','','','','getparams','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291609,160986,'parseWord','','','$word','','','','parseword','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291610,160986,'parseTerm','','','$term','','','','parseterm','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291611,160986,'getWords','','','','','','','getwords','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291612,160987,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291613,160987,'setUp','','','','','','','setup','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291614,160988,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291615,160988,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291616,160988,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291617,160989,'lastInsertId','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\ncolumn.','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws Doctrine_Adapter_Db2_Exception','','integer','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291618,160989,'lastSequenceId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws Doctrine_Adapter_Db2_Exception','','integer','lastsequenceid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291619,160989,'nextSequenceId','Generate a new value from the specified sequence in the database, and\nreturn it.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws Doctrine_Adapter_Db2_Exception','','integer','nextsequenceid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291620,160990,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291621,160990,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291622,160990,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291623,160991,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291624,160991,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns The value if the table exists or not','bool','checksequence','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291625,160991,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291626,160991,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291627,160992,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291628,160992,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291629,160992,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291630,160993,'lastInsertID','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291631,160993,'currID','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291632,160993,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291633,160994,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns the autoincremented id','integer','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291634,160994,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291635,160994,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291636,160995,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291637,160995,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291638,160995,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291639,160996,'YAMLLoad','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array. Pretty simple. Usage:
load(\'lucky.yaml\');\n pr','$input','','','array','load','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291642,160996,'YAMLDump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as nothing.yaml and pass it around.\nOh, and you can decide how big the indent is and what the ','$array, $indent = false, $wordwrap = false','','','string','yamldump','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291643,160996,'_linkRef','','','[[[amp]]]$n, $key, $k = NULL, $v = NULL','','','','linkref','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291644,160997,'__construct','The constructor assigns the node a unique ID.','','$nodeId','','','','construct','2009-11-12 03:12:50','2009-11-12 03:12:50'),(1291645,160998,'getData','returns internal data, used by Doctrine_Record instances when retrieving\ndata from database','','','','','array','getdata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291646,160998,'getColumnDefinition','','','$columnName','','','','getcolumndefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291647,160998,'isTree','','determine if table acts as tree','','','returns if tree return true, otherwise returns false','mixed','istree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291648,160998,'getBoundQueryPart','','','$queryPart','','','string','getboundquerypart','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291649,160998,'getIdentifier','','','','','','mixed','getidentifier','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291650,160998,'getOptions','getOptions returns all options of this table and the associated values','','','','returns all options and their values','array','getoptions','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291651,160998,'findByDql','findByDql finds records with given DQL where clause returns a collection\nof records','','$dql, $params = array(), $hydrationMode = null','','','','findbydql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291652,160998,'removeRecord','removeRecord removes a record from the identity map, returning true if the\nrecord was found and removed and false if the record wasn't found.','','$record','','','boolean','removerecord','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291653,160998,'isIdentifierAutoincrement','Checks whether a field identifier is of type autoincrement','','','','returns TRUE if the identifier is autoincrement FALSE otherwise','boolean','isidentifierautoincrement','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291654,160998,'getColumnCount','','','','','returns the number of columns in this table','integer','getcolumncount','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291655,160998,'getGenerator','Get generator instance for a passed name','','$generator','','','','getgenerator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291656,160998,'__get','__get an alias for getOption','','$option','','','','get','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291657,160998,'isIdentifierComposite','Checks whether a field identifier is a composite key.','','','','returns TRUE if the identifier is a composite key, FALSE otherwise','boolean','isidentifiercomposite','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291658,160998,'initIdentifier','Initializes the table identifier(s)/primary key(s)','','','','','','initidentifier','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291659,160998,'executeOne','executeOne fetches data using the provided queryKey and the associated\nquery in the query registry','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns the fetched data','mixed','executeone','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291660,160998,'getTemplate','','','$template','','','','gettemplate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291661,160998,'findBySql','findBySql finds records with given SQL where clause returns a collection\nof records','','$dql, $params = array(), $hydrationMode = null','','','','findbysql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291662,160998,'bind','DESCRIBE WHAT THIS METHOD DOES, PLEASE!','','$args, $type','','','','bind','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291663,160998,'getRelationParser','getRelationParser return the relation parser associated with this table','','','','returns relation parser object','','getrelationparser','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291664,160998,'getFieldValidators','Gets the names of all validators that are applied on a field.','','$fieldName','','returns The names of all validators that are applied on the specified field.','array','getfieldvalidators','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291665,160998,'getTypeOf','','','$fieldName','','returns string on success, false on failure','mixed','gettypeof','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291666,160998,'getRecordInstance','Gets the record instance for this table. The Doctrine_Table instance always\nholds at least one instance of a model so that it can be reused for\nseveral things, but primarily it is first used to instantiate all the\ninternal in memory meta data','','','','returns instance of the record','object Empty','getrecordinstance','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291667,160998,'findAll','findAll returns a collection of records','','$hydrationMode = null','','','','findall','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291668,160998,'getFieldLength','Gets the (maximum) length of a field.','','$fieldName','','','','getfieldlength','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291669,160998,'validateField','','','$fieldName, $value, $record = null, $name','','','','validatefield','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291670,160998,'setData','setData doctrine uses this function internally users are strongly\ndiscouraged to use this function','','$data','','','','setdata','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291671,160998,'getRelation','','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291672,160998,'setMethodOwner','','','$method, $class','','','','setmethodowner','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291673,160998,'find','finds a record by its identifier','','$name, $params, $hydrationMode','','returns Doctrine_Collection, array, Doctrine_Record or false if no result','mixed','find','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291674,160998,'hasTemplate','Check if the table has a template name','','$template','','','boolean','hastemplate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291675,160998,'getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name']','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291676,160998,'execute','execute fetches data using the provided queryKey and the associated query\nin the query registry','if no query for given queryKey is being found a Doctrine_Query_Registry exception is being thrown','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','','returns the fetched data','mixed','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291677,160998,'getConnection','returns the connection associated with this table (if any)','','','','returns the connection object','','getconnection','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291678,160998,'getTemplates','getTemplates returns all templates attached to this table','','','','returns an array containing all templates','array','gettemplates','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291679,160998,'getColumns','returns all columns and their definitions','','','','','array','getcolumns','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291680,160998,'getTypeOfColumn','','','$columnName','','returns The column type or FALSE if the type cant be determined.','mixed','gettypeofcolumn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291681,160998,'clear','clear clears the first level cache (identityMap)','','','','','','clear','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291682,160998,'setConnection','sets the connection for this class','','$conn','','returns this object','','setconnection','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291683,160998,'getIdentifierColumnNames','returns an array with all the identifier column names.','','','','','array','getidentifiercolumnnames','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291684,160998,'getQueryObject','','','','','returns a Doctrine_Query object','','getqueryobject','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291685,160998,'getFilters','','','','','','array','getfilters','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291686,160998,'isInheritedColumn','Checks whether a column is inherited from a component further up in the\nhierarchy.','','($columnName) $columnName','','returns TRUE if column is inherited, FALSE otherwise.','boolean','isinheritedcolumn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291687,160998,'setOption','setOption sets an option and returns this object in order to allow\nflexible method chaining','','$name, $value','','returns this object','','setoption','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291688,160998,'setOptions','','','$options','','','','setoptions','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291689,160998,'getFieldName','getColumnAlias','returns a column alias for a column name if no alias can be found the column name is returned.','$columnName','','returns column alias','string','getfieldname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291690,160998,'getFieldNames','returns an array containing all the field names.','','','','','array','getfieldnames','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291691,160998,'createNamedQuery','creates a named query in the query registry','','($queryKey) $queryKey','','','','createnamedquery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291692,160998,'addTemplate','Add template to the table','','$template, $impl','','','','addtemplate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291693,160998,'export','export exports this table to database based on column and option\ndefinitions','','','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','export','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291694,160998,'isIdentifier','Checks whether a field is part of the table identifier/primary key\nfield(s).','','$fieldName','','returns TRUE if the field is part of the table identifier/primary key field(s), FALSE otherwise.','boolean','isidentifier','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291695,160998,'__construct','the constructor','','$name, $conn, $initDefinition = false','throws Doctrine_Connection_Exception if there are no opened connections','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291696,160998,'getOption','getOption returns the value of given option','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291697,160998,'getColumnName','','returns a column name for column alias if the actual name for the alias cannot be found this method returns the given alias','$fieldName, $alias','','returns column name','string','getcolumnname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291698,160998,'count','','','','','','integer','count','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291699,160998,'hasColumn','','','$columnName','','','boolean','hascolumn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291700,160998,'getColumnNames','returns an array containing all the column names.','','$fieldNames = null','','','array','getcolumnnames','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291701,160998,'initDefinition','Initializes the in-memory table definition.','','$name','','','','initdefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291702,160998,'getEnumValues','','','$fieldName','','','array','getenumvalues','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291703,160998,'unshiftFilter','','','$filter','','','object','unshiftfilter','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291704,160998,'getColumnOwner','Gets the owner of a column.','The owner of a column is the name of the component in a hierarchy that defines the column.','$columnName','','returns The name of the owning/defining component','string','getcolumnowner','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291705,160998,'addForeignKey','','adds a foreignKey to this table','$definition','','','','addforeignkey','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291706,160998,'getTree','','getter for associated tree','','','returns if tree return instance of Doctrine_Tree, otherwise returns false','mixed','gettree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291707,160998,'addRecord','addRecord adds a record to identity map','','$record','','','boolean','addrecord','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291708,160998,'bindQueryPart','bindQueryPart binds given value to given query part','','$queryPart, $value','','returns this object','','bindquerypart','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291709,160998,'addGenerator','Add a generate to the table instance','','$generator, $name = null','','','','addgenerator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291710,160998,'hasRelation','','','$alias','','returns true if the relation exists otherwise false','boolean','hasrelation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291711,160998,'prepareValue','prepareValue this method performs special data preparation depending on \nthe type of the given column','\n - \n\n
It unserializes array and object typed columns
- \n\n
Uncompresses gzip typed columns
- \n\n
Gets the appropriate enum values for enum typed columns
Initializes special null object pointer for null','$fieldName, $value, $typeHint = null, $field','throws Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns prepared value','mixed','preparevalue','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291712,160998,'__isset','','','$option','','','','isset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291713,160998,'removeColumn','Removes the passed field name from the table schema information','','$fieldName','','','boolean','removecolumn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291714,160998,'getRecord','getRecord first checks if record exists in identityMap, if not returns a\nnew record','','','','','','getrecord','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291715,160998,'findOneBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','findoneby','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291716,160998,'__toString','returns a string representation of this object','','','','','string','tostring','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291717,160998,'getGenerators','Get all the generators for the table','','','','','array','getgenerators','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291718,160998,'applyInheritance','','','($where) $where','','returns query where part with column aggregation inheritance added','string','applyinheritance','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291719,160998,'findBy','','','$fieldName, $value, $hydrationMode = null, $column','','','','findby','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291720,160998,'enumIndex','','','$fieldName, $value, $field','','','mixed','enumindex','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291721,160998,'addNamedQuery','adds a named query in the query registry','','($queryKey) $queryKey, ($query) $query','','','','addnamedquery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291722,160998,'getComponentName','','','','','','','getcomponentname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291723,160998,'_resolveFindByFieldName','Resolve the passed find by field name to the appropriate field name','regardless of whether the user passes a column name, field name, or a Doctrine_Inflector::classified() version of their column name. It will be inflected with Doctrine_Inflector::tableize() to get the column or field name','$name','','','string','resolvefindbyfieldname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291724,160998,'enumValue','','','$fieldName, $index, $field','','','mixed','enumvalue','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291725,160998,'setColumn','','','$name, $type, $length = null, $options = array(), $prepend = false','throws Doctrine_Table_Exception if trying use wrongly typed parameter','','','setcolumn','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291726,160998,'create','creates a new record','','$array = array()','','returns the created record object','','create','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291727,160998,'setColumns','','','$definitions','','','','setcolumns','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291728,160998,'getTableName','','','','','','','gettablename','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291729,160998,'addCheckConstraint','','adds a check constraint to this table','$definition, $name','','','','addcheckconstraint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291730,160998,'getDefinitionOf','','','$fieldName','','returns array on success, false on failure','mixed','getdefinitionof','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291731,160998,'getRepository','','','','','','','getrepository','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291732,160998,'getIndex','','','$index','','returns array on success, FALSE on failure','array|boolean','getindex','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291733,160998,'getExportableFormat','getExportableFormat returns exportable presentation of this object','','$parseForeignKeys = true','','','array','getexportableformat','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291734,160998,'getProxy','','','($id) $id = null','throws Doctrine_Find_Exception','','','getproxy','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291735,160998,'getIdentifierType','','','','','','integer','getidentifiertype','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291736,160998,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291737,160998,'hasGenerator','Check if a generator name exists','','$generator','','','','hasgenerator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291738,160998,'hasField','','','$fieldName','','','boolean','hasfield','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291739,160998,'getRelations','getRelations returns an array containing all relation objects','','','','returns an array of Doctrine_Relation objects','array','getrelations','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291740,160998,'hasDefaultValues','hasDefaultValues returns true if this table has default values, otherwise\nfalse','','','','','boolean','hasdefaultvalues','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291741,160998,'_checkForeignKeyExists','Check if a foreign definition already exists in the fks array for a \nforeign table, local and foreign key','','$def, $foreignKeys','','returns Whether or not the foreign key was found','boolean','checkforeignkeyexists','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291742,160998,'getDefaultValueOf','getDefaultValueOf returns the default value(if any) for given column','','$fieldName','','','mixed','getdefaultvalueof','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291743,160998,'setTableName','','','$tableName','','','','settablename','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291744,160998,'addIndex','','adds an index to this table','$index, $definition','','','','addindex','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291745,160998,'construct','construct Empty template method to provide concrete Table classes with the\npossibility to hook into the constructor procedure','','','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291746,160998,'createQuery','createQuery creates a new Doctrine_Query object and adds the component\nname of this table as the query 'from' part','','$alias = ''','','','','createquery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291747,160998,'__call','','Adds support for magic finders. findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','','','call','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291748,160998,'getMethodOwner','','','$method','','','','getmethodowner','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291749,160999,'__construct','','','$message','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291750,161000,'get','','','$oid','throws Doctrine_Table_Repository_Exception','','','get','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291751,161000,'evictAll','','','','','returns number of records evicted','integer','evictall','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291752,161000,'loadAll','','','','','','','loadall','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291753,161000,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291754,161000,'contains','','','$oid','','','','contains','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291755,161000,'__construct','constructor','','$table','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291756,161000,'count','','Doctrine_Registry implements interface Countable','','','returns the number of records this registry has','integer','count','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291757,161000,'add','','','$record','','','boolean','add','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291758,161000,'evict','','','$oid','','returns whether ot not the operation was successful','boolean','evict','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291759,161000,'getTable','','','','','','','gettable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291760,161001,'getTaskName','','','','','','string','gettaskname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291761,161001,'getOptionalArguments','','','','','','array','getoptionalarguments','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291762,161001,'getRequiredArgumentsDescriptions','','','','','','array','getrequiredargumentsdescriptions','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291763,161001,'execute','','Override with each task class','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291764,161001,'ask','','','','','','','ask','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291765,161001,'notify','','','$notification = null','','','','notify','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291766,161001,'getRequiredArguments','','','','','','array','getrequiredarguments','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291767,161001,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291768,161001,'getDescription','','','','','','string','getdescription','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291769,161001,'validate','','Validates that all required fields are present','','','returns true','bool','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291770,161001,'addArgument','','','$name, $value','','','','addargument','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291771,161001,'getOptionalArgumentsDescriptions','','','','','','array','getoptionalargumentsdescriptions','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291772,161001,'getArguments','','','','','','array','getarguments','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291773,161001,'setArguments','','','$args','','','','setarguments','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291774,161001,'getArgument','','','$name, $default = null','','','mixed','getargument','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291775,161002,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291776,161002,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291777,161003,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291778,161003,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291779,161004,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291780,161004,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291781,161005,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291782,161006,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291783,161007,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291784,161008,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291785,161008,'_printResults','','','$array','','','','printresults','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291786,161009,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291787,161010,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291788,161011,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291789,161012,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291790,161013,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291791,161014,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291792,161015,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291793,161016,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291794,161017,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291795,161018,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291796,161019,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291797,161020,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291798,161021,'execute','','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291799,161021,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291800,161022,'addChild','Adds a plugin as a child to this plugin','','$template','','returns Chainable.','Doctrine_Template.','addchild','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291801,161022,'getInvoker','returns the last used invoker','','','','returns the record that invoked the last delegated call','','getinvoker','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291802,161022,'setTableDefinition','Blank method for template table definition','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291803,161022,'set','','','$name, $value','','','','set','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291804,161022,'setUp','Blank method for template setup','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291805,161022,'setInvoker','sets the last used invoker','','$invoker','','returns this object','','setinvoker','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291806,161022,'get','','','$name','','','','get','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291807,161022,'getPlugin','Get plugin instance','','','','','','getplugin','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291808,161022,'setTable','Set the table object that this Template belongs to','','$table','','','','settable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291809,161022,'getTable','returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291810,161023,'setTableDefinition','Set table definition for Geographical behavior','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291811,161023,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291812,161023,'getDistanceQuery','Initiate and get a distance query with the select parts for the number of\nkilometers and miles between this record and other zipcode records in the\ndatabase','','','','','','getdistancequery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291813,161023,'getDistance','Get distance between this record and another','','$record, $kilometers = false, $Doctrine_Record','','','integer','getdistance','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291814,161024,'setUp','Initialize the I18n plugin for the template','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291815,161024,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291816,161024,'getI18n','Get the plugin instance for the I18n template','','','','','','geti18n','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291817,161025,'getUniqueSlug','Creates a unique slug for a given Doctrine_Record. This function enforces\nthe uniqueness by incrementing the values with a postfix if the slug is\nnot unique','','(Doctrine_Record) $record, $slugFromFields','','','string','getuniqueslug','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291818,161025,'buildSlugFromSlugField','Generate the slug for a given Doctrine_Record slug field','','(Doctrine_Record) $record','','','string','buildslugfromslugfield','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291819,161025,'__construct','','','$options, $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291820,161025,'preInsert','Set the slug value automatically when a record is inserted','','$event','','','','preinsert','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291821,161025,'preUpdate','Set the slug value automatically when a record is updated if the options\nare configured to allow it','','$event','','','','preupdate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291822,161025,'buildSlugFromFields','Generate the slug for a given Doctrine_Record based on the configured\noptions','','(Doctrine_Record) $record','','','string','buildslugfromfields','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291823,161026,'preDelete','Skip the normal delete options so we can override it with our own','','$event','','','','predelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291824,161026,'preDqlDelete','Implement preDqlDelete() hook and modify a dql delete query so it updates\nthe deleted flag instead of deleting the record','','$event','','','','predqldelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291825,161026,'__construct','','','$options','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291826,161026,'postDelete','Implement postDelete() hook and set the deleted flag to true','','$event','','','','postdelete','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291827,161026,'preDqlSelect','Implement preDqlSelect() hook and add the deleted flag to all queries for\nwhich this model is being used in.','','$event','','','','predqlselect','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291828,161027,'preDqlUpdate','Set the updated field for dql update queries','','$event, (Doctrine_Event) $evet','','','','predqlupdate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291829,161027,'__construct','','','$options','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291830,161027,'preInsert','Set the created and updated Timestampable columns when a record is inserted','','$event','','','','preinsert','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291831,161027,'getTimestamp','Gets the timestamp in the correct format based on the way the behavior is\nconfigured','','$type','','','','gettimestamp','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291832,161027,'preUpdate','Set updated Timestampable column when a record is updated','','$event, (Doctrine_Event) $evet','','','','preupdate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291833,161028,'setTableDefinition','Call set table definition for the NestedSet behavior','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291834,161028,'setUp','Set up NestedSet template','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291835,161028,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291836,161029,'batchUpdateIndexTableProxy','Proxy method so the batch updating can be called from table classes','','$limit = null, $offset = null','','','','batchupdateindextableproxy','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291837,161029,'setUp','Setup the Searchable template behavior','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291838,161029,'__construct','','','$options = array()','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291839,161029,'searchTableProxy','Searchable keyword search proxy for Doctrine_Table','','$string, (Doctrine_Query) $query = null','','returns The Doctrine_Collection or array of ids and relevancy','mixed','searchtableproxy','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291840,161029,'batchUpdateIndex','Make the batchUpdateIndex() function available to the template so\nDoctrine_Record child classes with the behavior enabled can all the\nfunction','','$limit = null, $offset = null','','','','batchupdateindex','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291841,161030,'setTableDefinition','Set table definition for Sluggable behavior','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291842,161030,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291843,161031,'setTableDefinition','Set table definition for SoftDelete behavior','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291844,161031,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291845,161031,'getOption','','','$name','','','','getoption','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291846,161032,'setTableDefinition','Set table definition for Timestampable behavior','','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291847,161032,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291848,161033,'revert','revert reverts this record to given version, this method only works if\nversioning plugin is enabled','','$version','throws Doctrine_Record_Exception if given version does not exist','returns this object','','revert','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291849,161033,'setUp','Setup the Versionable behavior for the template','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291850,161033,'__construct','','','$options = array()','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291851,161033,'getAuditLog','Get plugin for Versionable template','','','','','','getauditlog','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291852,161034,'beginInternalTransaction','Initiates a transaction.','This method must only be used by Doctrine itself to initiate transactions. Userland-code must use
\nbeginTransaction .','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291853,161034,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291854,161034,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291855,161034,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291856,161034,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','$coll','','returns this object','','addcollection','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291857,161034,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291858,161034,'addInvalid','addInvalid adds record into invalid records list','','$record','','returns false if record already existed in invalid records list, otherwise true','boolean','addinvalid','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291859,161034,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291860,161034,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291861,161034,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291862,161034,'getState','getState returns the state of this transaction module.','','','','returns the connection state','integer','getstate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291863,161034,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291864,161034,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nThis method should only be used by userland-code to initiate transactions. To initiate a transaction from inside Doctrine use throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291865,161034,'getInvalid','Return the invalid records','','','','returns An array of invalid records','array','getinvalid','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291866,161034,'commit','Commit the database changes done during a transaction that is in progress\nor release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291867,161034,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291868,161034,'getInternalTransactionLevel','','','','','','','getinternaltransactionlevel','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291869,161034,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws PDOException if something fails at the PDO level','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291870,161035,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291871,161035,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291872,161035,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291873,161035,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291874,161036,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291875,161036,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291876,161036,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291877,161036,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291878,161037,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291879,161037,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291880,161037,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291881,161037,'setIsolation','Set the transacton isolation level.','','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291882,161037,'getIsolation','getTransactionIsolation','','','','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291883,161038,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291884,161038,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291885,161038,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291886,161038,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291887,161039,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291888,161039,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291889,161039,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291890,161039,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291891,161040,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291892,161041,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws Doctrine_Tree_Exception if table attributes have not been defined','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291893,161041,'factory','factory method to return tree instance based upon chosen implementation','','$table, $implName, $options = array(), $impName','throws Doctrine_Exception if class does not extend Doctrine_Tree','returns instance of Doctrine_Node','object','factory','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291894,161041,'setUp','this method is used for setting up relations and attributes and should be\nused by specific implementations','','','','','','setup','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291895,161041,'setAttribute','sets tree attribute value','','$name, $value','','','','setattribute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291896,161041,'getAttribute','gets tree attribute value','','$name','','','','getattribute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291897,161041,'__construct','constructor, creates tree with reference to table and any options','','$table, $options','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291898,161041,'getBaseComponent','Returns the base tree component.','','','','','','getbasecomponent','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291899,161042,'fetchTree','optimised method to returns iterator for traversal of the entire tree from\nroot','','$options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','object','fetchtree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291900,161042,'createRoot','creates root node from given record or from a new record','','$record = null','','','','createroot','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291901,161042,'findRoot','returns root node','','$root_id = 1','','returns instance of Doctrine_Record','object','findroot','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291902,161042,'fetchBranch','optimised method that returns iterator for traversal of the tree from the\ngiven record primary key','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetchbranch','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291903,161043,'fetchTree','Fetches a tree.','','$options = array(), $hydrationMode = null, $fetchmode','','returns The tree or FALSE if the tree could not be found.','mixed','fetchtree','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291904,161043,'getNextRootId','calculates the next available root id','','','','','integer','getnextrootid','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291905,161043,'getMaxRootId','calculates the current max root id','','','','','integer','getmaxrootid','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291906,161043,'fetchRoots','Fetches all root nodes. If the tree has only one root this is the same as \nfetchRoot().','','','','returns The root nodes.','mixed','fetchroots','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291907,161043,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','settabledefinition','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291908,161043,'getBaseAlias','Enter description here...','','','','','','getbasealias','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291909,161043,'resetBaseQuery','Enter description here...','','','','','','resetbasequery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291910,161043,'setBaseQuery','Enter description here...','','$query','','','','setbasequery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291911,161043,'createRoot','Creates root node from given record or from a new record.','Note: When using a tree with multiple root nodes (hasManyRoots), you MUST pass in a record to use as the root. This can either be a new/transient record that already has the root id column set to some numeric value OR a persistent record. In the latter ','$record = null','','','','createroot','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291912,161043,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetchroot','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291913,161043,'__construct','constructor, creates tree with reference to table and sets default root\noptions','','$table, $options','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291914,161043,'findRoot','returns root node','','$rootId = 1','','returns instance of Doctrine_Record','object','findroot','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291915,161043,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns The branch or FALSE if the branch could not be found.','mixed','fetchbranch','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291916,161043,'getBaseQuery','Enter description here...','','$options','','','unknown','getbasequery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291917,161043,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','returnquerywithrootid','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291918,161044,'validateRecord','Validates a given record and saves possible errors in\nDoctrine_Validator::$stack','','$record','','','','validaterecord','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291919,161044,'hasErrors','Whether or not errors exist on this validator','','','','returns True/false for whether or not this validate instance has error','boolean','haserrors','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291920,161044,'getStringLength','Get length of passed string. Will use multibyte character functions if they\nexist','','$string','','','integer','getstringlength','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291921,161044,'validateLength','Validates the length of a field.','','$value, $type, $maximumLength','','returns True/false for whether the value passed validation','boolean','validatelength','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291922,161044,'getValidator','Get a validator instance for the passed $name','','$name','','','Doctrine_Validator_Interface','getvalidator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291923,161044,'isValidType','Validate the type of the passed variable','','$var, $type','','','boolean','isvalidtype','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291924,161045,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291925,161045,'getCountries','returns all available country codes','','','','','array','getcountries','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291926,161046,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291927,161047,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291928,161048,'__get','__get an alias for getOption','','$arg','','','','get','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291929,161048,'getArgs','returns all args and their associated values','','','','returns all args as an associative array','array','getargs','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291930,161048,'getArg','returns the value of an argument','','($arg) $arg','','returns the value of the option','mixed','getarg','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291931,161048,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','set','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291932,161048,'__isset','','','$arg','','','','isset','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291933,161048,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','setarg','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291934,161049,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291935,161050,'set','Alias for add()','','$fieldName, $errorCode','','','','set','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291936,161050,'clear','Removes all errors from the stack.','','','','','','clear','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291937,161050,'get','Get errors for field','','$fieldName','','','mixed','get','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291938,161050,'getIterator','Enter description here...','','','','','unknown','getiterator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291939,161050,'getClassname','Get the classname where the errors occured','','','','','string','getclassname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291940,161050,'contains','Check if a field has an error','','$fieldName','','','boolean','contains','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291941,161050,'toArray','','','','','','','toarray','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291942,161050,'__construct','Constructor','','$className','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291943,161050,'count','Count the number of errors','','','','','integer','count','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291944,161050,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291945,161050,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291946,161050,'getValidators','Get array of failed validators','','','','','array','getvalidators','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291947,161051,'getInvalidRecords','','','','','','','getinvalidrecords','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291948,161051,'getIterator','','','','','','','getiterator','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291949,161051,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291950,161051,'count','','','','','','','count','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291951,161051,'inspect','This method will apply the value of the $function variable as a user_func \nto tall errorstack objects in the exception','','$function','','','','inspect','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291952,161052,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291953,161053,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291954,161054,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291955,161055,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291956,161056,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291957,161057,'validate','checks that value isn't blank a value is blank when its either null\nor contains only space characters','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291958,161058,'validate','checks that given value isn't null','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291959,161059,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291960,161060,'validate','checks if value is within given range','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291961,161061,'validate','checks if value has been modified','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291962,161062,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291963,161063,'validate','','checks if given value is a valid time','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291964,161064,'validate','checks if given value is a valid timestamp (YYYY-MM-DD HH:MM:SS)','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291965,161065,'validate','checks if given value is unique','','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291966,161066,'validate','checks if given value is a valid unsigned integer or float','valid values: null, '', 5, '5', 5.9, '5.9' invalid values: -5, '-5', 'five', -5.9, '-5.9', '5.5.5'','$value','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291967,161067,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291968,161067,'getStates','','','','','','','getstates','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291969,161068,'execute','returns a collection of Doctrine_Record objects','','','','','','execute','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291970,161068,'getConnection','returns the connection object','','','','','','getconnection','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291971,161068,'drop','drops this view from the database','','','throws Doctrine_View_Exception','','','drop','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291972,161068,'__construct','constructor','','$query, $viewName','','','','construct','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291973,161068,'getViewDql','Get the view dql string','','','','','string','getviewdql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291974,161068,'getViewSql','Get the view sql string','','','','','string','getviewsql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291975,161068,'getQuery','returns the associated query object','','','','','','getquery','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291976,161068,'getSelectSql','returns the select sql for this view','','','','','string','getselectsql','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291977,161068,'create','creates this view','','','throws Doctrine_View_Exception','','','create','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291978,161068,'getName','returns the name of this view','','','','','string','getname','2009-11-12 03:12:51','2009-11-12 03:12:51'),(1291979,161069,'dump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML.','$array, $inline = 4','','','string','dump','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291980,161069,'load','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array.\nUsage:setIsolation(\'READ UNCOMMITTED\');]]>','$input','','','array','load','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291981,161070,'dump','Dumps a PHP value to YAML.','','$input, $inline, $indent','','returns The YAML representation of the PHP value','string','dump','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291982,161071,'parseQuotedScalar','Parses quotes scalar','','$scalar, [[[amp]]]$i, $i','','returns YAML','string','parsequotedscalar','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291983,161071,'parseSequence','Parse sequence to yaml','','$sequence, [[[amp]]]$i, $i','','returns YAML','string','parsesequence','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291984,161071,'getTimestampRegex','','','','','','','gettimestampregex','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291985,161071,'dump','Dumps PHP array to YAML.','','$value','','returns YAML','string','dump','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291986,161071,'load','Load YAML into a PHP array.','','$value','','returns PHP array','array','load','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291987,161071,'dumpArray','Dumps PHP array to YAML','','$value','','returns YAML','string','dumparray','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291988,161071,'evaluateScalar','Evaluates scalars and replaces magic values.','','$scalar','','returns YAML','string','evaluatescalar','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291989,161071,'parseScalar','Parses scalar to yaml','','(scalar) $scalar, $delimiters = null, $stringDelimiters = array('"', "'"), [[[amp]]]$i, $evaluate = true, $i','','returns YAML','string','parsescalar','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291990,161071,'parseMapping','Parses mapping.','','$mapping, [[[amp]]]$i, $i','','returns YAML','string','parsemapping','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291991,161072,'cleanup','Cleanups a YAML string to be parsed.','','$value','','returns A cleaned up YAML string','string','cleanup','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291992,161072,'isNextLineIndented','Returns true if the next line is indented.','','','','returns Returns true if the next line is indented, false otherwise','Boolean','isnextlineindented','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291993,161072,'parseValue','Parses a YAML value.','','$value','','returns A PHP value','mixed','parsevalue','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291994,161072,'getRealCurrentLineNb','Returns the current line number (takes the offset into account).','','','','returns The current line number','integer','getrealcurrentlinenb','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291995,161072,'getNextEmbedBlock','Returns the next embed block of YAML.','','0','','','','getnextembedblock','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291996,161072,'parseFoldedScalar','Parses a folded scalar.','','$separator, $indicator = '', $indentation','','returns The text value','string','parsefoldedscalar','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291997,161072,'__construct','Constructor','','$offset','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291998,161072,'parse','Parses a YAML string to a PHP value.','','$value','','returns A PHP value','mixed','parse','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1291999,161072,'getCurrentLineIndentation','Returns the current line indentation.','','','','returns The current line indentation','integer','getcurrentlineindentation','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292000,161072,'isCurrentLineBlank','Returns true if the current line is blank.','','','','returns Returns true if the current line is blank, false otherwise','Boolean','iscurrentlineblank','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292001,161072,'moveToPreviousLine','Moves the parser to the previous line.','','','','','','movetopreviousline','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292002,161072,'isCurrentLineComment','Returns true if the current line is a comment line.','','','','returns Returns true if the current line is a comment line, false otherwise','Boolean','iscurrentlinecomment','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292003,161072,'isCurrentLineEmpty','Returns true if the current line is blank or if it is a comment line.','','','','returns Returns true if the current line is empty or if it is a comment line, false otherwise','Boolean','iscurrentlineempty','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292004,161072,'moveToNextLine','Moves the parser to the next line.','','','','','','movetonextline','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292005,161073,'generateYamlFromDb','Generates models from database to temporary location then uses those models\nto generate a yaml schema file.','This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath, $databases = array(), $options = array()','','','','generateyamlfromdb','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292006,161073,'autoload','simple autoload function returns true if the class was loaded, otherwise\nfalse','','$className, $classname','','','boolean','autoload','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292007,161073,'getLoadedModels','Get all the loaded models, you can provide an array of classes or it will\nuse get_declared_classes()','Will filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently loaded Doctrine_Records','(classes) $classes = null','','','array','getloadedmodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292008,161073,'generateSqlFromModels','Generate a sql string to create the tables from all loaded models or the\nmodels found in the passed directory.','','$directory = null','','returns String of sql queries. One query per line','string','generatesqlfrommodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292009,161073,'generateMigrationsFromDb','Generate a set of migration classes from an existing database','','$migrationsPath','throws new Doctrine_Migration_Exception','','','generatemigrationsfromdb','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292010,161073,'loadModel','Load an individual model name and path in to the model loading registry','','$className, $path = null','','','','loadmodel','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292011,161073,'generateModelsFromDb','Method for importing existing schema to Doctrine_Record classes','','$directory, $databases = array(), $options = array()','throws Exception','','boolean','generatemodelsfromdb','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292012,161073,'filterInvalidModels','Filter through an array of classes and return all the classes that are\nvalid models.','This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filterinvalidmodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292013,161073,'loadData','Load data from a yaml fixtures file.','The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','loaddata','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292014,161073,'createTablesFromArray','Creates database tables for the models in the supplied array','','$array','','','','createtablesfromarray','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292015,161073,'initializeModels','Initialize all models so everything is present and loaded in to memory','This will also inheritently initialize any model behaviors and add the models generated by Doctrine generators and add them to the $models array','$models','','','array','initializemodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292016,161073,'createDatabases','Creates databases for connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292017,161073,'__construct','','','','throws Doctrine_Exception','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292018,161073,'dump','dumps a given variable','','$var, $output = true, $indent = ""','','','','dump','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292019,161073,'createTablesFromModels','Creates database tables for the models in the specified directory','','$directory = null','','','','createtablesfrommodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292020,161073,'generateModelsFromYaml','Generate a yaml schema file from an existing directory of models','','$yamlPath, $directory, $options = array()','','','','generatemodelsfromyaml','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292021,161073,'generateMigrationsFromModels','Generate a set of migration classes from an existing set of models','','$migrationsPath, $modelsPath = null, $modelLoading = null','','','','generatemigrationsfrommodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292022,161073,'migrate','Migrate database to specified $to version. Migrates from current to latest\nif you do not specify.','','$migrationsPath, $to = null','throws new Doctrine_Migration_Exception','returns true','bool','migrate','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292023,161073,'generateYamlFromModels','Generate yaml schema file for the models in the specified directory','','$yamlPath, $directory','','','','generateyamlfrommodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292024,161073,'dumpData','Dump data to a yaml fixtures file','','$yamlPath, $individualFiles = false','','','','dumpdata','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292025,161073,'loadModels','Recursively load all models from a directory or array of directories','','$directory, $modelLoading = null','','','','loadmodels','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292026,161073,'getConnectionByTableName','Get the connection object for a table by the actual table name FIXME: I\nthink this method is flawed because a individual connections could have the\nsame table name','','$tableName','','','','getconnectionbytablename','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292027,161073,'generateMigrationClass','Generate new migration class skeleton','','$className, $migrationsPath','','','','generatemigrationclass','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292028,161073,'getPath','Get the root path to Doctrine','','','','','string','getpath','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292029,161073,'getTable','Get the Doctrine_Table object for the passed model','','$componentName','','','','gettable','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292030,161073,'getLoadedModelFiles','Returns an array of all the loaded models and the path where each of them\nexists','','','','','array','getloadedmodelfiles','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292031,161073,'generateMigrationsFromDiff','Generate a set of migration classes by generating differences between two\nsets of schema information','','$migrationsPath, $from, $to','','','array','generatemigrationsfromdiff','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292032,161073,'generateSqlFromArray','Generate a array of sql for the passed array of models','','$array','','','array','generatesqlfromarray','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292033,161073,'debug','Turn on/off the debugging setting','','$bool = null','','','','debug','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292034,161073,'dropDatabases','Drops databases for connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292035,161073,'compile','Method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Exception','','','compile','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292036,161073,'isValidModelClass','Checks if what is passed is a valid Doctrine_Record Will load class in to\nmemory in order to inflect it and find out information about the class','','$class','','','boolean','isvalidmodelclass','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292037,161074,'__get','Get key from data','','$name','','','mixed','get','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292038,161074,'set','Set the offset to the value','','$offset, $value','','','','set','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292039,161074,'offsetExists','Check if an offset axists','','$offset','','returns Whether or not this object contains $offset','boolean','offsetexists','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292040,161074,'setArray','Set an entire aray to the data','','$array','','','','setarray','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292041,161074,'offsetGet','An alias of get()','','$offset','','','mixed','offsetget','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292042,161074,'get','Return the element with the specified offset','','$offset','','','mixed','get','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292043,161074,'contains','Check if the specified offset exists','','$offset','','returns True if exists otherwise false','boolean','contains','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292044,161074,'__set','Set key and value to data','','($name) $name, ($value) $value','','','','set','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292045,161074,'add','Add the value','','$value','','','','add','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292046,161074,'__unset','Remove key from data','','$name','','','','unset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292047,161074,'offsetSet','Sets $offset to $value','','$offset, $value','','','','offsetset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292048,161074,'__isset','Check if key exists in data','','$name','','returns whether or not this object contains $name','boolean','isset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292049,161074,'offsetUnset','Unset a given offset','','$offset','','','','offsetunset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292050,161074,'remove','Remove the element with the specified offset','','$offset','','returns True if removed otherwise false','boolean','remove','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292051,161075,'prepare','Prepare a sql statement and return it','','$sql','','','Doctrine_Statement_Db2','prepare','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292052,161075,'_setExecuteMode','Set the current execution mode','','$mode','','','','setexecutemode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292053,161075,'getQuoteIdentifierSymbol','Get the symbol used for identifier quoting','','','','','string','getquoteidentifiersymbol','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292054,161075,'__construct','$config is an array of key/value pairs containing configuration options. \nThese options are common to most adapters:','dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne','$config','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292055,161075,'setFetchMode','Set the fetch mode.','','$mode','','','','setfetchmode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292056,161075,'_commit','Commit a transaction.','','','','','','commit','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292057,161075,'_beginTransaction','Begin a transaction.','','','','','','begintransaction','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292058,161075,'_rollBack','Rollback a transaction.','','','','','','rollback','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292059,161075,'_getExecuteMode','Get the current execution mode','','','','returns the execution mode (DB2_AUTOCOMMIT_ON or DB2_AUTOCOMMIT_OFF)','int','getexecutemode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292060,161075,'_connect','Creates the connection resource','','','','','','connect','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292061,161075,'closeConnection','Close the connection resource','','','','','','closeconnection','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292062,161075,'_quote','Quote a raw string.','','$value','','returns Quoted string','string','quote','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292063,161076,'lastInsertId','','','','','','','lastinsertid','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292064,161076,'rollBack','','','','','','','rollback','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292065,161076,'query','','','$queryString','','','','query','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292066,161076,'prepare','','','$prepareString','','','','prepare','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292067,161076,'exec','','','$statement','','','','exec','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292068,161076,'errorInfo','','','','','','','errorinfo','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292069,161076,'beginTransaction','','','','','','','begintransaction','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292070,161076,'commit','','','','','','','commit','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292071,161076,'errorCode','','','','','','','errorcode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292072,161076,'quote','','','$input','','','','quote','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292073,161077,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292074,161077,'rollBack','Rollback a transaction','','','','','','rollback','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292075,161077,'query','Fake the execution of query and add it to the stack of executed queries','','$query','','','','query','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292076,161077,'setAttribute','','','$attribute, $value','','','','setattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292077,161077,'getAttribute','','','$attribute','','','','getattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292078,161077,'getAll','Get all the executed queries','','','','returns Array of all executed queries','array','getall','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292079,161077,'prepare','Prepare a query statement','','$query','','returns Mock prepared statement','','prepare','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292080,161077,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292081,161077,'__construct','Doctrine mock adapter constructor','','$name = null','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292082,161077,'forceException','Force an exception in to the array of exceptions','','$name, $message = '', $code','','','','forceexception','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292083,161077,'errorInfo','','','','','','','errorinfo','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292084,161077,'count','Get the number of queries executed','','','','','integer','count','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292085,161077,'addQuery','Add query to the stack of executed queries','','$query','','','','addquery','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292086,161077,'beginTransaction','Begin a transaction','','','','','','begintransaction','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292087,161077,'commit','Commit a transaction','','','','','','commit','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292088,161077,'forceLastInsertIdFail','Force last insert to be failed','','$fail = true','','','','forcelastinsertidfail','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292089,161077,'sqliteCreateFunction','','','','','','','sqlitecreatefunction','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292090,161077,'errorCode','','','','','','','errorcode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292091,161077,'quote','Quote a value for the dbms','','$input','','','string','quote','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292092,161077,'getName','Get the name of the dbms used in this instance of the mock adapter','','','','returns Name of the dbms','string','getname','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292093,161077,'pop','Pop the last executed query from the array of executed queries and return\nit','','','','returns Last executed sql string','string','pop','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292094,161078,'lastInsertId','','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.\nAs a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id gen','$tableName = null, $primaryKey = null','','','integer','lastinsertid','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292095,161078,'prepare','Prepare a statement and return a PDOStatement-like object.','','$sql','','','Doctrine_Statement_Mysqli','prepare','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292096,161078,'_commit','Commit a transaction.','','','','','','commit','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292097,161078,'_beginTransaction','Begin a transaction.','','','','','','begintransaction','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292098,161078,'_rollBack','Roll-back a transaction.','','','','','','rollback','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292099,161078,'_connect','Creates a connection to the database.','','','throws Doctrine_Adapter_Exception','','','connect','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292100,161078,'closeConnection','Force the connection to close.','','','','','','closeconnection','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292101,161079,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292102,161079,'rollBack','Rollback a transaction','','','','','boolean','rollback','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292103,161079,'query','Execute query and return results as statement object','','$query','','','','query','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292104,161079,'setAttribute','Set connection attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292105,161079,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292106,161079,'getConnection','Returns established OCI connection handler','','','','returns OCI connection handler','resource','getconnection','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292107,161079,'prepare','Prepare a query statement','','$query','','returns prepared statement','','prepare','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292108,161079,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292109,161079,'__construct','Doctrine Oracle adapter constructor','\nor\n\'db\',\'username\'=>\'usr\',\'password\'=>\'pass\'));]]>returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292126,161081,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292127,161081,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292128,161081,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292129,161081,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292130,161081,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292131,161081,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292132,161081,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292133,161081,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returnsAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292134,161081,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292135,161081,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292136,161081,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292137,161081,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292138,161081,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292139,161081,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292140,161081,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292141,161081,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292142,161082,'fetchAll','','Returns an array containing all of the result set rows','$fetchMode = Doctrine::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetchall','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292143,161082,'fetchColumn','','Returns a single column from the next row of a result set or FALSE if there are no more rows.','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292144,161082,'columnCount','','Returns the number of columns in the result set','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292145,161082,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292146,161082,'setAttribute','','Set a statement attribute','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292147,161082,'getAttribute','','Retrieve a statement attribute','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292148,161082,'execute','','Executes a prepared statement\nIf the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292149,161082,'bindValue','','Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292150,161082,'closeCursor','','Closes the cursor, enabling the statement to be executed again.','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292151,161082,'getColumnMeta','','Returns metadata for a column in a result set','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292152,161082,'__construct','Constructor for mock adapter statements. Accepts instance of\nDoctrine_Adapter_Mock','','(Doctrine_Adapter_Mock) $mock','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292153,161082,'errorInfo','','Fetch extended error information associated with the last operation on the statement handle','','','returns error info array','array','errorinfo','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292154,161082,'setFetchMode','','Set the default fetch mode for this statement','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292155,161082,'fetchObject','','Fetches the next row and returns it as an object.\nFetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292156,161082,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292157,161082,'nextRowset','','Advances to the next rowset in a multi-rowset statement handle\nSome database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292158,161082,'errorCode','','Fetch the SQLSTATE associated with the last operation on the statement handle','','','returns error code string','string','errorcode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292159,161082,'bindColumn','','Bind a column to a PHP variable','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292160,161082,'rowCount','','rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.\nIf the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292161,161083,'fetchAll','Returns an array containing all of the result set rows','','$fetchStyle = Doctrine::FETCH_BOTH, $colnum, $columnIndex','','','array','fetchall','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292162,161083,'fetchColumn','Returns a single column from the next row of a result set or FALSE if\nthere are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292163,161083,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292164,161083,'fetch','','','$fetchStyle = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292165,161083,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292166,161083,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292167,161083,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292168,161083,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292169,161083,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292170,161083,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292171,161083,'__construct','the constructor','','$connection, $query, $executeMode','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292172,161083,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292173,161083,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292174,161083,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292175,161083,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292176,161083,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292177,161083,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292178,161083,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292179,161083,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292180,161084,'setTableDefinition','Set the table definition for the audit log table','','','','','','settabledefinition','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292181,161084,'getMaxVersion','Get the max version number for a given Doctrine_Record','','$record','','','Integer','getmaxversion','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292182,161084,'__construct','Accepts array of options to configure the AuditLog','','$options = array()','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292183,161084,'getVersion','Get array of information for the passed record and the specified version','','$record, $version, $hydrationMode = Doctrine::HYDRATE_ARRAY, $asCollection = true','','returns An array or Doctrine_Collection or a Doctrine_Record','array','getversion','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292184,161085,'preDelete','Pre delete event hook deletes all related versions This will only delete\nversion records if the auditLog is enabled','','$event','','','','predelete','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292185,161085,'postInsert','Post insert event hook which creates the new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','postinsert','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292186,161085,'_getNextVersion','Get the next version number for the audit log','','$record','','','integer','getnextversion','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292187,161085,'__construct','Instantiate AuditLog listener and set the Doctrine_AuditLog instance to the\nclass','','$auditLog','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292188,161085,'preInsert','Pre insert event hook for incrementing version number','','$event','','','','preinsert','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292189,161085,'preUpdate','Pre update event hook for inserting new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','preupdate','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292190,161086,'varExport','Special function for var_export() The normal code which is returned is\nmalformed and does not follow Doctrine standards So we do some string\nreplacing to clean it up','','$var','','','','varexport','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292191,161087,'preQuery','Listens on the Doctrine_Event preQuery event','adds the issued query to internal query stack and checks if cached element exists','$event','','','boolean','prequery','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292192,161087,'getAll','Get array of all executed queries','','$namespace = null','','returns an array of sql query strings','array','getall','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292193,161087,'preFetchAll','Listens the preFetchAll event of Doctrine_Connection_Statement','returns the current cache data array','$event','','','array','prefetchall','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292194,161087,'setOption','Set option name and value','','$option, $value','','returns TRUE on success, FALSE on failure','boolean','setoption','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292195,161087,'getIterator','Get queries iterator','','','','returns an iterator that iterates through the query stack','ArrayIterator','getiterator','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292196,161087,'getDriver','Get the current cache driver instance','','','','','','getdriver','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292197,161087,'__construct','constructor','','(Doctrine_Cache_Interface|string) $driver, $options = array()','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292198,161087,'getOption','Get value of option name','','$option','','returns option value','mixed','getoption','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292199,161087,'clean','Delete all cache','','','','','','clean','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292200,161087,'count','Count the number of queries on the stack','','','','returns the number of queries in the stack','integer','count','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292201,161087,'readStats','Read stats file from disk','','','','','array','readstats','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292202,161087,'add','Adds a query to internal query stack','','(string|array) $query, $namespace = null','','','','add','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292203,161087,'isSuccessful','Check whether or not the last cache opration was successful or not','','','','returns whether or not the last cache operation was successful','boolean','issuccessful','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292204,161087,'preFetch','Listens the preFetch event of Doctrine_Connection_Statement','advances the internal pointer of cached data and returns the current element','$event','','','array','prefetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292205,161087,'reset','Removes all queries from the query stack','','','','','','reset','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292206,161087,'appendStats','Append all queries to stats file','','','','','','appendstats','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292207,161087,'preExecute','Listens the preExecute event of Doctrine_Connection_Statement','adds the issued query to internal query stack and checks if cached element exists','$event','','','boolean','preexecute','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292208,161087,'pop','Pops a query from the stack','','','','','string','pop','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292209,161088,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns The stored variable on success. FALSE on failure.','mixed','fetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292210,161088,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292211,161088,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292212,161088,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292213,161088,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292214,161089,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:17:55','2009-11-12 03:17:55'),(1292215,161089,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292216,161089,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292217,161089,'count','','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292218,161089,'deleteAll','Remove all cache record','','','','returns true if no problem','boolean','deleteall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292219,161089,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292220,161090,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292221,161090,'getConnection','Get the connection object associated with this cache driver','','','','','','getconnection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292222,161090,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292223,161090,'__construct','Configure Database cache driver. Specify instance of Doctrine_Connection \nand tableName to store cache in','','$options = array(), $_options','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292224,161090,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292225,161090,'count','count returns the number of cached elements','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292226,161090,'deleteAll','Removes all cache records','$return bool true on success, false on failure','','','','','deleteall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292227,161090,'createTable','Create the cache table','','','','','','createtable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292228,161090,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292229,161090,'_hex2bin','','','$hex','','','','hex2bin','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292230,161091,'_getKey','Get the hash key passing its suffix','','$id','','returns Hash key to be used by drivers','string','getkey','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292231,161091,'setOption','Set option name and value','','$option, $value','','returns TRUE on success, FALSE on failure','boolean','setoption','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292232,161091,'__construct','Configure cache driver with an array of options','','$options = array(), $_options','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292233,161091,'getOption','Get value of option','','$option','','returns option value','mixed','getoption','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292234,161092,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','Note : return value is always "string" (unserialization is done by the core not by the backend)','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292235,161092,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292236,161092,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292237,161092,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292238,161093,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse)','','$id, $testCacheValidity = true','','returns The stored variable on success. FALSE on failure.','mixed','fetch','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292239,161093,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292240,161093,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292241,161093,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292242,161093,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292243,161094,'fetch','Test if a cache is available for the given id and (if yes) return it (false\nelse).','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292244,161094,'contains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292245,161094,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292246,161094,'save','Save some string datas into a cache record','Note : $data is always saved as a string','$id, $data, $lifeTime = false','','returns true if no problem','boolean','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292247,161094,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292248,161095,'_run','Run the actual task execution with the passed arguments','','$args','throws Doctrine_Cli_Exception $e','','','run','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292249,161095,'loadTasks','Load tasks from the passed directory. If no directory is given it looks in\nthe default Doctrine/Task folder for the core tasks.','','$directory = null','','returns Array of tasks loaded','array','loadtasks','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292250,161095,'notify','Notify the formatter of a message','','$notification = null, $style = 'HEADER'','','','','notify','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292251,161095,'__construct','','','$config = array()','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292252,161095,'getLoadedTasks','Get array of all the Doctrine_Task child classes that are loaded','','','','','array','getloadedtasks','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292253,161095,'_getTaskClassFromArgs','Get the name of the task class based on the first argument which is always\nthe task name. Do some inflection to determine the class name','','$args','','returns Task class name','string','gettaskclassfromargs','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292254,161095,'printTasks','Prints an index of all the available tasks in the CLI instance','','$task = null, $full = false','','','','printtasks','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292255,161095,'notifyException','Notify the formatter of an exception','','(Exception) $exception','','','','notifyexception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292256,161095,'prepareArgs','Prepare the raw arguments for execution. Combines with the required and\noptional argument list in order to determine a complete array of arguments\nfor the task','','$args','','returns Array of prepared arguments','array','prepareargs','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292257,161095,'run','Public function to run the loaded task with the passed arguments','','$args','throws new Doctrine_Cli_Exception','','','run','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292258,161096,'setStyle','Sets a new style.','','$name, $options = array()','','','','setstyle','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292259,161096,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292260,161096,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292261,161096,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
\n
','$stream','','returns true if the stream supports colorization, false otherwise','Boolean','supportscolors','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292262,161096,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns The styled text','string','format','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292263,161097,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292264,161097,'__construct','','','$maxLineSize = 65','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292265,161097,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292266,161097,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns The formatted text','string','format','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292267,161097,'setMaxLineSize','Sets the maximum line size.','','$size','','','','setmaxlinesize','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292268,161098,'getData','Get all the records as an array','','','','','array','getdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292269,161098,'key','Get the current key','','','','','','key','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292270,161098,'compareRecords','Compares two records. To be used on _snapshot diffs using array_udiff','','(Doctrine_Record) $a, (Doctrine_Record) $b','','','integer','comparerecords','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292271,161098,'populateRelated','Populate the relationship $name for all records in the passed collection','','$name, $coll','','','','populaterelated','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292272,161098,'setReference','Sets a reference pointer','','$record, $relation','','','','setreference','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292273,161098,'set','Set a Doctrine_Record instance to the collection','','$key, (Doctrine_Record) $record','','','','set','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292274,161098,'getSnapshot','Gets the data of the last snapshot','','','','returns returns the data in last snapshot','array','getsnapshot','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292275,161098,'getReference','Get reference to Doctrine_Record instance','','','','','','getreference','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292276,161098,'merge','Merges collection into $this and returns merged collection','','$coll','','','','merge','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292277,161098,'setData','Set the data for the Doctrin_Collection instance','','$data','','','','setdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292278,161098,'getRelation','Returns the relation object','','','','','','getrelation','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292279,161098,'unserialize','This method is automatically called everytime a Doctrine_Collection object\nis unserialized','','$serialized','','','','unserialize','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292280,161098,'free','Frees the resources used by the collection.','WARNING: After invoking free() the collection is no longer considered to be in a useable state. Subsequent usage may result in unexpected behavior.','$deep = false','','','','free','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292281,161098,'getNormalIterator','Get normal iterator - an iterator that will not expand this collection','','','','','Doctrine_Iterator_Normal','getnormaliterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292282,161098,'clear','Clears the collection.','','','','','','clear','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292283,161098,'getInsertDiff','Perform a insert diff between the last snapshot and the current data','','','','','array','getinsertdiff','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292284,161098,'get','Gets a record for given key','There are two special cases:\n- \n\n
windows
- \n
non tty consoles
\n \n at the end of the collection\n2. if given key does not exist, then a new record is create and attached to the given k','$key','','returns return a specified record','','get','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292285,161098,'importFrom','Import data to a Doctrine_Collection from one of the supported\nDoctrine_Parser formats','','$type, $data','','','','importfrom','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292286,161098,'getLast','Get the last record in the collection','','','','','','getlast','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292287,161098,'getIterator','Get collection data iterator','','','','','Iterator','getiterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292288,161098,'getDeleteDiff','Perform a delete diff between the last snapshot and the current data','','','','','array','getdeletediff','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292289,161098,'contains','Whether or not this collection contains a specified element','','$key','','','boolean','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292290,161098,'toArray','Mimics the result of a $query->execute(array(),\nDoctrine::HYDRATE_ARRAY);','','$deep = false, $prefixKey = false','','','','toarray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292291,161098,'end','Get the last record in the collection','','','','','','end','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292292,161098,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292293,161098,'save','Saves all records of this collection and processes the difference of the\nlast snapshot and the current data','','$conn = null, $processDiff = true','','','','save','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292294,161098,'count','Gets the number of records in this collection This class implements\ninterface countable','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292295,161098,'setKeyColumn','Sets the key column for this collection','','$column','','','','setkeycolumn','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292296,161098,'getPrimaryKeys','Get array of primary keys for all the records in the collection','','','','returns an array containing all primary keys','array','getprimarykeys','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292297,161098,'add','Adds a record to collection','','(Doctrine_Record) $record, $key = null','','','boolean','add','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292298,161098,'search','Search a Doctrine_Record instance','','$record, $Doctrine_Record','','','','search','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292299,161098,'exportTo','Export a Doctrine_Collection to one of the supported Doctrine_Parser\nformats','','$type, $deep = false','','','','exportto','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292300,161098,'getKeys','Get all keys of the data in the collection','','','','','array','getkeys','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292301,161098,'takeSnapshot','Takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','takesnapshot','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292302,161098,'initNullObject','Initializes the null object for this collection','','$null','','','','initnullobject','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292303,161098,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292304,161098,'remove','Removes a specified collection element','','$key','','','boolean','remove','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292305,161098,'getKeyColumn','Get the name of the key column','','','','','string','getkeycolumn','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292306,161098,'fromArray','Populate a Doctrine_Collection from an array of data','','$array, $deep = true','','','','fromarray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292307,161098,'loadRelated','Load all relationships or the named relationship passed','','$name = null','','','boolean','loadrelated','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292308,161098,'serialize','This method is automatically called when this Doctrine_Collection is\nserialized','','','','','array','serialize','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292309,161098,'getTable','Get the table this collection belongs to','','','','','','gettable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292310,161098,'getFirst','Get the first record in the collection','','','','','','getfirst','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292311,161098,'toKeyValueArray','Build an array made up of the values from the 2 specified columns','','$key, $value','','','array','tokeyvaluearray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292312,161098,'delete','Deletes all records from this collection','','$conn = null, $clearColl = true','','','','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292313,161098,'processDiff','Processes the difference of the last snapshot and the current data','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','processdiff','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292314,161098,'synchronizeFromArray','','','$array','','','','synchronizefromarray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292315,161098,'synchronizeWithArray','synchronizes a Doctrine_Collection with data from an array','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronizewitharray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292316,161099,'key','returns the current key','','','','','integer','key','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292317,161099,'__construct','constructor','','$collection','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292318,161099,'next','advances the internal pointer','','','','','','next','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292319,161099,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292320,161099,'current','returns the current record','','','','','','current','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292321,161100,'valid','','','','','','','valid','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292322,161101,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292323,161102,'valid','','','','','','','valid','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292324,161103,'getLimit','','','','','','integer','getlimit','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292325,161103,'getIterator','','','','','','','getiterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292326,161103,'__construct','','','$table','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292327,161104,'getDefinition','Returns the definition of the column.','Keys can be: string type, integer length, array values (only for enum fields, maps integer indexes to mixed values),','','','','array','getdefinition','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292328,161104,'set','','','$name, $value','','','','set','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292329,161104,'get','','','$name','','','mixed','get','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292330,161104,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292331,161104,'contains','','','$name','','','boolean','contains','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292332,161104,'__construct','','','$definition = array()','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292333,161104,'count','','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292334,161104,'getEnumValues','','','$field','','','array','getenumvalues','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292335,161104,'enumIndex','','','$field, $value','','','mixed','enumindex','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292336,161104,'enumValue','Retrieves an enum value.','','$index','','returns integer ($index) if not present','string','enumvalue','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292337,161105,'compile','method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Compiler_Exception if something went wrong during the compile operation','returns Path the compiled file was written to','$target','compile','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292338,161106,'hasImpl','','','$template','','','','hasimpl','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292339,161106,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns this object','','setimpl','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292340,161106,'getAttributeValueFromString','','Will get the value for an attribute by the string name Example: ->getAttributeFromString('portability', 'all') will return Doctrine::PORTABILITY_ALL','$stringAttributeName, $stringAttributeValueName','','','','getattributevaluefromstring','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292341,161106,'setParam','','','$name, $value, $namespace = null','','','','setparam','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292342,161106,'getImpl','getImpl returns the implementation for given class','','$template','','returns name of the concrete implementation','string','getimpl','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292343,161106,'setAttribute','setAttribute sets a given attribute','- \n
if null is given as a key a new record is created and attached
','$attribute, $value','throws Doctrine_Exception if the value is invalid','','','setattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292344,161106,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292345,161106,'getListener','','','','','','','getlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292346,161106,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setrecordlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292347,161106,'getAttributeFromString','','Will accept the name of an attribute and return the attribute value Example: ->getAttributeFromString('portability') will be converted to Doctrine::ATTR_PORTABILITY and returned','$stringAttributeName','','','','getattributefromstring','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292348,161106,'getParent','getParent returns the parent of this component','','','','','','getparent','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292349,161106,'getAttributes','getAttributes returns all attributes as an array','','','','','array','getattributes','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292350,161106,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292351,161106,'getRecordListener','getListener','','','','','','getrecordlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292352,161106,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','','addrecordlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292353,161106,'getParams','','','$namespace = null','','','','getparams','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292354,161106,'getCharset','Get the charset','','','','','mixed','getcharset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292355,161106,'setCharset','Set the charset','','$charset','','','','setcharset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292356,161106,'getParam','','','$name, $namespace = null','','','','getparam','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292357,161106,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','','addlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292358,161106,'setParent','sets a parent for this configurable component the parent must be\nconfigurable component itself','','$component','','','','setparent','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292359,161106,'setEventListener','','','(Doctrine_EventListener) $listener','','','','seteventlistener','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292360,161106,'getParamNamespaces','','','','','','','getparamnamespaces','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292361,161106,'getCollate','Get the collate','','','','','mixed','getcollate','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292362,161106,'setCollate','Set the collate','','$collate','','','','setcollate','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292363,161107,'fetchAll','','','$statement, $params = array()','','','array','fetchall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292364,161107,'beginInternalTransaction','','','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292365,161107,'dropDatabase','','Issue drop database command for this instance of Doctrine_Connection','','','returns success string. Doctrine_Exception if operation failed','string','dropdatabase','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292366,161107,'getCacheDriver','','','','','','','getcachedriver','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292367,161107,'getOptions','','Get array of all options','','','','','getoptions','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292368,161107,'generateUniqueRelationForeignKeyName','Get/generate a unique foreign key name for a relationship','','$relation','','','string','generateuniquerelationforeignkeyname','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292369,161107,'insert','Inserts a table row with specified data.','','$table, $fields, $values','','returns the number of affected rows. Boolean false if empty value array was given,','integer','insert','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292370,161107,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292371,161107,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetchcolumn','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292372,161107,'setName','','Sets the name of the connection','$name','','','','setname','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292373,161107,'__get','__get lazy loads given module and returns it','','$name','throws Doctrine_Connection_Exception if trying to get an unknown module','returns connection module','','get','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292374,161107,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292375,161107,'rethrowException','','','$e, $invoker','throws Doctrine_Connection_Exception','','','rethrowexception','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292376,161107,'query','query queries the database using Doctrine Query Language returns a\ncollection of Doctrine_Record objects','setAttribute(Doctrine::ATTR_PORTABILITY, Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', Doctrine::PORTABILITY_ALL);\n\n // or\n\n $manager->setAttribute(\'portability\', \'all\');]]>','$query, $params = array(), $hydrationMode = null','','returns Collection of Doctrine_Record objects','','query','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292377,161107,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','setattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292378,161107,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','setdateformat','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292379,161107,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292380,161107,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','getavailabledrivers','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292381,161107,'unserialize','Unserialize. Recreate connection from serialized content','','$serialized','','','','unserialize','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292382,161107,'execute','','','$query, $params = array()','','','','execute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292383,161107,'modifyLimitQuery','','Some dbms require specific functionality for this. Check the other connection adapters for examples','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292384,161107,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292385,161107,'getDbh','returns the database handler of which this connection uses','','','','returns the database handler','PDO','getdbh','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292386,161107,'getTmpConnection','','Create a temporary connection to the database with the user credentials. This is so the user can make a connection to a db server. Some dbms allow connections with no database, but some do not. In that case we have a table which is always guaranteed to','$info','','','','gettmpconnection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292387,161107,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetchone','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292388,161107,'getDriverName','','Gets the name of the instance driver','','','','','getdrivername','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292389,161107,'clear','clear clears all repositories','','','','','','clear','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292390,161107,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$table, $fields, $keys','throws Doctrine_Connection_Exception if this driver doesn't support replace','','','replace','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292391,161107,'_generateUniqueName','','','$type, $parts, $key, $format = '%s', $maxLength = 64','','','','generateuniquename','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292392,161107,'createDatabase','','Issue create database command for this instance of Doctrine_Connection','','','returns Doctrine_Exception catched in case of failure','string','createdatabase','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292393,161107,'prepare','','','$statement','','','','prepare','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292394,161107,'exec','','','$query, $params = array()','','','','exec','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292395,161107,'setOption','','Set option value','$option, $value','','','','setoption','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292396,161107,'getIterator','returns an iterator that iterators through all initialized table objects','query(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>','','','returns SPL ArrayIterator object','ArrayIterator','getiterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292397,161107,'queryOne','query queries the database using Doctrine Query Language and returns the\nfirst record found','$table) {\n print $table; // get a string representation of each table object\n }]]>','$query, $params = array()','','returns Doctrine_Record object on success, boolean false on failure','','queryone','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292398,161107,'addTable','addTable adds a Doctrine_Table object into connection registry','','$table','','','boolean','addtable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292399,161107,'connect','connect connects into database','','','','','boolean','connect','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292400,161107,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292401,161107,'getOption','','Retrieves option','$option','','','','getoption','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292402,161107,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292403,161107,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the database handle','','','','','array','errorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292404,161107,'count','returns the count of initialized table objects','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292405,161107,'getTransactionLevel','get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292406,161107,'getResultCacheDriver','','','','','','','getresultcachedriver','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292407,161107,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292408,161107,'evictTables','evictTables evicts all tables','','','','','','evicttables','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292409,161107,'fetchRow','','','$statement, $params = array()','','','array','fetchrow','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292410,161107,'fetchAssoc','','','$statement, $params = array()','','','array','fetchassoc','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292411,161107,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292412,161107,'fetchArray','','','$statement, $params = array()','','','array','fetcharray','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292413,161107,'commit','commit Commit the database changes done during a transaction that is in \nprogress or release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292414,161107,'flush','flush saves all the records from all tables this operation is isolated\nusing a transaction','','','throws PDOException if something went wrong at database level','','','flush','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292415,161107,'fetchBoth','','','$statement, $params = array()','','','array','fetchboth','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292416,161107,'select','queries the database with limit and offset added to the query and returns\na Doctrine_Connection_Statement object','','$query, $limit, $offset','','','','select','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292417,161107,'getQueryCacheDriver','','','','','','','getquerycachedriver','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292418,161107,'supports','','','$feature','','returns whether or not this drivers supports given feature','boolean','supports','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292419,161107,'close','close closes the connection','','','','','','close','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292420,161107,'__toString','returns a string representation of this object','','','','','string','tostring','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292421,161107,'getSupportedDrivers','Returns an array of supported drivers by Doctrine','','','','','array','getsupporteddrivers','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292422,161107,'incrementQueryCount','','','','','','','incrementquerycount','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292423,161107,'generateUniqueIndexName','Get/generate unique index name for a table name and set of fields','','$tableName, $fields','','returns The name of the generated index','string','generateuniqueindexname','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292424,161107,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\ndatabase handle','','','','','integer','errorcode','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292425,161107,'quote','quote quotes given input parameter','','$input, $type = null','','','string','quote','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292426,161107,'create','create creates a record','create creates a record','$name','','returns Doctrine_Record object','','create','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292427,161107,'serialize','Serialize. Remove database connection(pdo) since it cannot be serialized','','','','','string','serialize','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292428,161107,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','hastable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292429,161107,'getTable','returns a table object for given component name','','$name','','','','gettable','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292430,161107,'getManager','returns the manager that created this connection','','','','','','getmanager','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292431,161107,'getName','getName returns the name of this driver','','','','returns the name of this driver','string','getname','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292432,161107,'update','Updates table row(s) with specified data.','','$table, $fields, $identifier, $values','throws Doctrine_Connection_Exception if something went wrong at the database level','returns the number of affected rows. Boolean false if empty value array was given,','integer','update','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292433,161107,'standaloneQuery','','','$query, $params = array()','','','','standalonequery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292434,161107,'delete','deletes table row(s) matching the specified identifier','','$table, $identifier','throws Doctrine_Connection_Exception if something went wrong at the database level','returns The number of affected rows','integer','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292435,161107,'getTables','returns an array of all initialized tables','','','','','array','gettables','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292436,161107,'modifyLimitSubquery','Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in\nthe context of the limit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitsubquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292437,161107,'createQuery','Creates a new Doctrine_Query object that operates on this connection.','','','','','','createquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292438,161107,'driverName','converts given driver name','','$name','','','','drivername','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292439,161108,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292440,161109,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292441,161110,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292442,161110,'getPortableMessage','getPortableMessage returns portable error message','','','','returns portable error message','string','getportablemessage','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292443,161110,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message, or false if the error code was not recognized','string','errormessage','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292444,161110,'getPortableCode','getPortableCode returns portable error code','','','','returns portable error code','integer','getportablecode','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292445,161111,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns modified query','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292446,161111,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292447,161111,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292448,161112,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to errorInfo array\nand returns the modified array','the portable error code is added at the end of array','$errorInfo','','','array','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292449,161113,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292450,161113,'quoteIdentifier','','','$identifier, $checkOption = false','','','','quoteidentifier','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292451,161114,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292452,161115,'getConnection','getConnection returns the connection object this module uses','','','','','','getconnection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292453,161115,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292454,161115,'getModuleName','getModuleName returns the name of this module','','','','returns the name of this module','string','getmodulename','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292455,161116,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ original code borrowed from Zend Framework ]\nLicense available at: http://framework.zend.com/license\nCopyright (c) 2005-2008, Zend Technologies USA, Inc. All rights reserved.\nRedistribution and use in source and binary forms, with or without modificati','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292456,161116,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns The value if the table exists or not','boolean','checksequence','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292457,161116,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292458,161116,'quoteIdentifier','quoteIdentifier Quote a string so it can be safely used as a table /\ncolumn name','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292459,161116,'getServerVersion','return version information about the server','','$native = false','','returns version information','array','getserverversion','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292460,161117,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292461,161118,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','$table, $fields, $keys','','returns the number of affected rows','integer','replace','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292462,161118,'connect','Overrides connect Method, to add specific attributes PDO emulate prepares\nis required to avoid bugs on mysql < 5.1 when trying to prepare DROP\nDATABASE or CREATE DATABASE statements','','','','returns connected','boolean','connect','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292463,161118,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292464,161118,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292465,161118,'getDatabaseName','returns the name of the connected database','','','','','string','getdatabasename','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292466,161119,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292467,161120,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','setdateformat','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292468,161120,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292469,161120,'getTmpConnection','','','$info','','','','gettmpconnection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292470,161120,'__construct','','','$manager, $adapter','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292471,161120,'modifyLimitSubquery','Creates the SQL for Oracle that can be used in the subquery for the\nlimit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','','modifylimitsubquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292472,161121,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292473,161122,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns modified query','string','modifylimitquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292474,161122,'convertBooleans','convertBoolean some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292475,161122,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292476,161122,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292477,161122,'getServerVersion','return version information about the server','','$native = false','','returns an array or string with version information','array|string','getserverversion','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292478,161123,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','the portable error code is added at the end of array','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292479,161124,'getAll','getAll returns all profiled events as an array','','','','returns all events in an array','array','getall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292480,161124,'get','','','$key','','','','get','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292481,161124,'setFilterQueryType','','','$filter','','','boolean','setfilterquerytype','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292482,161124,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','getiterator','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292483,161124,'__construct','constructor','','','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292484,161124,'count','','','','','','integer','count','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292485,161124,'lastEvent','Get the Doctrine_Event object for the last query that was run, regardless\nif it has ended or not. If the event has not ended, it's end time\nwill be Null.','','','','','','lastevent','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292486,161124,'pop','pop the last event from the event stack','','','','','','pop','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292487,161124,'__call','method overloader this method is used for invoking different listeners,\nfor the full list of availible listeners, see Doctrine_EventListener','','$m, $a','','','boolean','call','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292488,161125,'dropDatabase','','','','','','','dropdatabase','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292489,161125,'createDatabase','','','','','','','createdatabase','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292490,161125,'connect','initializes database functions missing in sqlite','','','','','','connect','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292491,161125,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292492,161126,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292493,161127,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine::FETCH_BOTH, $columnIndex = null','','','array','fetchall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292494,161127,'fetchColumn','fetchColumn Returns a single column from the next row of a result set or\nFALSE if there are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292495,161127,'columnCount','columnCount Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292496,161127,'fetch','','','$fetchMode = Doctrine::FETCH_BOTH, $cursorOrientation = Doctrine::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292497,161127,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292498,161127,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292499,161127,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292500,161127,'getConnection','getConnection returns the connection object this statement uses','','','','','','getconnection','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292501,161127,'bindValue','bindValue Binds a value to a corresponding named or question mark \nplaceholder in the SQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292502,161127,'closeCursor','closeCursor Closes the cursor, enabling the statement to be executed\nagain.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292503,161127,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returnsqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292504,161127,'__construct','constructor','','$conn, $stmt','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292505,161127,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the statement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292506,161127,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292507,161127,'getStatement','','','','','','','getstatement','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292508,161127,'getQuery','','','','','','','getquery','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292509,161127,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine::FETCH_CLASS or Doctrine::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292510,161127,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292511,161127,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292512,161127,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\nstatement handle','','','','returns error code string','string','errorcode','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292513,161127,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292514,161127,'rowCount','rowCount rowCount() returns the number of rows affected by the last\nDELETE, INSERT, or UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292515,161128,'insert','Inserts a record into database.','This method inserts a transient record in the database, and adds it to the identity map of its correspondent table. It proxies to @see processSingleInsert(), trigger insert hooks and validation of data if required.','$record','','returns false if record is not valid','boolean','insert','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292516,161128,'saveAll','saveAll persists all the pending records from all tables','','','throws PDOException if something went wrong at database level','','','saveall','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292517,161128,'_cascadeDelete','Cascades an ongoing delete operation to related objects. Applies only on\nrelations that have 'delete' in their cascade options.','This is an application-level cascade. Related objects that participate in the cascade and are not yet loaded are fetched from the database. Exception: many-valued relations are always (re-)fetched from the database to make sure we have all of them.','$record, [[[amp]]]$deletions','throws PDOException If something went wrong at database level','','','cascadedelete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292518,161128,'saveGraph','Saves the given record and all associated records.','(The save() operation is always cascaded in 0.10/1.0).','$record','','','','savegraph','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292519,161128,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','$record','throws Doctrine_Connection_Exception if something went wrong at database level','','','saveassociations','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292520,161128,'saveRelatedForeignKeys','saveRelatedForeignKeys saves all related (through ForeignKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedforeignkeys','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292521,161128,'saveRelatedLocalKeys','saveRelatedLocalKeys saves all related (through LocalKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedlocalkeys','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292522,161128,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns an array of component names in flushing order','array','buildflushtree','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292523,161128,'processSingleInsert','Inserts a transient record in its table.','This method inserts the data of a single record in its assigned table, assigning to it the autoincrement primary key (if any is defined).','$record','','','','processsingleinsert','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292524,161128,'update','updates given record','','$record','','returns whether or not the update was successful','boolean','update','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292525,161128,'delete','Deletes the given record and all the related records that participate in\nan application-level delete cascade.','this event can be listened by the onPreDelete and onDelete listeners','$record','','returns true on success, false on failure','boolean','delete','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292526,161129,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292527,161129,'setFormat','','Set the current format we are working with','$format','','','','setformat','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292528,161129,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array(), $append = false','','','','importdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292529,161129,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','setdirectory','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292530,161129,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','$record, $fieldName, $Doctrine_Record','','','','isrelation','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292531,161129,'getFormat','','Get the current format we are working with','','','','','getformat','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292532,161129,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','exportindividualfiles','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292533,161129,'getModels','','Get the array of specified models to work with','','','','','getmodels','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292534,161129,'setModels','','Set the array of specified models to work with','$models','','','','setmodels','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292535,161129,'getDirectory','','Get directory for dumping/loading data from and to','','','','','getdirectory','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292536,161129,'getFormats','','Get array of available formats','','','','','getformats','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292537,161129,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','exportdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292538,161130,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','preparedata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292539,161130,'__construct','constructor','','$directory','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292540,161130,'doExport','','FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export.\nUpdate from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings ','','','','','doexport','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292541,161130,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dumpdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292542,161131,'_buildRows','Recursively loop over all data fixtures and build the array of className\nrows','','$className, $data','','','','buildrows','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292543,161131,'_hasNaturalNestedSetFormat','NestedSet fixtures may come in a 'natural' format with nested\nchildren listed under a 'children' key or in a raw, non-nested\nformat with lft/rgt values.','This method returns true if the given $data is a nested set in 'natural' form.','($className) $className, [[[amp]]]$data','','','boolean','hasnaturalnestedsetformat','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292544,161131,'__construct','Optionally pass the directory/path to the yaml for importing','','$directory = null','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292545,161131,'_buildNestedSetRows','Build the rows for nested set models','','$className, $data','','','','buildnestedsetrows','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292546,161131,'doParsing','Do the parsing of the yaml files and return the final parsed array','','','','','array','doparsing','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292547,161131,'doImport','Do the importing of the data parsed from the fixtures','','$append = false','','','','doimport','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292548,161131,'_loadData','Perform the loading of the data from the passed array','','$array','','','','loaddata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292549,161131,'_getImportedObject','Get the unsaved object for a specified row key and validate that it is the\nvalid object class for the passed record and relation name','','$rowKey, $record, $relationName, $referringRowKey','throws Doctrine_Data_Exception','','','getimportedobject','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292550,161131,'_processRow','Process a row and make all the appropriate relations between the imported\ndata','','$rowKey, $row','','','','processrow','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292551,161131,'_loadNestedSetData','Load nested set data for models with nested set enabled','','$model, $nestedSetData, $parent = null','','','','loadnestedsetdata','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292552,161132,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292553,161132,'compareDefinition','Obtain an array of changes that may need to applied','','$current, $previous','','returns containing all changes that will need to be applied','array','comparedefinition','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292554,161133,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292555,161133,'getPortableDeclaration','Maps a native array description of a field to a Doctrine datatype and\nlength','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292556,161133,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292557,161133,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292558,161134,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292559,161135,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292560,161135,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292561,161135,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292562,161136,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292563,161136,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292564,161136,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292565,161136,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292566,161136,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292567,161137,'getPortableDeclaration','Maps a native array description of a field to a doctrine datatype and\nlength','','$field','throws Doctrine_DataDict_Oracle_Exception','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292568,161137,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292569,161138,'getPortableDeclaration','Maps a native array description of a field to a portable Doctrine datatype\nand length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292570,161138,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292571,161138,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292572,161138,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292573,161139,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292574,161139,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292575,161139,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292576,161140,'getDefaultLength','','','','','','','getdefaultlength','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292577,161140,'__construct','','','','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292578,161140,'getName','','','','','','','getname','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292579,161141,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','hasended','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292580,161141,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','getinvoker','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292581,161141,'__get','getOption returns the value of an option','','$option','','','mixed','get','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292582,161141,'getElapsedSecs','Get the elapsed time (in microseconds) that the event ran. If the event\nhas not yet ended, return false.','','','','','integer','getelapsedsecs','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292583,161141,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns this object','','set','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292584,161141,'setInvoker','setInvoker Defines new invoker (used in Hydrator)','','$invoker','','','','setinvoker','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292585,161141,'end','end ends the internal timer of this event','','','','returns this object','','end','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292586,161141,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292587,161141,'start','start starts the internal timer of this event','','','','returns this object','','start','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292588,161141,'__set','setOption sets the value of an option','','$option, $value','','returns this object','','set','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292589,161141,'getParams','getParams returns the parameters of the query','','','','returns parameters of the query','array','getparams','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292590,161141,'getCode','','','','','returns returns the code associated with this event','integer','getcode','2009-11-12 03:17:56','2009-11-12 03:17:56'),(1292591,161141,'skipOperation','skipOperation skips the next operation an alias for\n__set('skipOperation', true)','','','','returns this object','','skipoperation','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292592,161141,'getQuery','','','','','returns returns the query associated with this event (if any)','','getquery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292593,161141,'getName','getName returns the name of this event','','','','returns the name of this event','string','getname','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292594,161142,'preClose','','','$event','','','','preclose','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292595,161142,'postFetch','','','$event','','','','postfetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292596,161142,'preQuery','','','$event','','','','prequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292597,161142,'postError','','','$event','','','','posterror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292598,161142,'preSavepointCommit','','','$event','','','','presavepointcommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292599,161142,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292600,161142,'preExec','','','$event','','','','preexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292601,161142,'preSavepointRollback','','','$event','','','','presavepointrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292602,161142,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292603,161142,'onOpen','','','$connection','','','','onopen','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292604,161142,'postClose','','','$event','','','','postclose','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292605,161142,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292606,161142,'preError','','','$event','','','','preerror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292607,161142,'postConnect','','','$event','','','','postconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292608,161142,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292609,161142,'onPreCollectionDelete','','','$collection','','','','onprecollectiondelete','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292610,161142,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292611,161142,'postSavepointCommit','','','$event','','','','postsavepointcommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292612,161142,'onCollectionDelete','','','$collection','','','','oncollectiondelete','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292613,161142,'postSavepointRollback','','','$event','','','','postsavepointrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292614,161142,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292615,161142,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292616,161142,'preFetch','','','$event','','','','prefetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292617,161142,'postExec','','','$event','','','','postexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292618,161142,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292619,161142,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292620,161142,'postSavepointCreate','','','$event','','','','postsavepointcreate','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292621,161142,'preSavepointCreate','','','$event','','','','presavepointcreate','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292622,161142,'postQuery','','','$event','','','','postquery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292623,161142,'preConnect','','','$event','','','','preconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292624,161142,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292625,161142,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292626,161142,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292627,161143,'preClose','preClose an event invoked before Doctrine_Connection is closed','','$event','','','','preclose','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292628,161143,'postFetch','','','$event','','','','postfetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292629,161143,'preQuery','','','$event','','','','prequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292630,161143,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','$record','','','','onsleep','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292631,161143,'onPreLoad','onPreLoad an event invoked when Doctrine_Record is being loaded from\ndatabase but not yet initialized','','$record','','','','onpreload','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292632,161143,'postError','','','$event','','','','posterror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292633,161143,'set','','','$key, (Doctrine_EventListener) $listener','','','','set','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292634,161143,'postTransactionBegin','onTransactionBegin an event invoked after a Doctrine_Connection\ntransaction has been started','','$event','','','','posttransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292635,161143,'preExec','','','$event','','','','preexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292636,161143,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292637,161143,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','$connection','','','','onopen','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292638,161143,'postClose','postClose an event invoked after Doctrine_Connection is closed','','$event','','','','postclose','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292639,161143,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292640,161143,'preError','','','$event','','','','preerror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292641,161143,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292642,161143,'postConnect','','','$event','','','','postconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292643,161143,'postTransactionRollback','onTransactionRollback an event invoked after a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','posttransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292644,161143,'onPreCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','onprecollectiondelete','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292645,161143,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292646,161143,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','$record','','','','onwakeup','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292647,161143,'onCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','oncollectiondelete','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292648,161143,'preTransactionBegin','onTransactionBegin an event invoked before a Doctrine_Connection\ntransaction is being started','','$event','','','','pretransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292649,161143,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292650,161143,'preTransactionCommit','onPreTransactionCommit an event invoked before a Doctrine_Connection\ntransaction is committed','','$event','','','','pretransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292651,161143,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','$record','','','','onload','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292652,161143,'preFetch','','','$event','','','','prefetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292653,161143,'postExec','','','$event','','','','postexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292654,161143,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292655,161143,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292656,161143,'postQuery','','','$event','','','','postquery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292657,161143,'preConnect','','','$event','','','','preconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292658,161143,'preTransactionRollback','onPreTransactionRollback an event invoked before a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','pretransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292659,161143,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292660,161143,'postTransactionCommit','onTransactionCommit an event invoked after a Doctrine_Connection\ntransaction is committed','','$event','','','','posttransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292661,161144,'postFetch','','','$event','','','','postfetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292662,161144,'preQuery','','','$event','','','','prequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292663,161144,'postError','','','$event','','','','posterror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292664,161144,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292665,161144,'preExec','','','$event','','','','preexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292666,161144,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292667,161144,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292668,161144,'preError','','','$event','','','','preerror','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292669,161144,'postConnect','','','$event','','','','postconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292670,161144,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292671,161144,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292672,161144,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292673,161144,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292674,161144,'preFetch','','','$event','','','','prefetch','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292675,161144,'postExec','','','$event','','','','postexec','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292676,161144,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292677,161144,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292678,161144,'postQuery','','','$event','','','','postquery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292679,161144,'preConnect','','','$event','','','','preconnect','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292680,161144,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292681,161144,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292682,161144,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292683,161145,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message','string','errormessage','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292684,161146,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292685,161146,'createForeignKeySql','','','$table, $definition','','','string','createforeignkeysql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292686,161146,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292687,161146,'dropIndex','drop existing index','','$table, $name','','','','dropindex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292688,161146,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292689,161146,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292690,161146,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292691,161146,'getUniqueFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint \nof a field declaration to be used in statements like CREATE TABLE.','','','','returns DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','getuniquefielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292692,161146,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','createconstraintsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292693,161146,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292694,161146,'exportTable','exportTable exports given table into database based on column and option\ndefinitions','','$table','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','exporttable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292695,161146,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292696,161146,'getForeignKeyDeclaration','getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\nset the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','getforeignkeydeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292697,161146,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','FIXME: This function has ugly hacks in it to make sure sql is inserted in the correct order.','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclasses','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292698,161146,'dropTable','dropTable drop an existing table','','$table','','','','droptable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292699,161146,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','createdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292700,161146,'dropIndexSql','','','$table, $name','','returns SQL that is used for dropping an index','string','dropindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292701,161146,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','createindex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292702,161146,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292703,161146,'createForeignKey','','','$table, $definition','','','string','createforeignkey','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292704,161146,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292705,161146,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','createdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292706,161146,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292707,161146,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292708,161146,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','droptablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292709,161146,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportschema','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292710,161146,'exportSortedClassesSql','','','$classes, $groupByConnection = true','','','','exportsortedclassessql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292711,161146,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292712,161146,'getForeignKeyBaseDeclaration','getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\nto set the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','','string','getforeignkeybasedeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292713,161146,'getAllGenerators','fetches all generators recursively for given table','','$table','','returns an array of Doctrine_Record_Generator objects','array','getallgenerators','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292714,161146,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclassessql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292715,161146,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292716,161146,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws Doctrine_Exception_Exception if unknown referential action given','','','getforeignkeyreferentialaction','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292717,161146,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','createconstraint','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292718,161146,'alterTableSql','generates the sql for altering an existing table (this method is\nimplemented by the drivers)','','$name, $changes, $check = false','','','string','altertablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292719,161146,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292720,161146,'exportSql','exportSql returns the sql for exporting Doctrine_Record classes to a\nschema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292721,161146,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292722,161146,'createSequenceSql','return RDBMS specific create sequence statement (this method is\nimplemented by the drivers)','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292723,161146,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','getfielddeclarationlist','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292724,161146,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292725,161146,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292726,161146,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292727,161146,'exportGeneratorsSql','exportGeneratorsSql exports plugin tables for given table','','$table','','returns an array of sql strings','array','exportgeneratorssql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292728,161146,'getCheckDeclaration','Obtain DBMS specific SQL code portion needed to set a CHECK constraint \ndeclaration to be used in statements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set a CHECK constraint','string','getcheckdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292729,161146,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','createindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292730,161146,'dropSequence','dropSequenceSql drop existing sequence (this method is implemented by the\ndrivers)','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292731,161147,'dropDatabase','drop an existing database','','$name','','','','dropdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292732,161147,'dropTable','drop an existing table','','$name','','','','droptable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292733,161147,'createDatabase','create a new database','','$name','','','','createdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292734,161147,'dropSequenceSql','drop existing sequence','','$seqName','','','','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292735,161147,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292736,161147,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292737,161147,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','createconstraint','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292738,161147,'checkSupportedChanges','Check if planned changes are supported','','[[[amp]]]$changes, $name','','','','checksupportedchanges','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292739,161147,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292740,161147,'_dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','dropautoincrement','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292741,161147,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292742,161147,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = null','','','','makeautoincrement','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292743,161147,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','','createindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292744,161148,'dropIndexSql','drop existing index','','$table, $name','','','boolean','dropindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292745,161148,'dropSequenceSql','drop existing sequence','','$seqName','','','string','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292746,161148,'createDatabaseSql','create a new database','','$name','','','string','createdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292747,161148,'dropTableSql','drop an existing table','','$name, $this->conns','','','string','droptablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292748,161148,'dropDatabaseSql','drop an existing database','','$name','','','string','dropdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292749,161148,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array(), $seqName','','','','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292750,161148,'alterTable','alter an existing table','','$name, $changes, $check = false','','','boolean','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292751,161149,'dropDatabase','drop an existing database','','$name','','','','dropdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292752,161149,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292753,161149,'createDatabase','create a new database','','$name','','','','createdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292754,161149,'dropIndexSql','','','$table, $name','','','','dropindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292755,161149,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292756,161149,'getTemporaryTableQuery','Override the parent method.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292757,161149,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292758,161149,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292759,161149,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292760,161150,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292761,161150,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292762,161150,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292763,161150,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292764,161150,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292765,161150,'dropIndexSql','drop existing index','','$table, $name','','','','dropindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292766,161150,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition, $charset','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292767,161150,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292768,161150,'dropTableSql','dropTable','','$table','throws PDOException','','','droptablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292769,161150,'dropDatabaseSql','drop an existing database','','$name','','','string','dropdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292770,161150,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292771,161150,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','altertablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292772,161150,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292773,161150,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292774,161150,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292775,161151,'dropDatabase','drop an existing database','','$name, $this->conn','','returns success of operation','boolean','dropdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292776,161151,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292777,161151,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292778,161151,'dropTable','drop an existing table','','$name','','','','droptable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292779,161151,'createDatabase','create a new database','','$name, $db','','returns success of operation','boolean','createdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292780,161151,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292781,161151,'getIndexDeclaration','return Oracle's SQL code portion needed to set an index declaration\nto be unsed in statements like CREATE TABLE.','','$name, $definition','','returns Oracle's SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292782,161151,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292783,161151,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292784,161151,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292785,161151,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','dropautoincrement','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292786,161151,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292787,161151,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns Sql code','string','makeautoincrement','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292788,161152,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292789,161152,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292790,161152,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292791,161152,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292792,161152,'dropDatabaseSql','drop an existing database','','$name','throws PDOException','','','dropdatabasesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292793,161152,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','altertablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292794,161152,'alterTable','alter an existing table','','$name, $changes, $check = false','throws Doctrine_Connection_Exception','','boolean','altertable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292795,161152,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292796,161153,'getIterator','','','','','','','getiterator','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292797,161153,'add','','','$code, $message','','','','add','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292798,161153,'pop','','','','','','','pop','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292799,161154,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns of data in the specified format','string','exportschema','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292800,161154,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','buildschema','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292801,161155,'dropDatabase','','drop an existing database','$databaseFile','throws Doctrine_Export_Exception if something failed during the removal of the database file','','','dropdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292802,161155,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292803,161155,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292804,161155,'createDatabase','','Create sqlite database file','$databaseFile','','','','createdatabase','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292805,161155,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','dropsequencesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292806,161155,'createForeignKey','','Sqlite does not support foreign keys so we are not even going to do anything if this function is called to avoid any sql errors if a user tries to use this on sqlite','$table, $definition','','','string','createforeignkey','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292807,161155,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292808,161155,'alterTableSql','','','$name, $changes, $check = false','','','','altertablesql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292809,161155,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292810,161155,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292811,161156,'getConnection','Retrieves the connection associated to this expression at creation, or the\ncurrent connection used if it was not specified.','','','','returns The connection','','getconnection','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292812,161156,'parseClause','Parses a set of expressions at once.','','$clause','','returns The parsed clause.','string','parseclause','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292813,161156,'getSql','Gets the sql fragment represented.','','','','','string','getsql','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292814,161156,'__construct','Creates an expression.','The constructor needs the dql fragment that contains one or more dbms functions.
','$expr, (Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292815,161156,'__toString','Magic method.','Returns a string representation of this object. Proxies to @see getSql().','','','','string','tostring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292816,161156,'parseExpression','Parses a single expressions and substitutes dql abstract functions with\ntheir concrete sql counterparts for the given connection.','','$expr','','','string','parseexpression','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292817,161156,'setExpression','Sets the contained expression assuring that it is parsed.','','$clause','','','','setexpression','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292818,161157,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292819,161157,'now','Returns the current system date.','','','','','string','now','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292820,161157,'isNotNull','Returns SQL that checks if a expression is not null.','Example:setExpression(\"CONCAT(\'some\', \'one\')\");]]>','$expression','','returns logical expression','string','isnotnull','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292821,161157,'getIdentifier','','','$column','','','','getidentifier','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292822,161157,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns an expression','string','div','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292823,161157,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','mul','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292824,161157,'max','Returns the highest value of a column','','$column','','returns generated sql including a MAX aggregate function','string','max','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292825,161157,'not','Returns the SQL for a logical not.','Example:','$expression','','returns a logical expression','string','not','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292826,161157,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292827,161157,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns logical expression','string','in','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292828,161157,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292829,161157,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292830,161157,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','sub','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292831,161157,'isNull','Returns SQL that checks if a expression is null.','Example:','$expression','','returns logical expression','string','isnull','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292832,161157,'upper','upper Returns the string $str with all characters changed to uppercase\naccording to the current character set mapping.','','$str','','','string','upper','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292833,161157,'mod','Returns the remainder of the division operation $expression1 /\n$expression2.','','$expression1, $expression2','','','string','mod','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292834,161157,'getIdentifiers','','','$columns','','','','getidentifiers','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292835,161157,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns generated sql including a COUNT aggregate function','string','count','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292836,161157,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'User u','$args','','returns an expression','string','add','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292837,161157,'avg','Returns the average value of a column','','$column','','returns generated sql including an AVG aggregate function','string','avg','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292838,161157,'lt','Returns the SQL to check if one value is less than another value.','Example:','$value1, $value2','','returns logical expression','string','lt','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292839,161157,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292840,161157,'gte','Returns the SQL to check if one value is greater than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gte','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292841,161157,'neq','Returns the SQL to check if two values are unequal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','neq','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292842,161157,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292843,161157,'lte','Returns the SQL to check if one value is less than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','lte','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292844,161157,'sin','','','$value','','','','sin','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292845,161157,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292846,161157,'between','Returns SQL that checks if an expression evaluates to a value between two\nvalues.','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns logical expression','string','between','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292847,161157,'trim','trim returns the string $str with leading and proceeding space characters\nremoved','','$str','','','string','trim','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292848,161157,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292849,161157,'min','Returns the lowest value of a column','','$column','','','string','min','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292850,161157,'sum','Returns the total sum of a column','','$column','','','string','sum','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292851,161157,'coalesce','','','','','','string','coalesce','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292852,161157,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292853,161157,'locate','locate returns the position of the first occurrence of substring $substr\nin string $str','','$str, $substr','','','integer','locate','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292854,161157,'cos','','','$value','','','','cos','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292855,161157,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292856,161157,'pi','','','','','','','pi','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292857,161157,'eq','Returns the SQL to check if two values are equal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','eq','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292858,161157,'gt','Returns the SQL to check if one value is greater than another value.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gt','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292859,161157,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292860,161157,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292861,161157,'lower','lower Returns the string $str with all characters changed to lowercase\naccording to the current character set mapping.','','$str','','','string','lower','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292862,161158,'patternEscapeString','build string to define escape pattern string','','','','returns define escape pattern','string','patternescapestring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292863,161158,'functionTable','return string for internal table used when calling only a function','','','','returns for internal table used when calling only a function','string','functiontable','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292864,161159,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns to concatenate two strings','string','concat','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292865,161159,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292866,161159,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns to call a function to get a substring','string','substring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292867,161159,'length','Returns the length of a text field','','$column','','','string','length','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292868,161159,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292869,161160,'day','Returns day from dbms','','$column','','returns to get day from dbms','string','day','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292870,161160,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292871,161160,'year','Returns the year from dbms','','$column','','returns to get year from dbms','string','year','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292872,161160,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292873,161160,'month','Returns the month from dbms','','$column','','returns to get month from dbms','string','month','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292874,161160,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292875,161160,'soundex','Returns soundex from dbms','','$column','','returns to get soundex from dbms','string','soundex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292876,161160,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292877,161161,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292878,161161,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \n- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292879,161161,'random','','','','','returns an oracle SQL string that generates a float between 0 and 1','string','random','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292880,161161,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292881,161161,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292882,161162,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292883,161162,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292884,161162,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292885,161162,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns string to generate float between 0 and 1','return','random','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292886,161162,'regexp','','','','','returns the regular expression operator','string','regexp','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292887,161162,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292888,161162,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns sql that extracts part of a string.','string','substring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292889,161162,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292890,161162,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292891,161162,'translate','return syntax for pgsql TRANSLATE() dbms function','','$string, $from, $to','','','string','translate','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292892,161162,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292893,161163,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement There are three special variables for current date and time.','','$type = 'timestamp'','','returns sqlite function as string','string','now','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292894,161163,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292895,161163,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292896,161163,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5impl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292897,161163,'rtrimImpl','','','$str','','','','rtrimimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292898,161163,'concatImpl','Returns a concatenation of the data that SQLite's concat() function\nreceives.','','','','','string','concatimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292899,161163,'trimImpl','','','$str','','','','trimimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292900,161163,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','modimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292901,161163,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292902,161163,'ltrimImpl','','','$str','','','','ltrimimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292903,161163,'locateImpl','locate returns the position of the first occurrence of substring $substr\nin string $str that SQLite's locate() function receives','','$substr, $str','','','string','locateimpl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292904,161163,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292905,161163,'sha1Impl','','','$str','','','','sha1impl','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292906,161164,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292907,161164,'setUp','','','','','','','setup','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292908,161164,'get','','','$name, $load = true','','','','get','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292909,161165,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292910,161165,'setUp','','','','','','','setup','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292911,161166,'fixSequenceName','Removes any formatting in an sequence name using the\n'seqname_format' option','','$sqn','','returns name of the sequence with possible formatting removed','string','fixsequencename','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292912,161166,'fixIndexName','Removes any formatting in an index name using the\n'idxname_format' option','','$idx','','returns name of the index with possible formatting removed','string','fixindexname','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292913,161166,'getIndexName','adds index name formatting to a index name','','$idx','','returns formatted index name','string','getindexname','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292914,161166,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292915,161166,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns formatted sequence name','string','getsequencename','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292916,161166,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292917,161166,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292918,161166,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns quoted string','string','escapepattern','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292919,161166,'quote','quote quotes given input parameter','','$input, $type = null','','','string','quote','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292920,161166,'getTableName','adds table name formatting to a table name','','$table','','returns formatted table name','string','gettablename','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292921,161167,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns whether or not the hooking was','boolean','hookwhere','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292922,161167,'hookOffset','set the hook offset','','$offset','','','','hookoffset','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292923,161167,'hookLimit','set the hook limit','','$limit','','','','hooklimit','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292924,161167,'setTypeParser','','','$type, (string|object ) $parser','','','','settypeparser','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292925,161167,'__construct','','','(Doctrine_Query) $query','','','','construct','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292926,161167,'setFieldParser','','','$field, (string|object ) $parser','','','','setfieldparser','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292927,161167,'getQuery','','','','','returns returns the query object associated with this hook','','getquery','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292928,161167,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns whether or not the hooking was successful','boolean','hookorderby','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292929,161168,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292930,161169,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292931,161170,'getCondition','','','','','','','getcondition','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292932,161170,'getParams','getParams returns the parameters associated with this parser','','','','','array','getparams','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292933,161170,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292934,161171,'parseClause','','','$alias, $field, $value','','','','parseclause','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292935,161171,'__construct','Constructor.','','','','','','construct','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292936,161171,'parseSingle','','','$alias, $field, $value','','','','parsesingle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292937,161171,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292938,161172,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:17:57','2009-11-12 03:17:57'),(1292939,161173,'hydrateResultSet','hydrateResultSet parses the data returned by statement object','This is method defines the core of Doctrine's object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases, $aliasMap','','','array','hydrateresultset','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292940,161173,'_gatherRowData','Puts the fields of a data row into a new array, grouped by the component \nthey belong to. The column names in the result set are mapped to their \nfield names during this procedure.','','[[[amp]]]$data, [[[amp]]]$cache, [[[amp]]]$id, [[[amp]]]$nonemptyComponents','','returns An array with all the fields (name => value) of the data row, grouped by their component (alias).','array','gatherrowdata','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292941,161174,'__construct','constructor','','(Doctrine_Connection|null) $connection','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292942,161174,'getQueryComponents','getAliasMap returns the component alias map','','','','returns component alias map','array','getquerycomponents','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292943,161174,'hydrateResultSet','parseData parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt, $tableAliases','','','array','hydrateresultset','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292944,161174,'setHydrationMode','Sets the fetchmode.','','$hydrationMode, $fetchmode','','','','sethydrationmode','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292945,161174,'getHydrationMode','Get the fetchmode','','','','returns One of the Doctrine::HYDRATE_* constants','integer','gethydrationmode','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292946,161174,'setQueryComponents','setAliasMap sets the whole component alias map','','$queryComponents, $map','','returns this object','Doctrine_Hydrate','setquerycomponents','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292947,161175,'initRelated','','','[[[amp]]]$data, $name','','','','initrelated','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292948,161175,'getLastKey','','','[[[amp]]]$data','','','','getlastkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292949,161175,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292950,161175,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292951,161175,'flush','','','','','','','flush','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292952,161175,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292953,161175,'setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292954,161175,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292955,161176,'initRelated','','','$record, $name','','','','initrelated','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292956,161176,'_getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name']','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','[[[amp]]]$data, $component','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292957,161176,'getLastKey','','','$coll','','','','getlastkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292958,161176,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292959,161176,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292960,161176,'flush','','','','','','','flush','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292961,161176,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292962,161176,'setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292963,161176,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292964,161177,'setTableDefinition','buildDefinition','','$Doctrine_Table','','','','settabledefinition','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292965,161177,'buildRelation','','','','','','','buildrelation','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292966,161177,'__construct','','','$options','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292967,161178,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292968,161178,'tableExists','checks if a table exists','','$table, (string|null) $database = null','','','boolean','tableexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292969,161178,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292970,161178,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292971,161178,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292972,161178,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$table','','','array','listtablerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292973,161178,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns the names of the imported classes','array','importschema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292974,161178,'tableIndexExists','checks if a table index exists','','$index, $table','','','boolean','tableindexexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292975,161178,'tableConstraintExists','checks if a table constraint exists','','$constraint, $table','','','boolean','tableconstraintexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292976,161178,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292977,161178,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292978,161178,'databaseExists','checks if a database exists','','$database','','','boolean','databaseexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292979,161178,'tableColumnExists','checks if a table column exists','','$column, $table','','','boolean','tablecolumnexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292980,161178,'tableTriggerExists','checks if a table trigger exists','','$trigger, $table','','','boolean','tabletriggerexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292981,161178,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292982,161178,'tableViewExists','checks if a table view exists','','$view, $table','','','boolean','tableviewexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292983,161178,'triggerExists','checks if a trigger exists','','$trigger, (string|null) $database = null','','','boolean','triggerexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292984,161178,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292985,161178,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292986,161178,'userExists','checks if a user exists','','$user','','','boolean','userexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292987,161178,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292988,161178,'sequenceExists','checks if a sequence exists','','$sequence, (string|null) $database = null','','','boolean','sequenceexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292989,161178,'functionExists','checks if a function exists','','$function','','','boolean','functionexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292990,161178,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292991,161178,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292992,161178,'viewExists','checks if a view exists','','$view, (string|null) $database = null','','','boolean','viewexists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292993,161179,'setBaseClassPrefix','','','$prefix','','','','setbaseclassprefix','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292994,161179,'buildSetUp','','','$definition, $options, $columns, $relations','','','string','buildsetup','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292995,161179,'buildListeners','Build php code for adding record listeners','','$listeners','','','string','buildlisteners','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292996,161179,'buildChecks','Build php code for record checks','','$checks','','','string','buildchecks','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292997,161179,'loadTemplate','','Loads the class template used for generating classes','','','','','loadtemplate','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292998,161179,'getTargetPath','','','','','returns the path where imported files are being generated','string','gettargetpath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1292999,161179,'buildIndexes','','','$indexes, $array','','','','buildindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293000,161179,'setBaseClassesDirectory','','','$baseClassesDirectory','','','','setbaseclassesdirectory','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293001,161179,'generateTableClasses','','Specify whether or not to generate children table classes','$bool = null','','','boolean','generatetableclasses','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293002,161179,'setPackagesPath','','','$packagesPath','','','','setpackagespath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293003,161179,'setTargetPath','','','$path','','','','settargetpath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293004,161179,'setOption','','','$key, $value','','','','setoption','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293005,161179,'setOptions','','','$options','','','','setoptions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293006,161179,'writeTableDefinition','','','$className, $path, $options = array()','','','','writetabledefinition','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293007,161179,'__construct','','','','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293008,161179,'setSuffix','','','$suffix','','','','setsuffix','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293009,161179,'buildTableDefinition','','','$definition','','','','buildtabledefinition','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293010,161179,'getBaseClassPrefix','','','','','','','getbaseclassprefix','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293011,161179,'buildRecord','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','buildrecord','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293012,161179,'buildAccessors','','','$definition','','','','buildaccessors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293013,161179,'setBaseClassName','','','$className','','','','setbaseclassname','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293014,161179,'setPackagesPrefix','setPackagePath','','$packagesPrefix','','','','setpackagesprefix','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293015,161179,'writeDefinition','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','writedefinition','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293016,161179,'buildAttributes','','','$attributes, $array','','','','buildattributes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293017,161179,'buildDefinition','','','$definition','','','string','builddefinition','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293018,161179,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','boolean','generatebaseclasses','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293019,161179,'buildPhpDocs','','','$definition','','','','buildphpdocs','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293020,161179,'buildColumns','','','$columns, $array','','','','buildcolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293021,161179,'buildActAs','buildActAs: builds a complete actAs code. It supports hierarchy of plugins','','$actAs','','','','buildactas','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293022,161179,'buildOptions','buildTableOptions','','$options, $array','','','','buildoptions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293023,161180,'listUsers','list all users','','','','returns data array containing all database users','array','listusers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293024,161180,'listFunctions','list all functions in the current database','','','','returns data array containing all availible functions','array','listfunctions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293025,161180,'listTableColumns','list all fields in a tables in the current database','','$table','','returns can be a MDB2 error (on failure)','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293026,161180,'listTableViews','list the views in the database that reference a given table','','$table','','returns data array containing all views for given table','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293027,161180,'listViews','list the views in the database','','$database = null','','returns data array containing all database views','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293028,161180,'listTables','list all tables in the current database','','$database = null','','returns data array','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293029,161180,'listTableTriggers','This function will be called to get all triggers of the current database\n($this->conn->getDatabase())','','$table','','returns data array containing all triggers for given table','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293030,161181,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293031,161181,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293032,161181,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293033,161181,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293034,161181,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293035,161181,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293036,161181,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293037,161181,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293038,161181,'listTriggers','lists all triggers','','$database = null','','','array','listtriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293039,161182,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293040,161182,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293041,161182,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293042,161182,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293043,161182,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293044,161182,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293045,161182,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293046,161183,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293047,161183,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293048,161183,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293049,161183,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293050,161183,'listTableRelations','list table relations','','$table','','','','listtablerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293051,161183,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293052,161183,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293053,161183,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293054,161183,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293055,161183,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293056,161183,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293057,161183,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293058,161183,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293059,161184,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293060,161184,'listTableRelations','','','$table','','','','listtablerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293061,161184,'listTableViews','list the views in the database that reference a given table','','$table','','','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293062,161184,'listTableIndexes','list all indexes in a table','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293063,161184,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293064,161184,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293065,161184,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293066,161184,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293067,161185,'getOptions','','','','','','','getoptions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293068,161185,'_autoCompleteOppositeRelations','fixRelationships','Loop through all relationships building the opposite ends of each relationship and make sure no duplicate relations exist','','','','','autocompleteoppositerelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293069,161185,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','importschema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293070,161185,'_fixDuplicateRelations','','Ensure the relations for each class are unique and that no duplicated relations exist from the auto generated relations and the user explicitely defining the opposite end','','','','','fixduplicaterelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293071,161185,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','buildrelationships','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293072,161185,'_buildUniqueRelationKey','','Build a unique key to identify a relationship by Md5 hash of all the relationship parameters','$relation','','','','builduniquerelationkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293073,161185,'setOption','','','$name, $value','','','','setoption','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293074,161185,'_processInheritance','','Perform some processing on inheritance. Sets the default type and sets some default values for certain types','$array','','','','processinheritance','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293075,161185,'setOptions','','','$options','','','','setoptions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293076,161185,'getOption','','','$name','','','','getoption','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293077,161185,'_findBaseSuperClass','Find the base super class for this inheritance child. We need to move all\nlevels of children to the top most parent.','','$array, $class','','returns Class to get find the parent for','string','findbasesuperclass','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293078,161185,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns Built array of schema information','array','parseschema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293079,161185,'buildSchema','','Loop throug directories of schema files and parse them all in to one complete array of schema information','$schema, $format','','','array','buildschema','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293080,161185,'_validateSchemaElement','','','$name, $element, $path, $value','','','','validateschemaelement','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293081,161186,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293082,161186,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293083,161186,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293084,161186,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293085,161186,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293086,161186,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293087,161186,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293088,161186,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293089,161186,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293090,161186,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293091,161186,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293092,161186,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293093,161187,'seemsUtf8','Check if a string has utf7 characters in it','By bmorel at ssi dot fr','$string','','','boolean','seemsutf8','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293094,161187,'unaccent','Remove any illegal characters, accents, etc.','','$string','','returns Unaccented string','string','unaccent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293095,161187,'urlize','Convert any passed string to a url friendly string. Converts 'My first\nblog post' to 'my-first-blog-post'','','$text','','returns Urlized text','string','urlize','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293096,161187,'classifyCallback','Callback function to classify a classname properly.','','$matches','','returns A string with matches 1 and mathces 3 in upper case.','string','classifycallback','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293097,161187,'tableize','Convert word in to the format for a Doctrine table name. Converts\n'ModelName' to 'model_name'','','$word','','returns Tableized word','string','tableize','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293098,161187,'classify','Convert a word in to the format for a Doctrine class name. Converts\n'table_name' to 'TableName'','','$word','','returns Classified word','string','classify','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293099,161188,'processDeleteIntegrity','','','$record','','','','processdeleteintegrity','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293100,161188,'buildIntegrityRelationQuery','','','$record','','returns The result','array','buildintegrityrelationquery','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293101,161188,'buildIntegrityRelations','','','$table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components, $aliases, $fields, $indexes, $components','','','','buildintegrityrelations','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293102,161188,'invokeIntegrityActions','','','$record','','','','invokeintegrityactions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293103,161189,'getRecordAsString','Dumps a record.','This method returns an html representation of a given record, containing keys, state and data.','$record','','','string','getrecordasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293104,161189,'formatSql','Generates a colored sql query.','This methods parses a plain text query and generates the html needed for visual formatting.','$sql','','returns the formatted sql code','string','formatsql','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293105,161189,'arrayDeepMerge','','','','','','','arraydeepmerge','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293106,161189,'getCollectionAsString','Generates a string representation of a collection.','This method returns an html dump of a collection of records, containing all data.','$collection','','','string','getcollectionasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293107,161189,'getConnectionStateAsString','Generates a human readable representation of a connection's state.','This method translates a Doctrine_Connection state (integer constant) in a english description.','$state','','','string','getconnectionstateasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293108,161189,'copyDirectory','Copy all directory content in another one.','This method recursively copies all $source files and subdirs in $dest. If $source is a file, only it will be copied in $dest.','$source, $dest','','','','copydirectory','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293109,161189,'isValidClassName','Checks for a valid class name for Doctrine coding standards.','This methods tests if $className is a valid class name for php syntax and for Doctrine coding standards. $className must use camel case naming and underscores for directory separation.','$className, $classname','','','boolean','isvalidclassname','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293110,161189,'getRecordStateAsString','Generates a human readable representation of a record's state.','This method translates a Doctrine_Record state (integer constant) in an english string.','$state','','returns description of given state','string','getrecordstateasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293111,161189,'getConnectionAsString','Generates a string representation of a connection.','This method returns an html dump of a connection, containing state, open transactions and loaded tables.','$connection','','','string','getconnectionasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293112,161189,'makeDirectories','Makes the directories for a path recursively.','This method creates a given path issuing mkdir commands for all folders that do not exist yet. Equivalent to 'mkdir -p'.','$path, $mode = 0777','','returns true if succeeded','boolean','makedirectories','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293113,161189,'getTableAsString','Generates a string representation of a table.','This method returns an html dump of a table, containing component name and table physical name.','$table','','','string','gettableasstring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293114,161189,'removeDirectories','Removes a non empty directory.','This method recursively removes a directory and all its descendants. Equivalent to 'rm -rf'.','$folderPath','','returns success of the operation','boolean','removedirectories','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293115,161190,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','$conn','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293116,161190,'getLockOwner','Gets the identifier that identifies the owner of the lock on the given \nrecord.','','(Doctrine_Record) $lockedRecord','','returns The unique user identifier that identifies the owner of the lock.','mixed','getlockowner','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293117,161190,'getLock','Obtains a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the locking failed due to database errors','returns TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','getlock','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293118,161190,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws Doctrine_Locking_Exception If the release process failed due to database errors','returns The number of locks that have been released','integer','releaseagedlocks','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293119,161190,'releaseLock','Releases a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the release procedure failed due to database errors','returns TRUE if a lock was released, FALSE if no lock was released','boolean','releaselock','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293120,161191,'connection','Open a new connection. If the adapter parameter is set this method acts as \na short cut for\nDoctrine_Manager::getInstance()->openConnection($adapter, $name);','if the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurrentConnection()','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293121,161191,'getConnectionForComponent','Get the connection instance for the specified component','','$componentName','','','','getconnectionforcomponent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293122,161191,'getQueryRegistry','Lazy-initializes the query registry object and returns it','','','','','','getqueryregistry','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293123,161191,'parsePdoDsn','Parse a pdo style dsn in to an array of parts','','$dsn','','returns The array parsed','array','parsepdodsn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293124,161191,'getConnection','Get the connection instance for the passed name','','$name','throws Doctrine_Manager_Exception if trying to get a non-existent connection','','','getconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293125,161191,'_buildDsnPartsArray','Build the blank dsn parts array used with parseDsn()','','$dsn','','','array','builddsnpartsarray','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293126,161191,'getIterator','Returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','getiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293127,161191,'createDatabases','Creates databases for all existing connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293128,161191,'contains','Whether or not the manager contains specified connection','','$key','','','boolean','contains','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293129,161191,'bindComponent','Binds given component to given connection this means that when ever the\ngiven component uses a connection it will be using the bound connection\ninstead of the current connection','','$componentName, $connectionName','','','boolean','bindcomponent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293130,161191,'parseDsn','Parse a Doctrine style dsn string in to an array of parts','','$dsn','','returns Parsed contents of DSN','array','parsedsn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293131,161191,'count','Returns the number of opened connections','','','','','integer','count','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293132,161191,'getConnections','Returns all opened connections','','','','','array','getconnections','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293133,161191,'getCurrentConnection','Get the current connection instance','','','throws Doctrine_Connection_Exception if there are no open connections','','','getcurrentconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293134,161191,'openConnection','Opens a new connection and saves it to Doctrine_Manager->connections','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws Doctrine_Manager_Exception if trying to open connection for unknown driver','','','openconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293135,161191,'setQueryRegistry','Sets the query registry','','$registry','','returns this object','','setqueryregistry','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293136,161191,'setDefaultAttributes','Sets default attributes values.','This method sets default values for all null attributes of this instance. It is idempotent and can only be called one time. Subsequent calls does not alter the attribute values.','','','returns true if inizialization was executed','boolean','setdefaultattributes','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293137,161191,'getConnectionName','Get the name of the passed connection instance','','$conn','','returns the name of the connection','string','getconnectionname','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293138,161191,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293139,161191,'setCurrentConnection','Sets the current connection to $key','','$key','throws InvalidKeyException','','','setcurrentconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293140,161191,'getInstance','Returns an instance of this class (this class uses the singleton pattern)','','','','','','getinstance','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293141,161191,'registerValidators','Register validators so that Doctrine is aware of them','','$validators','','','','registervalidators','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293142,161191,'getValidators','Get available doctrine validators','','','','','array','getvalidators','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293143,161191,'closeConnection','Closes the specified connection','','$connection','','','','closeconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293144,161191,'hasConnectionForComponent','Check if a component is bound to a connection','','$componentName = null','','','boolean','hasconnectionforcomponent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293145,161191,'dropDatabases','Drops databases for all existing connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293146,161192,'_transaction','Wrapper for performing transaction functions on all available connections','','$funcName','','','','transaction','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293147,161192,'getMigrationClass','Get instance of migration class for number/version specified','','$num','throws Doctrine_Migration_Exception $e','','','getmigrationclass','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293148,161192,'_doMigrate','Do the actual migration process','','$to','throws Doctrine_Exception','','integer','domigrate','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293149,161192,'hasErrors','Whether or not the migration instance has errors','','','','','boolean','haserrors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293150,161192,'_throwErrorsException','Throw an exception with all the errors trigged during the migration','','','throws Doctrine_Migration_Exception $e','','','throwerrorsexception','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293151,161192,'hasMigrated','hReturns true/false for whether or not this database has been migrated in\nthe past','','','','','boolean','hasmigrated','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293152,161192,'_doMigrateStep','Perform a single migration step. Executes a single migration class and \nprocesses the changes','','$direction, $num','','','','domigratestep','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293153,161192,'getNumErrors','Get the number of errors','','','','','integer','getnumerrors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293154,161192,'setCurrentVersion','Set the current version of the database','','$number','','','','setcurrentversion','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293155,161192,'getLatestVersion','Gets the latest possible version from the loaded migration classes','','','','','integer','getlatestversion','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293156,161192,'getNextVersion','Get the next incremented version number based on the latest version number \nusing getLatestVersion()','','','','','integer','getnextversion','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293157,161192,'__construct','Specify the path to the directory with the migration classes.','The classes will be loaded and the migration table will be created if it does not already exist','$directory = null','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293158,161192,'addError','Add an error to the stack. Excepts some type of Exception','','$e','','','','adderror','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293159,161192,'loadMigrationClassesFromDirectory','Load migration classes from the passed directory. Any file found with a\n.php extension will be passed to the loadMigrationClass()','','$directory = null','','','','loadmigrationclassesfromdirectory','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293160,161192,'_createMigrationTable','Create the migration table and return true. If it already exists it will \nsilence the exception and return false','','','','returns Whether or not the table was created. Exceptions are silenced when table already exists','boolean','createmigrationtable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293161,161192,'getCurrentVersion','Get the current version of the database','','','','','integer','getcurrentversion','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293162,161192,'migrate','Perform a migration process by specifying the migration number/version to \nmigrate to. It will automatically know whether you are migrating up or down\n based on the current version of the database.','','$to = null, $dryRun = false','throws Doctrine_Exception','returns Version number migrated to','integer','migrate','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293163,161192,'clearErrors','Clears the error exceptions','','','','','','clearerrors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293164,161192,'loadMigrationClass','Load the specified migration class name in to this migration instances\nqueue of migration classes to execute. It must be a child of\nDoctrine_Migration in order to be loaded.','','$name, $path = null','','','','loadmigrationclass','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293165,161192,'migrateDryRun','Run the migration process but rollback at the very end. Returns true or \nfalse for whether or not the migration can be ran','','$to = null','','','boolean','migratedryrun','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293166,161192,'getTableName','Get the table name for storing the version number for this migration\ninstance','','','','','string','gettablename','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293167,161192,'getMigrationClassesDirectory','Get the migration classes directory','','','','','string','getmigrationclassesdirectory','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293168,161192,'getMigrationClasses','Get all the loaded migration classes. Array where key is the number/version\n and the value is the class name.','','','','','array','getmigrationclasses','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293169,161192,'setTableName','Set the table name for storing the version number for this migration\ninstance','','$tableName','','','','settablename','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293170,161192,'getErrors','Get all the error exceptions','','','','','array','geterrors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293171,161192,'getNextMigrationClassVersion','Get the next incremented class version based on the loaded migration\nclasses','','','','','integer','getnextmigrationclassversion','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293172,161193,'renameTable','Add a rename table change','','$oldTableName, $newTableName','','','','renametable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293173,161193,'dropForeignKey','Add a drop foreign key change.','','$tableName, $name','','','','dropforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293174,161193,'preUp','','','','','','','preup','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293175,161193,'dropConstraint','Add a drop constraint change.','','$tableName, $constraintName, $primary = false, $constraintname','','','','dropconstraint','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293176,161193,'_addChange','Add a change to the stack of changes to execute','','$type, $change = array()','','','','addchange','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293177,161193,'removeIndex','Add a remove index change.','','$tableName, $indexName','','','','removeindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293178,161193,'changeColumn','Add a change column change','','$tableName, $columnName, $length = null, $type = null, $options = array()','','','','changecolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293179,161193,'postDown','','','','','','','postdown','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293180,161193,'postUp','','','','','','','postup','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293181,161193,'dropTable','Add a drop table change.','','$tableName','','','','droptable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293182,161193,'foreignKey','Add a create or drop foreign key change.','','$upDown, $tableName, $name, $definition = array()','','','','foreignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293183,161193,'createForeignKey','Add a create foreign key change.','','$tableName, $name, $definition','','','','createforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293184,161193,'column','Add a add or remove column change.','','$upDown, $tableName, $columnName, $type = null, $length = null, $options = array()','','','','column','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293185,161193,'renameColumn','Add a rename column change','','$tableName, $oldColumnName, $newColumnName','','','','renamecolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293186,161193,'removeColumn','Add a remove column change.','','$tableName, $columnName','','','','removecolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293187,161193,'getChanges','Get the changes that have been added on this migration class instance','','','','','array','getchanges','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293188,161193,'createConstraint','Add a create constraint change.','','$tableName, $constraintName, $definition, $constraintname','','','','createconstraint','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293189,161193,'table','Add a create or drop table change.','','$upDown, $tableName, $fields = array(), $options = array()','','','','table','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293190,161193,'index','Add a add or remove index change.','','$upDown, $tableName, $indexName, $definition = array()','','','','index','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293191,161193,'addColumn','Add a add column change.','','$tableName, $columnName, $type, $length = null, $options = array()','','','','addcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293192,161193,'constraint','Add a create or drop constraint change.','','$upDown, $tableName, $constraintName, $definition','','','','constraint','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293193,161193,'createTable','Add a create table change.','','$tableName, $fields = array(), $options = array()','','','','createtable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293194,161193,'addIndex','Add a add index change.','','$tableName, $indexName, $definition','','','','addindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293195,161193,'getNumChanges','','','','','','','getnumchanges','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293196,161193,'preDown','','','','','','','predown','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293197,161194,'loadTemplate','Loads the class template used for generating classes','','','','','','loadtemplate','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293198,161194,'buildAddIndex','Build the code for adding indexes','','$tableName, $indexName, $index','','','sgtring','buildaddindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293199,161194,'setMigrationsPath','Set the path to write the generated migration classes','','$path','','','','setmigrationspath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293200,161194,'generateMigrationsFromDb','Generate a set of migration classes from the existing databases','','','','','','generatemigrationsfromdb','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293201,161194,'buildMigrationClass','Build the code for a migration class','','$className, $fileName = null, $options = array(), $up = null, $down = null','','returns The code for the generated class','string','buildmigrationclass','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293202,161194,'buildAddColumn','Build the code for adding columns','','$tableName, $columnName, $column','','','string','buildaddcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293203,161194,'buildRemoveIndex','Build the code for removing indexes','','$tableName, $indexName, $index','','','string','buildremoveindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293204,161194,'__construct','Instantiate new instance of the Doctrine_Migration_Builder class','- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
','$migrationsPath = null','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293205,161194,'buildChangeColumn','Build the code for changing columns','','$tableName, $columnName, $column','','','string','buildchangecolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293206,161194,'generateMigrationsFromModels','Generate a set of migrations from a set of models','','$modelsPath = null, $modelLoading = null','','','boolean','generatemigrationsfrommodels','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293207,161194,'buildCreateTable','Build the code for creating tables','','$tableData','','','string','buildcreatetable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293208,161194,'buildCreateForeignKey','Build the code for creating foreign keys','','$tableName, $definition','','','string','buildcreateforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293209,161194,'buildDropForeignKey','Build the code for dropping foreign keys','','$tableName, $definition','','','string','builddropforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293210,161194,'generateMigrationClass','Generate a migration class','','$className, $options = array(), $up = null, $down = null, $return = false','','','mixed','generatemigrationclass','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293211,161194,'getMigrationsPath','Get the path where generated migration classes are written to','','','','returns the path where migration classes are stored and being generated','string','getmigrationspath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293212,161194,'buildRemoveColumn','Build the code for removing columns','','$tableName, $columnName, $column','','','string','buildremovecolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293213,161194,'generateMigrationsFromDiff','Generate migrations from a Doctrine_Migration_Diff instance','','$diff','','returns Array of changes produced from the diff','array','generatemigrationsfromdiff','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293214,161194,'buildDropTable','Build the code for dropping tables','','$tableData','','','string','builddroptable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293215,161195,'_generateModels','Generate a set of models for the schema information source','','$prefix, $item','throws Doctrine_Migration_Exception $e','returns The path where the models were generated','string','generatemodels','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293216,161195,'_buildModelInformation','Build all the model schema information for the passed array of models','','$models','','returns Array of schema information for all the passed models','array','buildmodelinformation','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293217,161195,'generateChanges','Generate an array of changes found between the from and to schema\ninformation.','','','','','array','generatechanges','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293218,161195,'__construct','Instantiate new Doctrine_Migration_Diff instance','','$from, $to, $migration','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293219,161195,'_diff','Generate a diff between the from and to schema information','','$from, $to','','','array','diff','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293220,161195,'generateMigrationClasses','Generate a migration class for the changes in this diff instance','','','','','array','generatemigrationclasses','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293221,161195,'_cleanModelInformation','Clean the produced model information of any potential prefix text','','$info','','returns Cleaned value which is either an array or string','mixed','cleanmodelinformation','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293222,161195,'_buildChanges','Build array of changes between the from and to array of schema information','','$from, $to','','','array','buildchanges','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293223,161195,'_cleanup','Cleanup temporary generated models after a diff is performed','','','','','','cleanup','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293224,161195,'getUniqueId','Get unique hash id for this migration instance','','','','','string','getuniqueid','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293225,161196,'processCreatedForeignKey','Process a created foreign key change','','$foreignKey','','','','processcreatedforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293226,161196,'processRenamedTable','Process a renamed table change','','$table','','','','processrenamedtable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293227,161196,'processChangedColumn','Process a changed column change','','$column','','','','processchangedcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293228,161196,'processCreatedIndex','Process a created index change','','$index','','','','processcreatedindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293229,161196,'processCreatedTable','Process a created table change','','$table','','','','processcreatedtable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293230,161196,'processCreatedColumn','Process a created column change','','$column','','','','processcreatedcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293231,161196,'getConnection','Get the connection for specified table name','','$tableName','','','','getconnection','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293232,161196,'processDroppedForeignKey','Process a dropped foreign key change','','$foreignKey','','','','processdroppedforeignkey','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293233,161196,'processDroppedConstraint','Process a dropped constraint change','','$constraint','','','','processdroppedconstraint','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293234,161196,'processDroppedTable','Process a dropped table change','','$table','','','','processdroppedtable','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293235,161196,'processCreatedConstraint','Process a created constraint change','','$constraint','','','','processcreatedconstraint','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293236,161196,'processDroppedIndex','Process a dropped index change','','$index','','','','processdroppedindex','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293237,161196,'processRenamedColumn','Process a renamed column change','','$column','','','','processrenamedcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293238,161196,'processDroppedColumn','Process a dropped column change','','$column','','','','processdroppedcolumn','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293239,161197,'setIteratorType','sets node's iterator type','','$type','','','','setiteratortype','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293240,161197,'factory','Factory method for creating a Node.','This is a factory method that returns node instance based upon chosen implementation.','$record, $implName, $options = array()','throws Doctrine_Node_Exception if $implName is not a valid class','','','factory','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293241,161197,'getIterator','get iterator','','$type = null, $options = null','','','','getiterator','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293242,161197,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293243,161197,'setRecord','setter for record attribute','','$record','','','','setrecord','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293244,161197,'__construct','contructor, creates node with reference to record and any options','','$record, $options','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293245,161197,'getRecord','getter for record attribute','','','','','','getrecord','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293246,161197,'setIteratorOptions','sets node's iterator options','','$options','','','','setiteratoroptions','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293247,161198,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293248,161198,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293249,161198,'getChildren','gets children for node (direct descendants only)','','','','returns array of sibling Doctrine_Record objects','array','getchildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293250,161198,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293251,161198,'getDescendants','gets descendants for node (direct descendants only)','','','','returns iterator to traverse descendants from node','Iterator','getdescendants','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293252,161198,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293253,161198,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293254,161198,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293255,161198,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293256,161198,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293257,161198,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293258,161198,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293259,161198,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293260,161198,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293261,161198,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293262,161198,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293263,161198,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293264,161198,'getAncestors','gets ancestors for node','','','','','','getancestors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293265,161198,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293266,161198,'insertAsLastChildOf','inserts node as first child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293267,161198,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293268,161198,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293269,161198,'isValidNode','determines if node is valid','','','','','bool','isvalidnode','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293270,161198,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293271,161198,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293272,161198,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293273,161198,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293274,161198,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293275,161198,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeNode = false','','returns string representation of path','string','getpath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293276,161198,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293277,161198,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293278,161198,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293279,161198,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293280,161198,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293281,161199,'key','','','','','','','key','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293282,161199,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293283,161199,'next','','','','','','','next','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293284,161199,'rewind','','','','','','','rewind','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293285,161199,'current','','','','','','','current','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293286,161199,'valid','','','','','','','valid','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293287,161200,'key','','','','','','','key','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293288,161200,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293289,161200,'next','','','','','','','next','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293290,161200,'rewind','','','','','','','rewind','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293291,161200,'current','','','','','','','current','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293292,161200,'valid','','','','','','','valid','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293293,161201,'key','','','','','','','key','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293294,161201,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293295,161201,'next','','','','','','','next','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293296,161201,'rewind','','','','','','','rewind','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293297,161201,'current','','','','','','','current','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293298,161201,'valid','','','','','','','valid','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293299,161202,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293300,161202,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293301,161202,'getChildren','gets children for node (direct descendants only)','','','','returns The children of the node or FALSE if the node has no children.','mixed','getchildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293302,161202,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293303,161202,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns The descendants of the node or FALSE if the node has no descendants.','mixed','getdescendants','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293304,161202,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293305,161202,'setRootValue','sets records root id value','','$value','','','','setrootvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293306,161202,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293307,161202,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293308,161202,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293309,161202,'getRightValue','gets record's right value','','','','','int','getrightvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293310,161202,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293311,161202,'getRootValue','get records root id value','','','','','','getrootvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293312,161202,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293313,161202,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293314,161202,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293315,161202,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293316,161202,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293317,161202,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293318,161202,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293319,161202,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','getancestors','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293320,161202,'setLeftValue','sets record's left value','','$lft','','','','setleftvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293321,161202,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293322,161202,'insertAsLastChildOf','inserts node as last child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293323,161202,'detach','Detaches the node from the tree by invalidating it's lft & rgt\nvalues (they're set to 0).','','','','','','detach','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293324,161202,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293325,161202,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','makeroot','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293326,161202,'setRightValue','sets record's right value','','$rgt','','','','setrightvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293327,161202,'getLeftValue','gets record's left value','','','','','int','getleftvalue','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293328,161202,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293329,161202,'isValidNode','determines if node is valid','','$record = null','','','bool','isvalidnode','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293330,161202,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293331,161202,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293332,161202,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293333,161202,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293334,161202,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293335,161202,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns string representation of path','string','getpath','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293336,161202,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293337,161202,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293338,161202,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293339,161202,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293340,161202,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293341,161203,'key','returns the current key','','','','','integer','key','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293342,161203,'__construct','','','$record, $opts','','','','construct','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293343,161203,'count','','','','','','','count','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293344,161203,'next','advances the internal pointer','','','','','','next','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293345,161203,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293346,161203,'current','returns the current record','','','','','','current','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293347,161203,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293348,161204,'exists','','','','','','','exists','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293349,161204,'__toString','','','','','','','tostring','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293350,161205,'__call','__call method overloader','','$m, $a','','returns return value of the method','mixed','call','2009-11-12 03:17:58','2009-11-12 03:17:58'),(1293351,161206,'getNextPage','','Returns the next page','','','returns next page','int','getnextpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293352,161206,'getPage','getLastPage','Returns the current page','','','returns current page','int','getpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293353,161206,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','setcountqueryparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293354,161206,'getRange','','Builds and return a Doctrine_Pager_Range_* based on arguments','$rangeStyle, $options = array()','','returns Pager Range','','getrange','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293355,161206,'getFirstIndice','','Return the first indice number for the current page','','','returns First indice number','int','getfirstindice','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293356,161206,'getResultsInPage','','Returns the number of itens in current page','','','returns Number of itens in current page','int','getresultsinpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293357,161206,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293358,161206,'getLastPage','','Returns the last page (total of pages)','','','returns last page (total of pages)','int','getlastpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293359,161206,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns true if it is necessary to paginate, false otherwise','bool','havetopaginate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293360,161206,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','setlastpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293361,161206,'__construct','','','$query, $page, $maxPerPage','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293362,161206,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjustoffset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293363,161206,'getPreviousPage','','Returns the previous page','','','returns previous page','int','getpreviouspage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293364,161206,'getFirstPage','','Returns the first page','','','returns first page','int','getfirstpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293365,161206,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns maximum number of itens per page','int','getmaxperpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293366,161206,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns Doctrine_Query object related to the pager','','getcountquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293367,161206,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns Pager was executed','boolen','getexecuted','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293368,161206,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns Doctrine_Query object related to the pager','','getquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293369,161206,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','setpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293370,161206,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','setexecuted','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293371,161206,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns Doctrine_Query counter params','array','getcountqueryparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293372,161206,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293373,161206,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','setquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293374,161206,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','setmaxperpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293375,161206,'getLastIndice','','Return the last indice number for the current page','','','returns Last indice number','int','getlastindice','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293376,161206,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','setnumresults','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293377,161206,'getNumResults','','Returns the number of results found','','','returns the number of results found','int','getnumresults','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293378,161206,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','setcountquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293379,161207,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns Template to be applied for inactive pages','string','gettemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293380,161207,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns Doctrine_Pager_Range subclass object related to the pager range','','getpagerrange','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293381,161207,'cleanMaskReplacements','','Remove all mask replacements','','','','','cleanmaskreplacements','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293382,161207,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','settemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293383,161207,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','setpagerrange','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293384,161207,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293385,161207,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','setselectedtemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293386,161207,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns If you would like to capture the output of Doctrine_Pager_Layout::display(), use the $return parameter. If this parameter is set to TRUE, this method will return its output, instead of prin','','display','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293387,161207,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293388,161207,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293389,161207,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','seturlmask','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293390,161207,'_parseMaskReplacements','','Parse the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parsemaskreplacements','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293391,161207,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','removemaskreplacement','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293392,161207,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','addmaskreplacement','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293393,161207,'_parseReplacementsTemplate','_parseUrl','Parse the mask replacements of a given page','($options) $options = array()','','','string','parsereplacementstemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293394,161207,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','setpager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293395,161207,'__toString','Simply calls display, and returns the output.','','','','','','tostring','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293396,161207,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns Template to be applied for active page','string','getselectedtemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293397,161207,'_parseTemplate','','Parse the template of a given page and return the processed template','$options = array()','','','string','parsetemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293398,161207,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','setseparatortemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293399,161207,'_parseUrlTemplate','','Parse the url mask to return the correct template depending of the options sent. Already process the mask replacements assigned.','($options) $options = array()','','','string','parseurltemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293400,161207,'_parseUrl','','Parse the url mask of a given page and return the processed url','($options) $options = array()','','','string','parseurl','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293401,161207,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns Separator template, applied between each page','string','getseparatortemplate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293402,161207,'getUrlMask','','Returns the URL to be assigned for each page','','','returns URL to be assigned for each page','string','geturlmask','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293403,161207,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns Processed template for the given page','string','processpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293404,161208,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns Custom Doctrine_Pager_Range implementation options','array','getoptions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293405,161208,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','setoptions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293406,161208,'isInRange','','Check if a given page is in the range','($page) $page','','','boolean','isinrange','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293407,161208,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','setpager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293408,161208,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293409,161208,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293410,161208,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293411,161208,'getOption','','Returns the custom Doctrine_Pager_Range implementation offset option','$option','','returns Custom Doctrine_Pager_Range implementation options','array','getoption','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293412,161208,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293413,161209,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293414,161209,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293415,161209,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293416,161209,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293417,161210,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293418,161210,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293419,161210,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293420,161210,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293421,161211,'loadData','','Override in the parser driver','$array','','','','loaddata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293422,161211,'getParser','','Get instance of the specified parser','$type','','','','getparser','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293423,161211,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293424,161211,'dumpData','','Override in the parser driver','$array, $path = null','','','','dumpdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293425,161211,'doDump','','','$data, $path = null','','','','dodump','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293426,161211,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293427,161211,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','doload','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293428,161212,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns Array of json objects','array','loaddata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293429,161212,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dumpdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293430,161213,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','loaddata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293431,161213,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dumpdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293432,161214,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns String of xml built from array','string','arraytoxml','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293433,161214,'loadData','','Load xml file and return array of data','$path','','returns Array of data converted from xml','array','loaddata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293434,161214,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','preparedata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293435,161214,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dumpdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293436,161215,'loadData','','Load and parse data from a yml file','$path','throws Doctrine_Parser_Exception parsing error','returns Array of parsed yaml data','array','loaddata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293437,161215,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','throws Doctrine_Parser_Exception dumping error','','string','dumpdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293438,161216,'addChild','','Add child record generator','(Doctrine_Record_Generator) $generator','','','','addchild','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293439,161216,'getOptions','','returns all options and their associated values','','','returns all options as an associative array','array','getoptions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293440,161216,'__get','__get an alias for getOption','','$option','','','','get','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293441,161216,'buildForeignKeys','','generates foreign keys for the plugin table based on the owner table\nthe foreign keys generated by this method can be used for setting the relations between the owner and the plugin classes','$table','','returns an array of foreign key definitions','array','buildforeignkeys','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293442,161216,'buildLocalRelation','','','','','','','buildlocalrelation','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293443,161216,'buildForeignRelation','','','$alias = null','','','','buildforeignrelation','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293444,161216,'buildRelation','','this method can be used for generating the relation from the plugin table to the owner table. By default buildForeignRelation() and buildLocalRelation() are called Those methods can be overridden or this entire method can be overridden','','','','','buildrelation','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293445,161216,'initialize','','Initialize the plugin. Call in Doctrine_Template setTableDefinition() in order to initiate a generator in a template SEE: Doctrine_Template_I18n for an example','$table','','','','initialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293446,161216,'setOption','sets given value to an option','','($option) $name, ($value) $value','','returns this object','Doctrine_Plugin','setoption','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293447,161216,'getOption','returns the value of an option','','($option) $name','','returns the value of the option','mixed','getoption','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293448,161216,'initOptions','empty template method for providing the concrete plugins the ability to\ninitialize options before the actual definition is being built','','','','','','initoptions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293449,161216,'buildChildDefinitions','','','','','','','buildchilddefinitions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293450,161216,'__isset','','','$option','','','','isset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293451,161216,'buildTable','','','','','','','buildtable','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293452,161216,'generateClass','','generates the class definition for plugin class','$definition = array()','','','','generateclass','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293453,161217,'__clone','Magic method called after cloning process.','','','','','','clone','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293454,161217,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns the limit subquery','string','getlimitsubquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293455,161217,'parseIdentifierReference','','','$expr','','','','parseidentifierreference','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293456,161217,'getAggregateAlias','','','$dqlAlias','','','string','getaggregatealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293457,161217,'query','Queries the database with DQL (Doctrine Query Language).','This methods parses a Dql query and builds the query parts.','$query, $params = array(), $hydrationMode = null','','','mixed','query','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293458,161217,'unserialize','Currently query serialization is not implemented.','','$serialized','','','','unserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293459,161217,'getExpressionOwner','getExpressionOwner returns the component alias for owner of given\nexpression','','$expr','','returns the component alias','string','getexpressionowner','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293460,161217,'processPendingFields','','the fields in SELECT clause cannot be parsed until the components in FROM clause are parsed, hence this method is called everytime a specific component is being parsed. For instance, the wildcard '*' is expanded in the list of columns.','$componentAlias','throws Doctrine_Query_Exception if unknown component alias has been given','returns SQL code','string','processpendingfields','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293461,161217,'adjustProcessedParam','Adjust the processed param index for "foo.bar IN ?" support','','$index','','','','adjustprocessedparam','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293462,161217,'free','Frees the resources used by the query object. It especially breaks a \ncyclic reference between the query object and it's parsers. This\nenables PHP's current GC to reclaim the memory.','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns this object','','free','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293463,161217,'_processPendingJoinConditions','Processes the pending join conditions, used for dynamically add conditions \nto root component/joined components without interfering in the main dql \nhandling.','','$alias','','returns pending conditions','Processed','processpendingjoinconditions','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293464,161217,'fetchOne','fetchOne Convenience method to execute the query and return the first item\n of the collection.','','$params = array(), $hydrationMode = null','','returns Array or Doctrine_Collection, depending on hydration mode. False if no result.','mixed','fetchone','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293465,161217,'clear','Clears all the sql parts.','','','','','','clear','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293466,161217,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\ngenerateMigrationClasses();]]>\n - \n\n
Converts all DQL functions to their native SQL equivalents
- \n\n
Converts all component references to their table alias equivalents
Converts all field names to actual column ','$clause','','returns SQL string','string','parseclause','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293467,161217,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','processpendingsubqueries','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293468,161217,'getSqlQuery','builds the sql query from the given parameters and applies things such as \ncolumn aggregation inheritance and limit subqueries if needed','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293469,161217,'buildAssociativeRelationSql','','','$relation, $assocAlias, $foreignAlias, $localAlias','','','','buildassociativerelationsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293470,161217,'copy','Copies a Doctrine_Query object.','','$query = null','','returns Copy of the Doctrine_Query instance.','','copy','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293471,161217,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293472,161217,'_killReference','Kill the reference for the passed class property.','This method simply copies the value to a temporary variable and then unsets the reference and re-assigns the old value but not by reference','$key','','','','killreference','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293473,161217,'count','Fetches the count of the query.','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293474,161217,'buildIndexBy','','','$componentAlias, $mapWith = null','','','','buildindexby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293475,161217,'parseDqlQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws Doctrine_Query_Exception if some generic parsing error occurs','','','parsedqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293476,161217,'addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns this object','','addpendingjoincondition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293477,161217,'getSqlAggregateAlias','','','$dqlAlias','','','string','getsqlaggregatealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293478,161217,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','issubquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293479,161217,'fetchArray','fetchArray Convenience method to execute using array fetching as hydration\nmode.','','$params = array()','','','array','fetcharray','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293480,161217,'parseSelect','parseSelect parses the query select part and adds selected fields to\npendingFields array','','$dql','','','','parseselect','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293481,161217,'getCountQuery','Get count sql query for this Doctrine_Query instance.','This method is used in Doctrine_Query::count() for returning an integer for the number of records which will be returned when executed.','','','','string','getcountquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293482,161217,'parseFunctionExpression','','','$expr','','','','parsefunctionexpression','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293483,161217,'parseSelectField','Parses a nested field','
','$field','throws Doctrine_Query_Exception if unknown component alias has been given','returns SQL fragment','string','parseselectfield','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293484,161217,'loadRoot','','','$name, $componentAlias','','','','loadroot','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293485,161217,'reset','Resets the query to the state just after it has been instantiated.','','','','','','reset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293486,161217,'load','','','$path, $loadFields = true','','','','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293487,161217,'_buildSqlFromPart','_buildSqlFromPart builds the from part of the query and returns it','','$ignorePending = false','','returns the query sql from part','string','buildsqlfrompart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293488,161217,'parseSubquery','','','$subquery','','','','parsesubquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293489,161217,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null','','','','create','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293490,161217,'serialize','Currently query serialization is not implemented.','','','','','','serialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293491,161217,'_buildSqlQueryBase','','returns the base of the generated sql query On mysql driver special strategy has to be used for DELETE statements (where is this special strategy??)','','','returns the base of the generated sql query','string','buildsqlquerybase','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293492,161217,'processPendingAggregates','processPendingAggregates processes pending aggregate values for given\ncomponent alias','','','','','','processpendingaggregates','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293493,161217,'buildInheritanceJoinSql','','','$name, $componentAlias','','returns query part','string','buildinheritancejoinsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293494,161217,'buildSimpleRelationSql','','','$relation, $foreignAlias, $localAlias, $overrideJoin, $join','','','','buildsimplerelationsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293495,161217,'getDqlPart','Retrieves a specific DQL query part.','','$queryPart','','','array','getdqlpart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293496,161217,'createSubquery','createSubquery creates a subquery','','','','','Doctrine_Hydrate','createsubquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293497,161218,'getInheritanceCondition','Returns the inheritance condition for the passed componentAlias If no\ncomponent alias is specified it defaults to the root component','This function is used to append a SQL condition to models which have inheritance mapping The condition is applied to the FROM component in the WHERE, but the condition is applied to JOINS in the ON condition and not the WHERE','$componentAlias','','returns SQL condition string','string','getinheritancecondition','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293498,161218,'removeSqlQueryPart','removeSqlQueryPart removes a query part from the query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removesqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293499,161218,'hasSqlTableAlias','hasSqlTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns true if this object has given alias, otherwise false','boolean','hassqltablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293500,161218,'setParams','','','$params = array()','','','','setparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293501,161218,'getCacheDriver','getCacheDriver returns the cache driver associated with this object','','','','returns cache driver','','getcachedriver','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293502,161218,'orWhereNotIn','Adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','orwherenotin','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293503,161218,'calculateQueryCacheHash','calculateQueryCacheHash calculate hash key for query cache','','','','returns the hash','string','calculatequerycachehash','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293504,161218,'preQuery','Blank hook methods which can be implemented in Doctrine_Query child classes','','','','','','prequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293505,161218,'setView','setView sets a database view this query object uses this method should\nonly be called internally by doctrine','','$view','','','','setview','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293506,161218,'andWhereNotIn','Adds NOT IN condition to the query WHERE part Alias for @see whereNotIn().','','$expr, $params = array()','','','','andwherenotin','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293507,161218,'getSqlQueryPart','getSqlQueryPart gets an SQL query part from the SQL query part array','','$part, $name','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','getsqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293508,161218,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','forupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293509,161218,'fixArrayParameterValues','','','$params = array()','','','','fixarrayparametervalues','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293510,161218,'getDql','getDql returns the DQL query that is represented by this query object.','the query is built from $_dqlParts','','','returns the DQL query','string','getdql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293511,161218,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','innerjoin','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293512,161218,'set','set sets the SET part of the query','','$key, $value = null, $params = null, $update','','','','set','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293513,161218,'addSqlTableAlias','addSqlTableAlias adds an SQL table alias and associates it a component\nalias','','$sqlTableAlias, $componentAlias, $tableAlias','','','','addsqltablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293514,161218,'addHaving','Adds conditions to the HAVING part of the query.','This methods add HAVING clauses. These clauses are used to narrow the results by operating on aggregated values.parseSelectField(\'u.Phonenumber.value\');]]>','$having, $params = array()','','','','addhaving','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293515,161218,'setResultCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setresultcachelifespan','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293516,161218,'andWhere','Adds conditions to the WHERE part of the query.','having(\'num_phonenumbers > ?\', 1);]]>','$where, $params = array()','','','','andwhere','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293517,161218,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293518,161218,'expireResultCache','expireCache','','$expire = true','','returns this object','Doctrine_Hydrate','expireresultcache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293519,161218,'addWhere','Alias for @see andWhere().','','$where, $params = array()','','returns this object','','addwhere','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293520,161218,'setQueryCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setquerycachelifespan','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293521,161218,'_getDqlCallback','Get the dql call back for this query','','','','','array','getdqlcallback','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293522,161218,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','groupby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293523,161218,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns the root collection','','execute','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293524,161218,'getConnection','','','','','','','getconnection','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293525,161218,'parseQuery','','','$query','','','','parsequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293526,161218,'setQueryPart','setQueryPart sets a query part in the query part array','','$name, $part','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','setquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293527,161218,'orWhereIn','Adds IN condition to the query WHERE part, appending it with an OR\noperator.','andWhere(\'u.birthDate > ?\', \'1975-01-01\');]]>','$expr, $params = array(), $not = false','','','','orwherein','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293528,161218,'getQueryPart','getQueryPart gets a query part from the query part array','','$part, $name','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','','getquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293529,161218,'from','','sets the FROM part of the queryorWhereIn(\'u.id\', array(10, 23))\n ->orWhereIn(\'u.id\', 44);\n // will select all record with id equal to 10, 23 or 44]]>','$from','','','','from','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293530,161218,'free','Blank template method free(). Override to be used to free query object\nmemory','','','','','','free','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293531,161218,'getTableAliases','getTableAliases returns all table aliases','','','','returns table aliases as an array','array','gettablealiases','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293532,161218,'useResultCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','useresultcache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293533,161218,'orWhere','Adds conditions to the WHERE part of the query','from(\'User u\');]]>','$where, $params = array()','','','','orwhere','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293534,161218,'clear','Resets all the sql parts.','','','','','','clear','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293535,161218,'offset','offset sets the Query query offset','','$offset','','','','offset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293536,161218,'distinct','distinct Makes the query SELECT DISTINCT.','orWhere(\'u.role = ?\', \'admin\');]]>','$flag = true','','','','distinct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293537,161218,'addSqlQueryPart','addSqlQueryPart adds an SQL query part to the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to add unknown query part','returns this object','Doctrine_Hydrate','addsqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'); INSERT INTO `api_method` VALUES (1293538,161218,'getTableAliasSeed','getTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns table alias seed','integer','gettablealiasseed','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293539,161218,'addTableAlias','addTableAlias adds an alias for table and associates it with given\ncomponent alias','','$tableAlias, $componentAlias','','','Doctrine_Hydrate','addtablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293540,161218,'getInternalParams','','','$params = array()','','','array','getinternalparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293541,161218,'addSelect','Adds fields or aliased functions.','This method adds fields or dbms functions to the SELECT query part.distinct();]]>','$select','','','','addselect','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293542,161218,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','islimitsubqueryused','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293543,161218,'_getParser','_getParser parser lazy-loader','','$name','throws Doctrine_Query_Exception if unknown parser name given','','','getparser','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293544,161218,'setOption','','','$name, $value','','returns this object','','setoption','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293545,161218,'getSqlQuery','Gets the SQL query that corresponds to this query object.','The returned SQL syntax depends on the connection driver that is used by this query object at the time of this method call.','$params = array()','','','','getsqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293546,161218,'copySubqueryInfo','copySubqueryInfo copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','$query','','returns this object','Doctrine_Hydrate','copysubqueryinfo','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293547,161218,'whereNotIn','Adds NOT IN condition to the query WHERE part.','addSelect(\'COUNT(p.id) as num_phonenumbers\');]]>','$expr, $params = array()','','returns this object','','wherenotin','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293548,161218,'getSql','getSql shortcut for .','','$params = array()','','returns sql query string','string','getsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293549,161218,'getQueryComponent','getQueryComponent get the declaration for given component alias','','$componentAlias','','returns the alias declaration','array','getquerycomponent','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293550,161218,'hasTableAlias','hasTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns true if this object has given alias, otherwise false','boolean','hastablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293551,161218,'expireQueryCache','','','$expire = true','','returns this object','Doctrine_Hydrate','expirequerycache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293552,161218,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$customComponent = null, $resultSet','','returns serialized string representation of this query','string','getcachedform','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293553,161218,'expireCache','','','$expire = true','','returns this object','Doctrine_Hydrate','expirecache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293554,161218,'hasAliasDeclaration','hasAliasDeclaration whether or not this object has a declaration for given\ncomponent alias','','$componentAlias','','','boolean','hasaliasdeclaration','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293555,161218,'getQueryCacheLifeSpan','Gets the life span of the query cache the Query object is using.','','','','returns The life span in seconds.','integer','getquerycachelifespan','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293556,161218,'_getDqlCallbackComponents','Returns an array of components to execute the query callbacks for','','$params = array()','','','array','getdqlcallbackcomponents','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293557,161218,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293558,161218,'getResultCacheLifeSpan','Gets the life span of the result cache in seconds.','','','','','integer','getresultcachelifespan','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293559,161218,'getAliasMap','','','','','','','getaliasmap','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293560,161218,'parseDqlQuery','parseDqlQuery parses a dql query','','$query','','returns this object','','parsedqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293561,161218,'getAliasDeclaration','getAliasDeclaration get the declaration for given component alias','','$componentAlias','','returns the alias declaration','array','getaliasdeclaration','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293562,161218,'getResultCacheDriver','getResultCacheDriver returns the cache driver used for caching result sets','','','','returns cache driver','','getresultcachedriver','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293563,161218,'_constructQueryFromCache','Constructs the query from the cached form.','','$cached','','returns The custom component that was cached together with the essential query data. This can be either a result set (result caching) or an SQL query string (query caching).','array','constructqueryfromcache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293564,161218,'removeQueryPart','removeQueryPart removes a query part from the query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removequerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293565,161218,'orderBy','Sets the ORDER BY part of the query.','whereNotIn(\'u.id\', array(10, 20));\n // will exclude users with id 10 and 20 from the select]]>','$orderby','','','','orderby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293566,161218,'addGroupBy','Adds fields to the GROUP BY part of the query.','orderBy(\'u.name\');\n $query->orderBy(\'u.birthDate DESC\');]]>','$groupby','','','','addgroupby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293567,161218,'_addDqlQueryPart','Adds a DQL part to the internal parts collection.','This method add the part specified to the array named by $queryPartName. Most part names support multiple parts addition.','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293568,161218,'useCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','usecache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293569,161218,'addQueryPart','addQueryPart adds a query part in the query part array','','$name, $part','throws Doctrine_Query_Exception if trying to add unknown query part','returns this object','Doctrine_Hydrate','addquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293570,161218,'getParams','Get raw array of parameters for query and all parts.','','','','','array','getparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293571,161218,'getQueryComponents','Gets the components of this query.','','','','','','getquerycomponents','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293572,161218,'select','select sets the SELECT part of the query','','$select = null','','','','select','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293573,161218,'removeDqlQueryPart','removeDqlQueryPart removes a dql query part from the dql query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removedqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293574,161218,'generateNewTableAlias','generateNewTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns the created table alias','string','generatenewtablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293575,161218,'getQueryCacheDriver','getQueryCacheDriver returns the cache driver used for caching queries','','','','returns cache driver','','getquerycachedriver','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293576,161218,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293577,161218,'andWhereIn','Adds IN condition to the query WHERE part','groupBy(\'u.id\');]]>','$expr, $params = array(), $not = false','','returns this object.','','andwherein','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293578,161218,'generateTableAlias','generateTableAlias generates a table alias from given table name and\nassociates it with given component alias','','$componentAlias, $tableName','','returns the generated table alias','string','generatetablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293579,161218,'getQuery','','','$params = array()','','','','getquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293580,161218,'__toString','toString magic call this method is automatically called when\nDoctrine_Query object is trying to be used as a string So, it it converted\ninto its DQL correspondant','','','','returns DQL string','string','tostring','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293581,161218,'whereIn','Adds IN condition to the query WHERE part. Alias to @see andWhereIn().','','$expr, $params = array(), $not = false','','','','wherein','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293582,161218,'generateNewSqlTableAlias','generateNewSqlTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns the created table alias','string','generatenewsqltablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293583,161218,'setHydrationMode','','','$hydrationMode','','','','sethydrationmode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293584,161218,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293585,161218,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','addfrom','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293586,161218,'_preQuery','Pre query method which invokes the pre*Query() methods on the model\ninstance or any attached record listeners','','$params = array()','','','','prequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293587,161218,'setSqlQueryPart','setSqlQueryPart sets an SQL query part in the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','setsqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293588,161218,'getSqlTableAliasSeed','getSqlTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns table alias seed','integer','getsqltablealiasseed','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293589,161218,'getCountQueryParams','getCountQueryParams Retrieves the parameters for count query','','$params = array()','','returns Parameters array','array','getcountqueryparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293590,161218,'getRootAlias','getRootAlias returns the alias of the root component','','','','','array','getrootalias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293591,161218,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','getrootdeclaration','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293592,161218,'getSqlTableAlias','getSqlTableAlias some database such as Oracle need the identifier lengths\nto be < ~30 chars hence Doctrine creates as short identifier aliases as\npossible','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns the generated / fetched short alias','string','getsqltablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293593,161218,'getType','','returns the type of this query object by default the type is Doctrine_Query_Abstract::SELECT but if update() or delete() are being called the type is Doctrine_Query_Abstract::UPDATE and Doctrine_Query_Abstract::DELETE, respectively','','','returns return the query type','integer','gettype','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293594,161218,'getSqlParts','Return the SQL parts.','','','','returns The parts','array','getsqlparts','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293595,161218,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','addorderby','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293596,161218,'generateSqlTableAlias','generateSqlTableAlias generates a table alias from given table name and\nassociates it with given component alias','','$componentAlias, $tableName','','returns the generated table alias','string','generatesqltablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293597,161218,'limit','limit sets the Query query limit','','$limit','','','','limit','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293598,161218,'getFlattenedParams','Get flattened array of parameters for query.','Used internally and used to pass flat array of params to the database.','$params = array()','','','','getflattenedparams','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293599,161218,'_processDqlQueryPart','_processDqlQueryPart parses given query part','','$queryPartName, $queryParts','','returns this object','','processdqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293600,161218,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','leftjoin','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293601,161218,'_processWhereIn','','','$expr, $params = array(), $not = false','','','','processwherein','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293602,161218,'getRoot','getRoot returns the root component for this object','','','','returns root components table','','getroot','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293603,161218,'useQueryCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','usequerycache','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293604,161218,'getTableAliasMap','getTableAliasMap returns all table aliases','','','','returns table aliases as an array','array','gettablealiasmap','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293605,161218,'_execute','','','$params','','returns The executed PDOStatement.','PDOStatement','execute','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293606,161218,'update','update sets the UPDATE part of the query','','$from = null, $update','','','','update','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293607,161218,'getTableAlias','getTableAlias some database such as Oracle need the identifier lengths to\nbe < ~30 chars hence Doctrine creates as short identifier aliases as\npossible','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns the generated / fetched short alias','string','gettablealias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293608,161218,'setCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setcachelifespan','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293609,161218,'delete','delete sets the query type to DELETE','','$from = null','','','','delete','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293610,161218,'getView','getView returns the view associated with this query object (if any)','','','','returns the view associated with this query object','','getview','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293611,161218,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$sqlTableAlias','','returns component alias','string','getcomponentalias','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293612,161218,'_hasDqlQueryPart','Checks if there's at least one DQL part defined to the internal parts\ncollection.','','$queryPartName','','','boolean','hasdqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293613,161218,'getParts','Return the SQL parts.','','','','returns The parts','array','getparts','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293614,161219,'parseFunction','','','$dql','','','','parsefunction','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293615,161219,'parseClause','','','$dql, $alias, $field, $value','','','','parseclause','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293616,161219,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','getsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293617,161219,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293618,161219,'parseSingle','','','$part','','','','parsesingle','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293619,161219,'parse','','','$dql','','','string','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293620,161219,'getTable','getTable returns the table object associated with this object','','','','','','gettable','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293621,161220,'parse','DQL CONDITION PARSER parses the join condition/where/having part of the\nquery string','','$str','','','string','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293622,161220,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parseliteralvalue','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293623,161221,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293624,161221,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293625,161222,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293626,161222,'set','','','$key, $listener','','','','set','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293627,161222,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293628,161222,'add','','','$filter','','','','add','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293629,161222,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293630,161223,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293631,161223,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293632,161224,'parse','','','$forUpdate','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293633,161225,'parse','DQL FROM PARSER parses the FROM part of the query string','','$str, $return = false','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293634,161226,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$clause, $append = false, $str','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293635,161227,'load','load returns the parsed query part','','$having','','','string','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293636,161228,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293637,161228,'load','','','$condition','','','','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293638,161229,'parse','','','$limit','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293639,161230,'parse','','','$offset','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293640,161231,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$clause, $append = false','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293641,161232,'__construct','','','(Doctrine_Query) $query, $tokenizer = null','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293642,161232,'getQuery','','','','','returns the query object associated with this parser','','getquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293643,161233,'get','','','$key, $namespace = null','','','','get','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293644,161233,'add','','','$key, $query','','','','add','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293645,161233,'has','','','$key, $namespace = null','','','','has','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293646,161234,'parse','','','$dql','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293647,161235,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293648,161235,'parse','','','$dql','','','','parse','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293649,161236,'bracketTrim','trims brackets','','$str, $e1 = '(', $e2 = ')'','','','','brackettrim','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293650,161236,'quoteExplode','','example:\nparameters: $str = email LIKE 'John@example.com' $d = ' LIKE '\nwould return an array: array("email", "LIKE", "'John@example.com'")','$str, $d = ' '','','','','quoteexplode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293651,161236,'sqlExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sqlexplode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293652,161236,'tokenizeQuery','','splits the given dql query into an array where keys represent different query part names and values are arrays splitted using sqlExplode method\nexample:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: arr','$query','throws Doctrine_Query_Exception if some generic parsing error occurs','returns an array containing the query string parts','array','tokenizequery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293653,161236,'bracketExplode','Explodes a sql expression respecting bracket placement.','This method transform a sql expression in an array of simple clauses, while observing the parentheses precedence.whereIn(\'u.id\', array(10, 23, 44));]]>18) AND email LIKE \'John@example.com\'\n $clauses = $tokenizer->bracketExplode($str, \' AND \',','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','bracketexplode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293654,161236,'clauseExplode','','explodes a string into array using custom brackets and quote delimeters\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = &apo','$str, $d, $e1 = '(', $e2 = ')'','','','array','clauseexplode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293655,161237,'parseValue','','','$rightExpr','','','','parsevalue','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293656,161237,'_buildSql','','','$leftExpr, $operator, $rightExpr','','','','buildsql','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293657,161237,'load','','','$where','','','','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293658,161237,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parseexists','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293659,161237,'_buildWhereInArraySqlPart','','','$rightExpr','','','','buildwhereinarraysqlpart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293660,161238,'parseQueryPart','','','$queryPartName, $queryPart, $append = false','','','','parsequerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293661,161238,'clear','','','','','','','clear','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293662,161238,'getSqlQuery','getSqlQuery builds the sql query.','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293663,161238,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293664,161238,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nThis is an exact copy of the Dql Version','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293665,161238,'addComponent','','','$tableAlias, $path, $componentName','','','','addcomponent','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293666,161238,'parseDqlQuery','parseDqlQuery parses an sql query and adds the parts to internal array.','Overrides Doctrine_Query_Abstract::parseDqlQuery(). This implementation simply tokenizes the provided query string and uses them as SQL parts right away.','$query','','returns this object','','parsedqlquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293667,161238,'_addDqlQueryPart','Adds a DQL query part. Overrides\nDoctrine_Query_Abstract::_addDqlQueryPart().','This implementation for RawSql parses the new parts right away, generating the SQL.','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293668,161238,'getCountQuery','getCountQuery builds the count query.','','$params = array()','','returns the built sql query','string','getcountquery','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293669,161238,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293670,161238,'parseDqlQueryPart','parseDqlQueryPart parses given DQL query part. Overrides\nDoctrine_Query_Abstract::parseDqlQueryPart().','This implementation does no parsing at all, except of the SELECT portion of the query which is special in RawSql queries. The entire remaining parts are used "as is", so the user of the RawSql query is responsible for writing SQL that is porta','$queryPartName, $queryPart, $append = false','','returns this object','','parsedqlquerypart','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293671,161238,'getFields','getFields returns the fields associated with this parser','','','','returns all the fields associated with this parser','array','getfields','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293672,161239,'rawGet','returns the value of a property (column). If the property is not yet loaded\n this method does NOT load it.','','($name) $fieldName','throws Doctrine_Record_Exception if trying to get an unknown property','','mixed','rawget','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293673,161239,'getData','return all the internal data (columns)','','','','returns an array containing all the properties','array','getdata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293674,161239,'preDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','predelete','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293675,161239,'preValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure. Useful for cleaning up\ndata before validating it.','','$event','','','','prevalidate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293676,161239,'getErrorStackAsString','Get the record error stack as a human readable string.','Useful for outputting errors to user via web browser','','','','string','geterrorstackasstring','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293677,161239,'preUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preunserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293678,161239,'hasAccessorMutator','Set a fieldname to have a custom accessor and mutator','','$fieldName, $accessor, $mutator, $fieldname','','','','hasaccessormutator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293679,161239,'columnCount','alias for @see count()','','','','returns the number of columns in this record','integer','columncount','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293680,161239,'preDqlUpdate','Empty template method to provide Record classes with the ability to alter\nDQL update','queries at runtime','$event','','','','predqlupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293681,161239,'set','alters mapped values, properties and related components.','','$fieldName, $value, $load = true, $name','throws Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293682,161239,'preSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293683,161239,'merge','merges this record with an array of values or with another existing\ninstance of this object','','$data, $deep = true, $array','','','','merge','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293684,161239,'postInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','postinsert','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293685,161239,'setUp','setUp this method is used for setting up relations and attributes it\nshould be implemented by child classes','','','','','','setup','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293686,161239,'cleanData','cleanData leaves the $data array only with values whose key is a field\ninside this record and returns the values that were removed from $data. \nAlso converts any values of 'null' to objects of type\nDoctrine_Null.','','[[[amp]]]$data, $data','','returns values cleaned from data','array','cleandata','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293687,161239,'trySave','tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','$conn = null','','returns if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','trysave','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293688,161239,'_index','the current instance counter used to generate unique ids for php objects.\nContains the next identifier.','','','','','integer','index','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293689,161239,'refreshRelated','refresh refresh data of related objects from the database','','$name = null','','returns this object','','refreshrelated','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293690,161239,'call','','','(string|array) $callback, $column, 2','','returns provides a fluent interface','','call','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293691,161239,'unserialize','this method is automatically called everytime an instance is unserialized','','$serialized','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293692,161239,'invokeSaveHooks','calls a subclass hook. Idempotent until @see clearInvokedSaveHooks() is\ncalled.','','$when, $type, (Doctrine_Event) $event = null','','returns the event generated using the type, if not specified','','invokesavehooks','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293693,161239,'hasMutator','sets a fieldname to have a custom mutator or check if a field has a custom \nmutator defined (when called without the $mutator parameter)','','$fieldName, $mutator = null','','','boolean','hasmutator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293694,161239,'state','assigns the state of this record or returns it if called without parameters','','(integer|string) $state = null','throws Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293695,161239,'toString','__toString alias','','','','','string','tostring','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293696,161239,'postUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','postupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293697,161239,'hasAccessor','sets a fieldname to have a custom accessor or check if a field has a custom\n accessor defined (when called without $accessor parameter).','','$fieldName, $accessor = null','','','boolean','hasaccessor','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293698,161239,'free','Helps freeing the memory occupied by the entity.','Cuts all references the entity has to other entities and removes the entity from the instance pool. Note: The entity is no longer useable after free() has been called. Any operations done with the entity afterwards can lead to unpredictable results.','$deep = false','','','','free','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293699,161239,'preHydrate','Empty template method to provide Record classes with the ability to alter\nhydration','before it runs','$event','','','','prehydrate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293700,161239,'replace','executes a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$conn = null','throws Doctrine_Connection_Exception if some of the key values was null','returns number of rows affected','integer','replace','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293701,161239,'get','returns a value of a property or a related component','','$fieldName, $load = true','throws Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293702,161239,'getMutator','gets the custom mutator for a field name','','$fieldName, $fieldname','','','string','getmutator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293703,161239,'postUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postunserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293704,161239,'setRelated','set a related component','','$alias, $coll','','','','setrelated','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293705,161239,'postHydrate','Empty template method to provide Record classes with the ability to alter\nhydration','after it runs','$event','','','','posthydrate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293706,161239,'getMutators','gets all custom mutators for this component instance','','','','','array','getmutators','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293707,161239,'refresh','refresh refresh internal data from the database','','$deep = false','throws Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293708,161239,'validateOnInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be inserted into the data store the first time.','','','','','','validateoninsert','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293709,161239,'importFrom','imports data from a chosen format in the current instance','','$type, $data','','','','importfrom','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293710,161239,'getLast','','this method is used internally by Doctrine_Query it is needed to provide compatibility between records and collections','','','','','getlast','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293711,161239,'getIterator','implements IteratorAggregate interface','','','','returns iterator through data','','getiterator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293712,161239,'exists','returns true if this record is saved in the database, otherwise false (it\nis transient)','','','','','boolean','exists','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293713,161239,'loadReference','loadReference loads a related component','','$name','throws Doctrine_Table_Exception if trying to load an unknown related component','','','loadreference','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293714,161239,'identifier','returns the primary keys of this object','','','','','array','identifier','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293715,161239,'coreSetRelated','Places a related component in the object graph.','This method inserts a related component instance in this record relations, populating the foreign keys accordingly.','$name, (Doctrine_Record|Doctrine_Collection) $value','','','','coresetrelated','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293716,161239,'postSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','postsave','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293717,161239,'copy','generates a copy of this object. Returns an instance of the same class of\n$this.','','$deep = false','','','','copy','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293718,161239,'contains','test whether a field (column, mapped value, related component) is\naccessible by @see get()','','$fieldName','','','boolean','contains','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293719,161239,'toArray','returns the record representation as an array','','$deep = true, $prefixKey = false','','','array','toarray','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293720,161239,'preDqlDelete','Empty template method to provide Record classes with the ability to alter\nDQL delete','queries at runtime','$event','','','','predqldelete','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293721,161239,'clearRelated','clearRelated unsets all the relationships this object has','(references to related objects still remain on Table objects)','','','','','clearrelated','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293722,161239,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assigndefaultvalues','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293723,161239,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293724,161239,'isModified','returns true if this record was modified, otherwise false','','$deep = false','','','boolean','ismodified','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293725,161239,'oid','','','','','','','oid','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293726,161239,'save','applies the changes made to this object into database this method is smart\nenough to know if any changes are made and whether to use INSERT or UPDATE\nstatement','this method also saves the related components','$conn = null','throws Exception if record is not valid and validation is active','','','save','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293727,161239,'getAccessor','gets the custom accessor for a field name','','$fieldName','','','string','getaccessor','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293728,161239,'count','implements Countable interface','','','','returns the number of columns in this record','integer','count','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293729,161239,'validate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure, doing any custom /\nspecialized validations that are neccessary.','','','','','','validate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293730,161239,'_get','','','$fieldName, $load = true','','','','get','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293731,161239,'isValid','tests validity of the record using the current data.','','$deep = false, $hooks = true','','returns whether or not this record is valid','boolean','isvalid','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293732,161239,'getNode','getter for node associated with this record','','','','returns false if component is not a Tree','','getnode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293733,161239,'serializeReferences','Set whether or not to serialize references.','This is used by caching since we want to serialize references when caching but not when just normally serializing a instance','$bool = null','','','boolean','serializereferences','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293734,161239,'obtainReference','gets a related component and fails if it does not exist','','$name','throws Doctrine_Record_Exception if trying to get an unknown related component','','','obtainreference','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293735,161239,'__unset','deletes a column or a related component.','','$name','','','','unset','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293736,161239,'postDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','postdelete','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293737,161239,'unshiftFilter','','','$filter','','','','unshiftfilter','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293738,161239,'getLastModified','returns an array of the modified fields from the last transaction.','','$old = false','','','array','getlastmodified','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293739,161239,'deleteNode','used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\nAS TREE','','','','','','deletenode','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293740,161239,'hasRelation','checks existence of properties and related components','','$fieldName','','','boolean','hasrelation','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293741,161239,'_isValueModified','Check if a value has changed according to Doctrine Doctrine is loose with\ntype checking in the same ways PHP is for consistancy of behavior','This function basically says if what is being set is of Doctrine type boolean and something like current_value == 1 && new_value = true would not be considered modified\nSimply doing $old !== $new will return false for boolean columns would mark t','$type, $old, $new','','returns Whether or not Doctrine considers the value modified','boolean','isvaluemodified','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293742,161239,'exportTo','exports instance to a chosen format','','$type, $deep = true','','returns representation as $type format. Array is $type is array','string','exportto','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293743,161239,'preInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','preinsert','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293744,161239,'getAccessors','gets all accessors for this component instance','','','','','array','getaccessors','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293745,161239,'validateOnUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be updated.','','','','','','validateonupdate','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293746,161239,'assignInheritanceValues','Assign the inheritance column values','','','','','','assigninheritancevalues','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293747,161239,'resetPendingUnlinks','resets pending record unlinks','','','','','','resetpendingunlinks','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293748,161239,'__toString','magic method','','','','returns representation of this object','string','tostring','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293749,161239,'postSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postserialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293750,161239,'clearMutator','clears the custom mutator for a field name','','$fieldName','','','','clearmutator','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293751,161239,'fromArray','imports data from a php array','','$array, $deep = true','','','','fromarray','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293752,161239,'errorStack','assigns the ErrorStack or returns it if called without parameters','','(Doctrine_Validator_ErrorStack) $stack = null','','returns returns the errorStack associated with this record','','errorstack','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293753,161239,'load','loads all the uninitialized properties from the database.','Used to move a record from PROXY to CLEAN/DIRTY state.','$data = array()','','','boolean','load','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293754,161239,'getReferences','get all related components','','','','returns various Doctrine_Collection or Doctrine_Record instances','array','getreferences','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293755,161239,'getPendingUnlinks','returns Doctrine_Record instances which need to be unlinked (deleting the\nrelation) on save','','','','','array','getpendingunlinks','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293756,161239,'clearAccessor','clears the accessor for a field name','','$fieldName','','','','clearaccessor','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293757,161239,'serialize','serialize this method is automatically called when an instance of\nDoctrine_Record is serialized','','','','','string','serialize','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293758,161239,'getOid','','','','','returns the object identifier','integer','getoid','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293759,161239,'clearInvokedSaveHooks','makes all the already used save hooks available again','','','','','','clearinvokedsavehooks','2009-11-12 03:17:59','2009-11-12 03:17:59'),(1293760,161239,'preUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','preupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293761,161239,'getTable','returns the table object for this record.','','','','returns a Doctrine_Table object','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293762,161239,'linkInDb','creates links from this record to given records now, querying the db','','$alias, $ids','','returns this object (fluent interface)','','linkindb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293763,161239,'_resetModified','Reset the modified array and store the old array in lastModified so it can\nbe accessed by users after saving a record, since the modified array is\nreset after the object is saved.','','','','','','resetmodified','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293764,161239,'hydrate','hydrate hydrates this object from given array','','$data, $overwriteLocalChanges = true','','','','hydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293765,161239,'postValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure.','','$event','','','','postvalidate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293766,161239,'_set','','','$fieldName, $value, $load = true','','','','set','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293767,161239,'unlinkInDb','unlink now the related components, querying the db','','$alias, $ids = array()','','returns this object (fluent interface)','','unlinkindb','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293768,161239,'hasReference','tests whether a relation is set','','$name','','','boolean','hasreference','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293769,161239,'delete','deletes this data access object and all the related composites this\noperation is isolated by a transaction','this event can be listened by the onPreDelete and onDelete listeners','$conn = null','','returns true if successful','boolean','delete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293770,161239,'preSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','presave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293771,161239,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','getincremented','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293772,161239,'getPendingDeletes','returns Doctrine_Record instances which need to be deleted on save','','','','','array','getpendingdeletes','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293773,161239,'getErrorStack','retrieves the ErrorStack. To be called after a failed validation attempt\n(@see isValid()).','','','','returns returns the errorStack associated with this record','','geterrorstack','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293774,161239,'mapValue','sets a value that will be managed as if it were a field by magic accessor\nand mutators, @see get() and @see set().','Normally used by Doctrine for the mapping of aggregate values.','$name, $value = null','','','','mapvalue','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293775,161239,'reference','gets a related component','','$name','','','','reference','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293776,161239,'unlink','unlink removes links from this record to given records if no ids are\ngiven, it removes all links','','$alias, $ids = array(), $now = false','','returns this object (fluent interface)','','unlink','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293777,161239,'assignIdentifier','assigns an identifier to the instance, for database storage','','$id = false','','','','assignidentifier','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293778,161239,'link','creates links from this record to given records','','$alias, $ids, $now = false','','returns this object (fluent interface)','','link','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293779,161239,'synchronizeWithArray','synchronizes a Doctrine_Record instance and its relations with data from an\narray','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array, $deep = true','','','','synchronizewitharray','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293780,161239,'construct','construct Empty template method to provide concrete Record classes with\nthe possibility to hook into the constructor procedure','','','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293781,161239,'getPrepared','Retrieves data prepared for a sql transaction.','Returns an array of modified fields and values with data preparation; adds column aggregation inheritance and converts Records into primary key values.','$array = array()','','','array','getprepared','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293782,161239,'preDqlSelect','Empty template method to provide Record classes with the ability to alter\nDQL select','queries at runtime','$event','','','','predqlselect','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293783,161239,'__call','magic method used for method overloading','the function of this method is to try to find a given method from the templates (behaviors) the record is using, and if found, execute it. Note that already existing methods would not be overloaded.\nSo, in sense, this method replicates the usage of mixi','$method, $args','','returns the return value of the given method','mixed','call','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293784,161239,'getModified','retrieves an array of modified fields and associated new values.','','$old = false, $last = false','','','array','getmodified','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293785,161240,'hasColumns','','','$definitions','','','','hascolumns','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293786,161240,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293787,161240,'setUp','','','','','','','setup','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293788,161240,'setAttribute','','','$attr, $value','','','','setattribute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293789,161240,'getListener','','','','','','','getlistener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293790,161240,'hasMany','hasMany binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns this object','','hasmany','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293791,161240,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293792,161240,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293793,161240,'hasColumn','hasColumn sets a column definition','','$name, $type = null, $length = null, $options = array()','','','','hascolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293794,161240,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','setlistener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293795,161240,'setInheritanceMap','','','$map','','','','setinheritancemap','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293796,161240,'unique','Specify an array of fields that are unique and will be validated as such','','','','','','unique','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293797,161240,'setSubclasses','','','$map','','','','setsubclasses','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293798,161240,'loadGenerator','','','$generator','','','','loadgenerator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293799,161240,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','addlistener','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293800,161240,'actAs','Loads the given plugin.','This method loads a behavior in the record. It will add the behavior also to the record table if it. It is tipically called in @see setUp().','$tpl, $options = array()','throws Doctrine_Record_Exception if $tpl is neither an instance of Doctrine_Template subclass or a valid class name, that could be instantiated.','returns this object; provides a fluent interface.','','actas','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293801,161240,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293802,161240,'getTable','getTable returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293803,161240,'check','Adds a check constraint.','This method will add a CHECK constraint to the record table.','$constraint, $name = null','','returns this object','','check','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293804,161240,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293805,161240,'hasOne','hasOne binds One-to-One aggregate relation','','$componentName, $options','','returns this object','','hasone','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293806,161240,'setTableName','','','$tableName','','','','settablename','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293807,161241,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293808,161241,'setTable','','','$table','','','','settable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293809,161241,'getTable','','','','','','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293810,161241,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293811,161242,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293812,161242,'__construct','','','$aliases','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293813,161242,'init','','','','','','','init','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293814,161242,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293815,161243,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293816,161243,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293817,161244,'__construct','constructor','','$record','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293818,161244,'initNullObject','','','$null','','','','initnullobject','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293819,161244,'current','','','','','','mixed','current','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293820,161245,'preDelete','','','$event','','','','predelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293821,161245,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293822,161245,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293823,161245,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293824,161245,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293825,161245,'postInsert','','','$event','','','','postinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293826,161245,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293827,161245,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293828,161245,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293829,161245,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293830,161245,'setOption','setOption sets an option in order to allow flexible listener','','$name, $value = null','','','','setoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293831,161245,'postSave','','','$event','','','','postsave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293832,161245,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293833,161245,'getOption','getOption returns the value of given option','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293834,161245,'postDelete','','','$event','','','','postdelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293835,161245,'preInsert','','','$event','','','','preinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293836,161245,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293837,161245,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293838,161245,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293839,161245,'preSave','','','$event','','','','presave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293840,161245,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293841,161246,'preDelete','','','$event','','','','predelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293842,161246,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293843,161246,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293844,161246,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293845,161246,'set','','','$key, (Doctrine_Record_Listener) $listener','','returns this object','','set','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293846,161246,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293847,161246,'postInsert','','','$event','','','','postinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293848,161246,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293849,161246,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293850,161246,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293851,161246,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293852,161246,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293853,161246,'setOption','setOption sets an option in order to allow flexible listener chaining','','$name, $value = null','','','','setoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293854,161246,'postSave','','','$event','','','','postsave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293855,161246,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293856,161246,'getOption','getOption returns the value of given option','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293857,161246,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293858,161246,'postDelete','','','$event','','','','postdelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293859,161246,'preInsert','','','$event','','','','preinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293860,161246,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293861,161246,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293862,161246,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293863,161246,'preSave','','','$event','','','','presave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293864,161246,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293865,161247,'preDelete','','','$event','','','','predelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293866,161247,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293867,161247,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293868,161247,'postInsert','','','$event','','','','postinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293869,161247,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293870,161247,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293871,161247,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293872,161247,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293873,161247,'postSave','','','$event','','','','postsave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293874,161247,'postDelete','','','$event','','','','postdelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293875,161247,'preInsert','','','$event','','','','preinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293876,161247,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293877,161247,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293878,161247,'preSave','','','$event','','','','presave','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293879,161248,'getRelationDql','','','$count','','','string','getrelationdql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293880,161248,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293881,161248,'getForeignFieldName','getLocalFieldName','returns the field name of the foreign column','','','','','getforeignfieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293882,161248,'getLocalFieldName','','returns the field name of the local column','','','','','getlocalfieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293883,161248,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','isonetoone','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293884,161248,'getClass','getClass returns the name of the related class','','','','','string','getclass','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293885,161248,'offsetExists','','','$offset','','','','offsetexists','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293886,161248,'offsetGet','','','$offset','','','','offsetget','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293887,161248,'toArray','','','','','','array','toarray','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293888,161248,'getLocalColumnName','getLocalColumnName returns the column name of the local column','','','','','string','getlocalcolumnname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293889,161248,'__construct','constructor','','$definition','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293890,161248,'getForeignColumnName','getForeignColumnName returns the column name of the foreign column','','','','','string','getforeigncolumnname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293891,161248,'isEqual','','','','','','','isequal','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293892,161248,'offsetSet','','','$offset, $value','','','','offsetset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293893,161248,'isDeferrable','','','','','','','isdeferrable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293894,161248,'offsetUnset','','','$offset','','','','offsetunset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293895,161248,'__toString','','','','','','string','tostring','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293896,161248,'getAlias','getAlias returns the relation alias','','','','','string','getalias','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293897,161248,'getForeignKeyName','Get the name of the foreign key for this relationship','','','','','string','getforeignkeyname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293898,161248,'getTable','getTable returns the foreign table object','','','','','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293899,161248,'getType','getType returns the relation type, either 0 or 1','','','','','integer','gettype','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293900,161248,'isDeferred','','','','','','','isdeferred','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293901,161248,'isCascadeDelete','Checks whether this relation cascades deletions to the related objects on\nthe application level.','','','','','boolean','iscascadedelete','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293902,161248,'getLocal','getLocal returns the name of the local column','','','','','string','getlocal','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293903,161248,'getForeign','getForeign returns the name of the foreignkey column where the localkey\ncolumn is pointing at','','','','','string','getforeign','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293904,161248,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','hasconstraint','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293905,161249,'getLocalRefColumnName','','returns the column name of the local reference column','','','','','getlocalrefcolumnname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293906,161249,'getAssociationFactory','','','','','','','getassociationfactory','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293907,161249,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293908,161249,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293909,161249,'getAssociationTable','','','','','','','getassociationtable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293910,161249,'getLocalRefFieldName','','returns the field name of the local reference column','','','','','getlocalreffieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293911,161249,'getForeignRefColumnName','','returns the column name of the foreign reference column','','','','','getforeignrefcolumnname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293912,161249,'getForeignRefFieldName','','returns the field name of the foreign reference column','','','','','getforeignreffieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293913,161250,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293914,161250,'fetchRelatedFor','','','$record','','','','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293915,161251,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293916,161251,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293917,161252,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293918,161252,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293919,161253,'fetchRelatedFor','getRelationDql','','$record, $count','','','string','fetchrelatedfor','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293920,161254,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293921,161254,'completeDefinition','Completes the given definition','','$def','','returns completed definition array','array','completedefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293922,161254,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','getimpl','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293923,161254,'getRelation','','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293924,161254,'completeAssocDefinition','Completes the given association definition','','$def','','returns completed definition array','array','completeassocdefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293925,161254,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','$table','','','','getidentifiers','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293926,161254,'__construct','constructor','','$table','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293927,161254,'hasRelation','Check if a relation alias exists','','$name','','','boolean','hasrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293928,161254,'getPendingRelation','','','$name','','returns an array defining a pending relation','array','getpendingrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293929,161254,'getTable','','','','','returns the table object this parser belongs to','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293930,161254,'getPendingRelations','','','','','returns an array containing all the pending relations','array','getpendingrelations','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293931,161254,'getRelations','getRelations returns an array containing all relation objects','','','','returns an array of Doctrine_Relation objects','array','getrelations','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293932,161254,'guessColumns','','','$classes, $foreignTable','','returns an array of column names','array','guesscolumns','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293933,161254,'unsetPendingRelations','unsetPendingRelations Removes a relation. Warning: this only affects\npending relations','','$name','','','','unsetpendingrelations','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293934,161255,'analyze','analyze a text in the encoding format','','$text, $encoding = null','','','','analyze','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293935,161255,'setTableDefinition','buildDefinition','','','','','','settabledefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293936,161255,'updateIndex','updateIndex updates the index','','$data, $encoding = null, (Doctrine_Record) $record','','','integer','updateindex','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293937,161255,'__construct','','','$options','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293938,161255,'readTableData','','','$limit = null, $offset = null','','returns The collection of results','','readtabledata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293939,161255,'search','Searchable keyword search','','$string, (Doctrine_Query) $query = null','','returns ids and relevancy','array','search','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293940,161255,'batchUpdateIndex','','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindex','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293941,161256,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293942,161256,'__construct','','','$options = array()','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293943,161257,'analyze','','','$text','','','','analyze','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293944,161258,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293945,161259,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293946,161260,'buildRelation','','','','','','','buildrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293947,161260,'indexDirectory','indexes given directory','','$dir','','','','indexdirectory','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293948,161260,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293949,161261,'indexDirectory','','','$dir','','','','indexdirectory','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293950,161262,'add','','','$dir','','','','add','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293951,161263,'postInsert','','','$event','','','','postinsert','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293952,161263,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293953,161263,'__construct','','','$search','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293954,161263,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293955,161264,'parse','','','$file','','','','parse','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293956,161265,'query','','','$text, $includeRelevance = true','','','','query','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293957,161265,'parseClause','','','$originalClause, $recursive = false','','','','parseclause','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293958,161265,'getSql','','','','','','','getsql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293959,161265,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293960,161265,'isExpression','','','$term','','','','isexpression','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293961,161265,'getParams','','','','','','','getparams','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293962,161265,'parseWord','','','$word','','','','parseword','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293963,161265,'parseTerm','','','$term','','','','parseterm','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293964,161265,'getWords','','','','','','','getwords','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293965,161266,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293966,161266,'setUp','','','','','','','setup','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293967,161267,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293968,161267,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293969,161267,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293970,161268,'lastInsertId','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\ncolumn.','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws Doctrine_Adapter_Db2_Exception','','integer','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293971,161268,'lastSequenceId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws Doctrine_Adapter_Db2_Exception','','integer','lastsequenceid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293972,161268,'nextSequenceId','Generate a new value from the specified sequence in the database, and\nreturn it.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws Doctrine_Adapter_Db2_Exception','','integer','nextsequenceid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293973,161269,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293974,161269,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293975,161269,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293976,161270,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293977,161270,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns The value if the table exists or not','bool','checksequence','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293978,161270,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293979,161270,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293980,161271,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293981,161271,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293982,161271,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293983,161272,'lastInsertID','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293984,161272,'currID','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293985,161272,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293986,161273,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns the autoincremented id','integer','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293987,161273,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293988,161273,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293989,161274,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293990,161274,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293991,161274,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293992,161275,'YAMLLoad','Load YAML into a PHP array statically','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array. Pretty simple. Usage:invokeSaveHooks(\'pre\', \'save\');]]>load(\'lucky.yaml\');\n pr','$input','','','array','load','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293995,161275,'YAMLDump','Dump YAML from PHP array statically','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML. Pretty simple. Feel free to save the returned string as nothing.yaml and pass it around.\nOh, and you can decide how big the indent is and what the ','$array, $indent = false, $wordwrap = false','','','string','yamldump','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293996,161275,'_linkRef','','','[[[amp]]]$n, $key, $k = NULL, $v = NULL','','','','linkref','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293997,161276,'__construct','The constructor assigns the node a unique ID.','','$nodeId','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293998,161277,'getData','Returns internal data.','This method is used by Doctrine_Record instances when retrieving data from database.','','','','array','getdata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1293999,161277,'getColumnDefinition','Retrieves a column definition from this table schema.','','$columnName','','returns column definition; @see $_columns','array','getcolumndefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294000,161277,'isTree','Determines if table acts as tree.','','','','returns if tree return true, otherwise returns false','boolean','istree','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294001,161277,'getBoundQueryPart','Retrieves a bound query part.','','$queryPart','','returns value of the bind','string','getboundquerypart','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294002,161277,'getIdentifier','Returns the definition of the identifier key.','','','','returns can be array if a multi-column primary key is used.','string','getidentifier','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294003,161277,'getOptions','Retrieves all options of this table and the associated values.','','','','returns all options and their values','array','getoptions','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294004,161277,'findByDql','Finds records in this table with a given DQL where clause.','','$dql, $params = array(), $hydrationMode = null','','','','findbydql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294005,161277,'removeRecord','Removes a record from the identity map.','This method deletes from the cache the given record; can be used to force reloading of an object from database.','$record','','returns true if the record was found and removed, false if the record wasn't found.','boolean','removerecord','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294006,161277,'isIdentifierAutoincrement','Checks whether a field identifier is of type autoincrement.','This method checks if the primary key is a AUTOINCREMENT column or if the table uses a natural key.','','','returns TRUE if the identifier is autoincrement FALSE otherwise','boolean','isidentifierautoincrement','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294007,161277,'getColumnCount','','','','','returns the number of columns in this table','integer','getcolumncount','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294008,161277,'getGenerator','Gets generator instance for a passed name.','','$generator','','','','getgenerator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294009,161277,'__get','Magic method for accessing to object properties.','This method is an alias for getOption.','$option','','','mixed','get','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294010,161277,'isIdentifierComposite','Checks whether a field identifier is a composite key.','','','','returns TRUE if the identifier is a composite key, FALSE otherwise','boolean','isidentifiercomposite','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294011,161277,'initIdentifier','Initializes the primary key.','Called in the construction process, builds the identifier definition copying in the schema the list of the fields which constitutes the primary key.','','','','','initidentifier','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294012,161277,'executeOne','Fetches one record with a named query.','This method uses the provided $queryKey to clone and execute the associated named query in the query registry.','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','throws Doctrine_Query_Registry if no query for given queryKey is found','','','executeone','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294013,161277,'getTemplate','Retrieves a particular template by class name.','This method retrieves a behavior/template object attached to the table. For Doctrine_Template_* classes, the base name can be used.','$template','throws Doctrine_Table_Exception if the given template is not set on this table','','','gettemplate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294014,161277,'findBySql','Finds records in this table with a given SQL where clause.','','$dql, $params = array(), $hydrationMode = null','','','','findbysql','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294015,161277,'bind','Adds a relation to the table.','This method defines a relation on this table, that will be present on every record belonging to this component.','$args, $type','','','','bind','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294016,161277,'getRelationParser','Retrieves the relation parser associated with this table.','','','','returns relation parser object','','getrelationparser','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294017,161277,'getFieldValidators','Gets the names of all validators being applied on a field.','','$fieldName','','returns names of validators','array','getfieldvalidators','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294018,161277,'getTypeOf','Retrieves the type of a field.','','$fieldName','','returns false on failure','string','gettypeof','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294019,161277,'getRecordInstance','Gets the record instance for this table.','The Doctrine_Table instance always holds at least one instance of a model so that it can be reused for several things, but primarily it is first used to instantiate all the internal in memory schema definition.','','','returns Empty instance of the record','','getrecordinstance','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294020,161277,'findAll','Retrieves all the records stored in this table.','','$hydrationMode = null','','','','findall','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294021,161277,'getFieldLength','Gets the maximum length of a field.','For integer fields, length is bytes occupied. For decimal fields, it is the total number of cyphers','$fieldName','','','integer','getfieldlength','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294022,161277,'validateField','Validates a given field using table ATTR_VALIDATE rules.','','$fieldName, $value, $record = null','','','','validatefield','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294023,161277,'setData','Doctrine uses this function internally.','Users are strongly discouraged to use this function.','$data','','','','setdata','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294024,161277,'getRelation','Retrieves a relation object for this component.','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294025,161277,'setMethodOwner','','','$method, $class','','','','setmethodowner','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294026,161277,'find','Finds a record by its identifier.','indexes as $name => $definition) {\n // ...\n }]]>','$name, $params, $hydrationMode','','returns Doctrine_Collection, array, Doctrine_Record or false if no result','mixed','find','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294027,161277,'hasTemplate','Checks if the table has a given template.','','$template','','','boolean','hastemplate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294028,161277,'getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name'].','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294029,161277,'execute','Finds result of a named query.','This method fetches data using the provided $queryKey to choose a named query in the query registry.','$queryKey, $params = array(), $hydrationMode = Doctrine::HYDRATE_RECORD','throws Doctrine_Query_Registry if no query for given queryKey is found','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294030,161277,'getConnection','Returns the connection associated with this table (if any).','','','','returns the connection object','','getconnection','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294031,161277,'getTemplates','Retrieves all templates (behaviors) attached to this table.','','','','returns an array containing all templates','array','gettemplates','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294032,161277,'getColumns','Retrieves all columns of the table.','','','','returns keys are column names and values are definition','array','getcolumns','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294033,161277,'getTypeOfColumn','Retrieves the type of a column.','','$columnName','','returns false if column is not found','string','gettypeofcolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294034,161277,'clear','Clears the first level cache (identityMap).','This method ensures that records are reloaded from the db.','','','','','clear','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294035,161277,'setConnection','Sets the default connection for this table.','This method assign the connection which this table will use to create queries.','$conn','','returns this object; fluent interface','','setconnection','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294036,161277,'getIdentifierColumnNames','Returns an array with all the identifier column names.','','','','returns numeric array','array','getidentifiercolumnnames','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294037,161277,'getQueryObject','','','','','returns a Doctrine_Query object','','getqueryobject','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294038,161277,'getFilters','','','','','','array','getfilters','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294039,161277,'isInheritedColumn','Checks whether a column is inherited from a component further up in the\nhierarchy.','','($columnName) $columnName','','returns TRUE if column is inherited, FALSE otherwise.','boolean','isinheritedcolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294040,161277,'setOption','Sets an option for the table.','This method sets an option and returns this object in order to allow flexible method chaining.','$name, $value','','returns this object','','setoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294041,161277,'setOptions','Sets all the options.','This method sets options of the table that are specified in the argument. It has no effect on other options.','$options','','','','setoptions','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294042,161277,'getFieldName','Returns a column alias for a column name.','If no alias can be found the column name is returned.','$columnName','','returns column alias','string','getfieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294043,161277,'getFieldNames','Returns an array containing all the field names.','','','','returns numeric array','array','getfieldnames','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294044,161277,'createNamedQuery','Creates a named query from one in the query registry.','This method clones a new query object from a previously registered one.','$queryKey','','','','createnamedquery','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294045,161277,'addTemplate','Adds a template to this table.','','$template, $impl','','','','addtemplate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294046,161277,'export','Exports this table to database based on the schema definition.','This method create a physical table in the database, using the definition that comes from the component Doctrine_Record instance.','','throws Doctrine_Connection_Exception if some error other than Doctrine::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','export','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294047,161277,'isIdentifier','Checks whether a field is in the primary key.','Checks if $fieldName is part of the table identifier, which defines the one-column or multi-column primary key.','$fieldName','','returns TRUE if the field is part of the table identifier/primary key field(s),','boolean','isidentifier','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294048,161277,'__construct','the constructor','','$name, $conn, $initDefinition = false','throws Doctrine_Connection_Exception if there are no opened connections','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294049,161277,'getOption','Returns the value of a given option.','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294050,161277,'getColumnName','Returns a column name for a column alias.','If the actual name for the alias cannot be found this method returns the given alias.','$fieldName, $alias','','returns column name','string','getcolumnname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294051,161277,'count','Implements Countable interface.','','','','returns number of records in the table','integer','count','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294052,161277,'hasColumn','Finds out whether the table definition contains a given column.','','$columnName','','','boolean','hascolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294053,161277,'getColumnNames','Returns an array containing all the column names.','','$fieldNames = null','','returns numeric array','array','getcolumnnames','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294054,161277,'initDefinition','Initializes the in-memory table definition.','','$name','','','','initdefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294055,161277,'getEnumValues','Retrieves the enum values for a given field.','','$fieldName','','','array','getenumvalues','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294056,161277,'unshiftFilter','','','$filter','','returns this object (provides a fluent interface)','','unshiftfilter','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294057,161277,'getColumnOwner','Gets the owner of a column.','The owner of a column is the name of the component in a hierarchy that defines the column.','$columnName','','returns the name of the owning/defining component','string','getcolumnowner','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294058,161277,'addForeignKey','Adds a foreignKey to the table in-memory definition.','This method adds a foreign key to the schema definition. It does not add the key to the physical table in the db; @see export().','$definition','','','','addforeignkey','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294059,161277,'getTree','Gets associated tree.','This method returns the associated Tree object (if any exists). Normally implemented by NestedSet behavior.','','','returns false if not a tree','','gettree','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294060,161277,'addRecord','Adds a record to the first level cache (identity map).','This method is used internally to cache records, ensuring that only one object that represents a sql record exists in all scopes.','$record','','returns true if record was not present in the map','boolean','addrecord','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294061,161277,'bindQueryPart','Adds default query parts to the selects executed on this table.','This method binds given value to given query part. Every query created by this table will have this part set by default.','$queryPart, $value','','returns this object','','bindquerypart','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294062,161277,'addGenerator','Adds a generate to the table instance.','','$generator, $name = null','','','','addgenerator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294063,161277,'hasRelation','Tests if a relation exists.','This method queries the table definition to find out if a relation is defined for this component. Alias defined with foreignAlias are not recognized as there's only one Doctrine_Relation object on the owning side.','$alias','','returns true if the relation exists. Otherwise false.','boolean','hasrelation','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294064,161277,'prepareValue','Performs special data preparation.','This method returns a representation of a field data, depending on the type of the given column.\nfind(11);\n $table->find(11, Doctrine::HYDRATE_RECORD);\n $table->find(\'namedQueryForYearArchive\', array(2009), Doctrine::HYDRATE_ARRAY);]]>\n - \n\n
It unserializes array and object typed columns
- \n\n
Uncompresses gzip typed columns
Gets the appropriate en','$fieldName, $value, $typeHint = null, $field','throws Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns prepared value','mixed','preparevalue','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294065,161277,'__isset','Magic method for testing object properties existence.','This method tests if an option exists.
','$option','','','','isset','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294066,161277,'unique','Defines a n-uple of fields that must be unique for every record.','This method Will automatically add UNIQUE index definition and validate the values on save. The UNIQUE index is not created in the database until you use @see export().','$fields','','','','unique','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294067,161277,'removeColumn','Removes a field name from the table schema information.','','$fieldName','','returns true if the field is found and removed. False otherwise.','boolean','removecolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294068,161277,'getRecord','Returns a new record.','This method checks if a internal record exists in identityMap, if does not exist it creates a new one.','','','','','getrecord','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294069,161277,'findOneBy','Finds the first record that satisfy the clause.','','$fieldName, $value, $hydrationMode = null, $column','','','','findoneby','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294070,161277,'__toString','Generates a string representation of this object.','This method is useful for debugging purposes, or it can be overriden in Doctrine_Record to provide a value when Record is casted to (string).','','','','string','tostring','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294071,161277,'getGenerators','Gets all the generators for this table.','','','','','array','getgenerators','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294072,161277,'applyInheritance','','','($where) $where','','returns query where part with column aggregation inheritance added','string','applyinheritance','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294073,161277,'findBy','Find records basing on a field.','','$fieldName, $value, $hydrationMode = null, $column','','','','findby','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294074,161277,'enumIndex','Retrieves an enum index.','','$fieldName, $value','','returns can be string if native enums are used.','integer','enumindex','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294075,161277,'addNamedQuery','Adds a named query in the query registry.','This methods register a query object with a name to use in the future.','($queryKey) $queryKey, (string|Doctrine_Query) $query','','','','addnamedquery','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294076,161277,'getComponentName','Gets the subclass of Doctrine_Record that belongs to this table.','','','','','string','getcomponentname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294077,161277,'_resolveFindByFieldName','Resolves the passed find by field name inflecting the parameter.','This method resolves the appropriate field name regardless of whether the user passes a column name, field name, or a Doctrine_Inflector::classified() version of their column name. It will be inflected with Doctrine_Inflector::tableize() to get the col','$name','','','string','resolvefindbyfieldname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294078,161277,'enumValue','Retrieves an enum value.','This method finds a enum string value. If ATTR_USE_NATIVE_ENUM is set on the connection, index and value are the same thing.','$fieldName, $index','','','mixed','enumvalue','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294079,161277,'getUniques','Gets the array of unique fields sets.','','','','returns numeric array','array','getuniques','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294080,161277,'setColumn','Adds a column to the schema.','This method does not alter the database table; @see export();','$name, $type = null, $length = null, $options = array(), $prepend = false','throws Doctrine_Table_Exception if trying use wrongly typed parameter','','','setcolumn','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294081,161277,'create','Creates a new record.','This method create a new instance of the model defined by this table. The class of this record is the subclass of Doctrine_Record defined by this component. The record is not created in the database until you call @save().','$array = array()','','returns the created record object','','create','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294082,161277,'setColumns','','','$definitions','','','','setcolumns','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294083,161277,'getTableName','Gets the table name in the db.','','','','','string','gettablename','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294084,161277,'addCheckConstraint','Adds a check constraint to the table in-memory definition.','This method adds a CHECK constraint to the schema definition. It does not add the constraint to the physical table in the db; @see export().','($definition) $definition, $name','','','','addcheckconstraint','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294085,161277,'getDefinitionOf','Retrieves the definition of a field.','This method retrieves the definition of the column, basing of $fieldName which can be a column name or a field name (alias).','$fieldName','','returns false on failure','array','getdefinitionof','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294086,161277,'validateUniques','Validates all the unique indexes.','This methods validates 'unique' sets of fields for the given Doctrine_Record instance. Pushes error to the record error stack if they are generated.','$record','','','','validateuniques','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294087,161277,'getRepository','Gets the internal record repository.','','','','','','getrepository','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294088,161277,'getIndex','Retrieves an index definition.','This method returns a given index definition: @see addIndex().','$index','','returns array on success, FALSE on failure','array|boolean','getindex','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294089,161277,'getExportableFormat','Returns an exportable representation of this object.','This method produces a array representation of the table schema, where keys are tableName, columns (@see $_columns) and options. The options subarray contains 'primary' and 'foreignKeys'.','$parseForeignKeys = true','','','array','getexportableformat','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294090,161277,'getProxy','','','($id) $id = null','throws Doctrine_Find_Exception','','','getproxy','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294091,161277,'getIdentifierType','Retrieves the type of primary key.','This method finds out if the primary key is multifield.','','','','integer','getidentifiertype','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294092,161277,'bindQueryParts','Binds query parts to this component.','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294093,161277,'hasGenerator','Checks if a generator name exists.','','$generator','','','','hasgenerator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294094,161277,'hasField','Finds out whether the table definition has a given field.','This method returns true if @see hasColumn() returns true or if an alias named $fieldName exists.','$fieldName','','','boolean','hasfield','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294095,161277,'getRelations','Retrieves all relation objects defined on this table.','','','','','array','getrelations','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294096,161277,'hasDefaultValues','Finds out whether this table has default values for columns.','','','','','boolean','hasdefaultvalues','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294097,161277,'_checkForeignKeyExists','Check if a foreign definition already exists in the fks array for a \nforeign table, local and foreign key','','$def, $foreignKeys','','returns Whether or not the foreign key was found','boolean','checkforeignkeyexists','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294098,161277,'getDefaultValueOf','Retrieves the default value (if any) for a given column.','','$fieldName','','returns default value as set in definition','mixed','getdefaultvalueof','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294099,161277,'setTableName','sets the table name in the schema definition.','','$tableName','','','','settablename','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294100,161277,'addIndex','Adds an index to this table in-memory definition.','This method adds an INDEX to the schema definition. It does not add the index to the physical table in the db; @see export().','$index, $definition','','','','addindex','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294101,161277,'construct','Construct template method.','This method provides concrete Table classes with the possibility to hook into the constructor procedure. It is called after the Doctrine_Table construction process is finished.','','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294102,161277,'createQuery','Creates a query on this table.','This method returns a new Doctrine_Query object and adds the component name of this table as the query 'from' part.tableName)) {\n // ...\n }]]>createQuery(\'myuser\')\n ->where(\'myuser.Phonenumber = ?','$alias = ''','','','','createquery','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294103,161277,'__call','Adds support for magic finders.','This method add support for calling methods not defined in code, such as: findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','returns result of the finder','the','call','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294104,161277,'getMethodOwner','','','$method','','','','getmethodowner','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294105,161278,'__construct','','','$message','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294106,161279,'get','','','$oid','throws Doctrine_Table_Repository_Exception','','','get','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294107,161279,'evictAll','','','','','returns number of records evicted','integer','evictall','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294108,161279,'loadAll','','','','','','','loadall','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294109,161279,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294110,161279,'contains','','','$oid','','','','contains','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294111,161279,'__construct','constructor','','$table','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294112,161279,'count','','Doctrine_Registry implements interface Countable','','','returns the number of records this registry has','integer','count','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294113,161279,'add','','','$record','','','boolean','add','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294114,161279,'evict','','','$oid','','returns whether ot not the operation was successful','boolean','evict','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294115,161279,'getTable','','','','','','','gettable','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294116,161280,'getTaskName','','','','','','string','gettaskname','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294117,161280,'getOptionalArguments','','','','','','array','getoptionalarguments','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294118,161280,'getRequiredArgumentsDescriptions','','','','','','array','getrequiredargumentsdescriptions','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294119,161280,'execute','','Override with each task class','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294120,161280,'ask','','','','','','','ask','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294121,161280,'notify','','','$notification = null','','','','notify','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294122,161280,'getRequiredArguments','','','','','','array','getrequiredarguments','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294123,161280,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294124,161280,'getDescription','','','','','','string','getdescription','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294125,161280,'validate','','Validates that all required fields are present','','','returns true','bool','validate','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294126,161280,'addArgument','','','$name, $value','','','','addargument','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294127,161280,'getOptionalArgumentsDescriptions','','','','','','array','getoptionalargumentsdescriptions','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294128,161280,'getArguments','','','','','','array','getarguments','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294129,161280,'setArguments','','','$args','','','','setarguments','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294130,161280,'getArgument','','','$name, $default = null','','','mixed','getargument','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294131,161281,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294132,161281,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294133,161282,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294134,161282,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294135,161283,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294136,161283,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294137,161284,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294138,161285,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294139,161286,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294140,161287,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294141,161287,'_printResults','','','$array','','','','printresults','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294142,161288,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294143,161289,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294144,161290,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294145,161291,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294146,161292,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294147,161293,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294148,161294,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294149,161295,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294150,161296,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294151,161297,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294152,161298,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294153,161299,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294154,161300,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294155,161301,'execute','','','','','','','execute','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294156,161301,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294157,161302,'addChild','Adds a plugin as a child to this plugin','','$template','','returns Chainable.','Doctrine_Template.','addchild','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294158,161302,'getOptions','getOptions returns all options of this template and the associated values','','','','returns all options and their values','array','getoptions','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294159,161302,'getInvoker','returns the last used invoker','','','','returns the record that invoked the last delegated call','','getinvoker','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294160,161302,'setTableDefinition','Blank method for template table definition','','','','','','settabledefinition','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294161,161302,'set','','','$name, $value','','','','set','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294162,161302,'setUp','Blank method for template setup','','','','','','setup','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294163,161302,'setInvoker','sets the last used invoker','','$invoker','','returns this object','','setinvoker','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294164,161302,'get','','','$name','','','','get','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294165,161302,'getPlugin','Get plugin instance','','','','','','getplugin','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294166,161302,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294167,161302,'getOption','getOption returns the value of given option','','$name, $default = null','','returns the value of given option','mixed','getoption','2009-11-12 03:18:00','2009-11-12 03:18:00'),(1294168,161302,'setTable','Set the table object that this Template belongs to','','$table','','','','settable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294169,161302,'getTable','returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294170,161303,'setTableDefinition','Set table definition for Geographical behavior','','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294171,161303,'getDistanceQuery','Initiate and get a distance query with the select parts for the number of\nkilometers and miles between this record and other zipcode records in the\ndatabase','','','','','','getdistancequery','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294172,161303,'getDistance','Get distance between this record and another','','$record, $kilometers = false, $Doctrine_Record','','','integer','getdistance','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294173,161304,'setUp','Initialize the I18n plugin for the template','','','','','','setup','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294174,161304,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294175,161304,'getI18n','Get the plugin instance for the I18n template','','','','','','geti18n','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294176,161305,'getUniqueSlug','Creates a unique slug for a given Doctrine_Record. This function enforces\nthe uniqueness by incrementing the values with a postfix if the slug is\nnot unique','','(Doctrine_Record) $record, $slugFromFields','','','string','getuniqueslug','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294177,161305,'buildSlugFromSlugField','Generate the slug for a given Doctrine_Record slug field','','(Doctrine_Record) $record','','','string','buildslugfromslugfield','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294178,161305,'__construct','','','$options, $array','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294179,161305,'preInsert','Set the slug value automatically when a record is inserted','','$event','','','','preinsert','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294180,161305,'preUpdate','Set the slug value automatically when a record is updated if the options\nare configured to allow it','','$event','','','','preupdate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294181,161305,'buildSlugFromFields','Generate the slug for a given Doctrine_Record based on the configured\noptions','','(Doctrine_Record) $record','','','string','buildslugfromfields','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294182,161306,'preDelete','Skip the normal delete options so we can override it with our own','','$event','','','','predelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294183,161306,'preDqlDelete','Implement preDqlDelete() hook and modify a dql delete query so it updates\nthe deleted flag instead of deleting the record','','$event','','','','predqldelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294184,161306,'__construct','','','$options','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294185,161306,'postDelete','Implement postDelete() hook and set the deleted flag to true','','$event','','','','postdelete','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294186,161306,'preDqlSelect','Implement preDqlSelect() hook and add the deleted flag to all queries for\nwhich this model is being used in.','','$event','','','','predqlselect','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294187,161307,'preDqlUpdate','Set the updated field for dql update queries','','$event, (Doctrine_Event) $evet','','','','predqlupdate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294188,161307,'__construct','','','$options','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294189,161307,'preInsert','Set the created and updated Timestampable columns when a record is inserted','','$event','','','','preinsert','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294190,161307,'getTimestamp','Gets the timestamp in the correct format based on the way the behavior is\nconfigured','','$type','','','','gettimestamp','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294191,161307,'preUpdate','Set updated Timestampable column when a record is updated','','$event, (Doctrine_Event) $evet','','','','preupdate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294192,161308,'setTableDefinition','Call set table definition for the NestedSet behavior','','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294193,161308,'setUp','Set up NestedSet template','','','','','','setup','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294194,161309,'batchUpdateIndexTableProxy','Proxy method so the batch updating can be called from table classes','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindextableproxy','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294195,161309,'setUp','Setup the Searchable template behavior','','','','','','setup','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294196,161309,'__construct','','','$options = array()','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294197,161309,'searchTableProxy','Searchable keyword search proxy for Doctrine_Table','','$string, (Doctrine_Query) $query = null','','returns ids and relevancy','array','searchtableproxy','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294198,161309,'batchUpdateIndex','Make the batchUpdateIndex() function available to the template so\nDoctrine_Record child classes with the behavior enabled can all the\nfunction','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindex','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294199,161310,'setTableDefinition','Set table definition for Sluggable behavior','','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294200,161311,'setTableDefinition','Set table definition for SoftDelete behavior','','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294201,161312,'setTableDefinition','Set table definition for Timestampable behavior','','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294202,161313,'revert','revert reverts this record to given version, this method only works if\nversioning plugin is enabled','','$version','throws Doctrine_Record_Exception if given version does not exist','returns this object','','revert','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294203,161313,'setUp','Setup the Versionable behavior for the template','','','','','','setup','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294204,161313,'__construct','','','$options = array()','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294205,161313,'getAuditLog','Get plugin for Versionable template','','','','','','getauditlog','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294206,161314,'beginInternalTransaction','Initiates a transaction.','This method must only be used by Doctrine itself to initiate transactions. Userland-code must usebeginTransaction .','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294207,161314,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294208,161314,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294209,161314,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294210,161314,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','$coll','','returns this object','','addcollection','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294211,161314,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294212,161314,'addInvalid','addInvalid adds record into invalid records list','','$record','','returns false if record already existed in invalid records list, otherwise true','boolean','addinvalid','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294213,161314,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294214,161314,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294215,161314,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294216,161314,'getState','getState returns the state of this transaction module.','','','','returns the connection state','integer','getstate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294217,161314,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294218,161314,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nThis method should only be used by userland-code to initiate transactions. To initiate a transaction from inside Doctrine use throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294219,161314,'getInvalid','Return the invalid records','','','','returns An array of invalid records','array','getinvalid','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294220,161314,'commit','Commit the database changes done during a transaction that is in progress\nor release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294221,161314,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294222,161314,'getInternalTransactionLevel','','','','','','','getinternaltransactionlevel','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294223,161314,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws PDOException if something fails at the PDO level','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294224,161315,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294225,161315,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294226,161315,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294227,161315,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294228,161316,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294229,161316,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294230,161316,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294231,161316,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294232,161317,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294233,161317,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294234,161317,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294235,161317,'setIsolation','Set the transacton isolation level.','','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294236,161317,'getIsolation','getTransactionIsolation','','','','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294237,161318,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294238,161318,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294239,161318,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294240,161318,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294241,161319,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294242,161319,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294243,161319,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294244,161319,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294245,161320,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294246,161321,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws Doctrine_Tree_Exception if table attributes have not been defined','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294247,161321,'factory','Factory method to create a Tree.','This is a factory method that returns a tree instance based upon chosen implementation.','$table, $implName, $options = array(), $impName','throws Doctrine_Exception if class $implName does not extend Doctrine_Tree','','','factory','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294248,161321,'setUp','this method is used for setting up relations and attributes and should be\nused by specific implementations','','','','','','setup','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294249,161321,'setAttribute','sets tree attribute value','','$name, $value','','','','setattribute','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294250,161321,'getAttribute','gets tree attribute value','','$name','','','','getattribute','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294251,161321,'__construct','constructor, creates tree with reference to table and any options','','$table, $options','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294252,161321,'getBaseComponent','Returns the base tree component.','','','','','','getbasecomponent','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294253,161322,'fetchTree','optimised method to returns iterator for traversal of the entire tree from\nroot','','$options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','Iterator','fetchtree','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294254,161322,'createRoot','creates root node from given record or from a new record','','$record = null','','','','createroot','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294255,161322,'findRoot','returns root node','','$root_id = 1','','','','findroot','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294256,161322,'fetchBranch','optimised method that returns iterator for traversal of the tree from the\ngiven record primary key','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetchbranch','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294257,161323,'fetchTree','Fetches a tree.','','$options = array(), $hydrationMode = null, $fetchmode','','returns The tree or FALSE if the tree could not be found.','mixed','fetchtree','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294258,161323,'getNextRootId','calculates the next available root id','','','','','integer','getnextrootid','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294259,161323,'getMaxRootId','calculates the current max root id','','','','','integer','getmaxrootid','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294260,161323,'fetchRoots','Fetches all root nodes. If the tree has only one root this is the same as \nfetchRoot().','','','','returns The root nodes.','mixed','fetchroots','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294261,161323,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','settabledefinition','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294262,161323,'getBaseAlias','Enter description here...','','','','','','getbasealias','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294263,161323,'resetBaseQuery','Enter description here...','','','','','','resetbasequery','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294264,161323,'setBaseQuery','Enter description here...','','$query','','','','setbasequery','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294265,161323,'createRoot','Creates root node from given record or from a new record.','Note: When using a tree with multiple root nodes (hasManyRoots), you MUST pass in a record to use as the root. This can either be a new/transient record that already has the root id column set to some numeric value OR a persistent record. In the latter ','$record = null','','','','createroot','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294266,161323,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetchroot','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294267,161323,'__construct','constructor, creates tree with reference to table and sets default root\noptions','','$table, $options','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294268,161323,'findRoot','returns root node','','$rootId = 1','','','','findroot','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294269,161323,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns The branch or FALSE if the branch could not be found.','mixed','fetchbranch','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294270,161323,'getBaseQuery','Enter description here...','','$options','','','unknown','getbasequery','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294271,161323,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','returnquerywithrootid','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294272,161324,'validateRecord','Validates a given record and saves possible errors in\nDoctrine_Validator::$stack','','$record','','','','validaterecord','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294273,161324,'hasErrors','Whether or not errors exist on this validator','','','','returns True/false for whether or not this validate instance has error','boolean','haserrors','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294274,161324,'getStringLength','Get length of passed string. Will use multibyte character functions if they\nexist','','$string','','','integer','getstringlength','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294275,161324,'validateLength','Validates the length of a field.','','$value, $type, $maximumLength','','returns True/false for whether the value passed validation','boolean','validatelength','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294276,161324,'getValidator','Get a validator instance for the passed $name','','$name','','','Doctrine_Validator_Interface','getvalidator','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294277,161324,'isValidType','Validate the type of the passed variable','','$var, $type','','','boolean','isvalidtype','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294278,161325,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294279,161325,'getCountries','returns all available country codes','','','','','array','getcountries','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294280,161326,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294281,161327,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294282,161328,'__get','__get an alias for getOption','','$arg','','','','get','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294283,161328,'getArgs','returns all args and their associated values','','','','returns all args as an associative array','array','getargs','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294284,161328,'getArg','returns the value of an argument','','($arg) $arg','','returns the value of the option','mixed','getarg','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294285,161328,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','set','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294286,161328,'__isset','','','$arg','','','','isset','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294287,161328,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','setarg','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294288,161329,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294289,161330,'set','Alias for add()','','$fieldName, $errorCode','','','','set','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294290,161330,'clear','Removes all errors from the stack.','','','','','','clear','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294291,161330,'get','Get errors for field','','$fieldName','','','mixed','get','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294292,161330,'getIterator','Enter description here...','','','','','unknown','getiterator','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294293,161330,'getClassname','Get the classname where the errors occured','','','','','string','getclassname','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294294,161330,'contains','Check if a field has an error','','$fieldName','','','boolean','contains','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294295,161330,'toArray','','','','','','','toarray','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294296,161330,'__construct','Constructor','','$className','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294297,161330,'count','Count the number of errors','','','','','integer','count','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294298,161330,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294299,161330,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294300,161330,'getValidators','Get array of failed validators','','','','','array','getvalidators','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294301,161331,'getInvalidRecords','','','','','','','getinvalidrecords','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294302,161331,'getIterator','','','','','','','getiterator','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294303,161331,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294304,161331,'count','','','','','','','count','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294305,161331,'inspect','This method will apply the value of the $function variable as a user_func \nto tall errorstack objects in the exception','','$function','','','','inspect','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294306,161332,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294307,161333,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294308,161334,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294309,161335,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294310,161336,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294311,161337,'validate','checks that value isn't blank a value is blank when its either null\nor contains only space characters','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294312,161338,'validate','checks that given value isn't null','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294313,161339,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294314,161340,'validate','checks if value is within given range','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294315,161341,'validate','checks if value has been modified','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294316,161342,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294317,161343,'validate','','checks if given value is a valid time','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294318,161344,'validate','checks if given value is a valid timestamp (YYYY-MM-DD HH:MM:SS)','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294319,161345,'validate','checks if given value is unique','','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294320,161346,'validate','checks if given value is a valid unsigned integer or float','valid values: null, '', 5, '5', 5.9, '5.9' invalid values: -5, '-5', 'five', -5.9, '-5.9', '5.5.5'','$value','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294321,161347,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294322,161347,'getStates','','','','','','','getstates','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294323,161348,'execute','returns a collection of Doctrine_Record objects','','','','','','execute','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294324,161348,'getConnection','returns the connection object','','','','','','getconnection','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294325,161348,'drop','drops this view from the database','','','throws Doctrine_View_Exception','','','drop','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294326,161348,'__construct','constructor','','$query, $viewName','','','','construct','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294327,161348,'getViewDql','Get the view dql string','','','','','string','getviewdql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294328,161348,'getViewSql','Get the view sql string','','','','','string','getviewsql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294329,161348,'getQuery','returns the associated query object','','','','','','getquery','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294330,161348,'getSelectSql','returns the select sql for this view','','','','','string','getselectsql','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294331,161348,'create','creates this view','','','throws Doctrine_View_Exception','','','create','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294332,161348,'getName','returns the name of this view','','','','','string','getname','2009-11-12 03:18:01','2009-11-12 03:18:01'),(1294333,161349,'getSpecVersion','Gets the YAML specification version to use.','','','','returns The YAML specification version','string','getspecversion','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294334,161349,'dump','Dumps a PHP array to a YAML string.','The dump method, when supplied with an array, will do its best to convert the array into friendly YAML.','$array, $inline = 2','','returns A YAML string representing the original PHP array','string','dump','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294335,161349,'load','Loads YAML into a PHP array.','The load method, when supplied with a YAML stream (string or file), will do its best to convert YAML in a file into a PHP array.\nUsage:setIsolation(\'READ UNCOMMITTED\');]]>','$input','throws InvalidArgumentException If the YAML is not valid','returns The YAML converted to a PHP array','array','load','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294336,161349,'setSpecVersion','Sets the YAML specification version to use.','','$version','','','','setspecversion','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294337,161350,'dump','Dumps a PHP value to YAML.','','$input, $inline, $indent','','returns The YAML representation of the PHP value','string','dump','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294338,161351,'parseQuotedScalar','Parses a quoted scalar to YAML.','','$scalar, [[[amp]]]$i, $i','','returns A YAML string','string','parsequotedscalar','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294339,161351,'parseSequence','Parses a sequence to a YAML string.','','$sequence, [[[amp]]]$i, $i','','returns A YAML string','string','parsesequence','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294340,161351,'getTimestampRegex','','','','','','','gettimestampregex','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294341,161351,'dump','Dumps a given PHP variable to a YAML string.','','$value','','returns The YAML string representing the PHP array','string','dump','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294342,161351,'load','Convert a YAML string to a PHP array.','','$value','','returns A PHP array representing the YAML string','array','load','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294343,161351,'dumpArray','Dumps a PHP array to a YAML string.','','$value','','returns The YAML string representing the PHP array','string','dumparray','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294344,161351,'evaluateScalar','Evaluates scalars and replaces magic values.','','$scalar','','returns A YAML string','string','evaluatescalar','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294345,161351,'parseScalar','Parses a scalar to a YAML string.','','(scalar) $scalar, $delimiters = null, $stringDelimiters = array('"', "'"), [[[amp]]]$i, $evaluate = true, $stringDelimiter, $i','','returns A YAML string','string','parsescalar','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294346,161351,'parseMapping','Parses a mapping to a YAML string.','','$mapping, [[[amp]]]$i, $i','','returns A YAML string','string','parsemapping','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294347,161352,'cleanup','Cleanups a YAML string to be parsed.','','$value','','returns A cleaned up YAML string','string','cleanup','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294348,161352,'isNextLineIndented','Returns true if the next line is indented.','','','','returns Returns true if the next line is indented, false otherwise','Boolean','isnextlineindented','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294349,161352,'parseValue','Parses a YAML value.','','$value','','returns A PHP value','mixed','parsevalue','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294350,161352,'getRealCurrentLineNb','Returns the current line number (takes the offset into account).','','','','returns The current line number','integer','getrealcurrentlinenb','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294351,161352,'getNextEmbedBlock','Returns the next embed block of YAML.','','','','returns A YAML string','string','getnextembedblock','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294352,161352,'parseFoldedScalar','Parses a folded scalar.','','$separator, $indicator = '', $indentation','','returns The text value','string','parsefoldedscalar','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294353,161352,'__construct','Constructor','','$offset','','','','construct','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294354,161352,'parse','Parses a YAML string to a PHP value.','','$value','throws InvalidArgumentException If the YAML is not valid','returns A PHP value','mixed','parse','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294355,161352,'getCurrentLineIndentation','Returns the current line indentation.','','','','returns The current line indentation','integer','getcurrentlineindentation','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294356,161352,'isCurrentLineBlank','Returns true if the current line is blank.','','','','returns Returns true if the current line is blank, false otherwise','Boolean','iscurrentlineblank','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294357,161352,'moveToPreviousLine','Moves the parser to the previous line.','','','','','','movetopreviousline','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294358,161352,'isCurrentLineComment','Returns true if the current line is a comment line.','','','','returns Returns true if the current line is a comment line, false otherwise','Boolean','iscurrentlinecomment','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294359,161352,'isCurrentLineEmpty','Returns true if the current line is blank or if it is a comment line.','','','','returns Returns true if the current line is empty or if it is a comment line, false otherwise','Boolean','iscurrentlineempty','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294360,161352,'moveToNextLine','Moves the parser to the next line.','','','','','','movetonextline','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294361,161353,'generateYamlFromDb','Generates models from database to temporary location then uses those models\nto generate a yaml schema file.','This should probably be fixed. We should write something to generate a yaml schema file directly from the database.','$yamlPath, $databases = array(), $options = array()','','','','generateyamlfromdb','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294362,161353,'setPath','Set the path to your core Doctrine libraries','','$path','','','','setpath','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294363,161353,'setExtensionsPath','Set the path to autoload extension classes from','','$extensionsPath','','','','setextensionspath','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294364,161353,'autoload','simple autoload function returns true if the class was loaded, otherwise\nfalse','','$className','','','boolean','autoload','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294365,161353,'getLoadedModels','Get all the loaded models, you can provide an array of classes or it will\nuse get_declared_classes()','Will filter through an array of classes and return the Doctrine_Records out of them. If you do not specify $classes it will return all of the currently loaded Doctrine_Records','(classes) $classes = null','','','array','getloadedmodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294366,161353,'generateSqlFromModels','Generate a sql string to create the tables from all loaded models or the\nmodels found in the passed directory.','','$directory = null','','returns String of sql queries. One query per line','string','generatesqlfrommodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294367,161353,'extensionsAutoload','Load classes from the Doctrine extensions directory/path','','$className','','','boolean','extensionsautoload','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294368,161353,'generateMigrationsFromDb','Generate a set of migration classes from an existing database','','$migrationsPath','throws new Doctrine_Migration_Exception','','','generatemigrationsfromdb','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294369,161353,'loadModel','Load an individual model name and path in to the model loading registry','','$className, $path = null','','','','loadmodel','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294370,161353,'generateModelsFromDb','Method for importing existing schema to Doctrine_Record classes','','$directory, $databases = array(), $options = array()','throws Exception','','boolean','generatemodelsfromdb','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294371,161353,'filterInvalidModels','Filter through an array of classes and return all the classes that are\nvalid models.','This will inflect the class, causing it to be loaded in to memory.','(classes) $classes','','','array','filterinvalidmodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294372,161353,'loadData','Load data from a yaml fixtures file.','The output of dumpData can be fed to loadData','$yamlPath, $append = false','','','','loaddata','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294373,161353,'setModelsDirectory','Set the directory where your models are located for PEAR style naming\nconvention autoloading.','','$directory','','','','setmodelsdirectory','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294374,161353,'createTablesFromArray','Creates database tables for the models in the supplied array','','$array','','','','createtablesfromarray','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294375,161353,'initializeModels','Initialize all models so everything is present and loaded in to memory','This will also inheritently initialize any model behaviors and add the models generated by Doctrine generators and add them to the $models array','$models','','','array','initializemodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294376,161353,'getExtensionsClasses','Get all the loaded extension classes','','','','','array','getextensionsclasses','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294377,161353,'createDatabases','Creates databases for connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294378,161353,'__construct','','','','throws Doctrine_Exception','','','construct','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294379,161353,'dump','dumps a given variable','','$var, $output = true, $indent = ""','','','','dump','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294380,161353,'createTablesFromModels','Creates database tables for the models in the specified directory','','$directory = null','','','','createtablesfrommodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294381,161353,'generateModelsFromYaml','Generate a yaml schema file from an existing directory of models','','$yamlPath, $directory, $options = array()','','','','generatemodelsfromyaml','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294382,161353,'generateMigrationsFromModels','Generate a set of migration classes from an existing set of models','','$migrationsPath, $modelsPath = null, $modelLoading = null','','','','generatemigrationsfrommodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294383,161353,'migrate','Migrate database to specified $to version. Migrates from current to latest\nif you do not specify.','','$migrationsPath, $to = null','throws new Doctrine_Migration_Exception','returns true','bool','migrate','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294384,161353,'generateYamlFromModels','Generate yaml schema file for the models in the specified directory','','$yamlPath, $directory','','','','generateyamlfrommodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294385,161353,'dumpData','Dump data to a yaml fixtures file','','$yamlPath, $individualFiles = false','','','','dumpdata','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294386,161353,'loadModels','Recursively load all models from a directory or array of directories','','$directory, $modelLoading = null, $classPrefix = null','','','','loadmodels','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294387,161353,'getConnectionByTableName','Get the connection object for a table by the actual table name FIXME: I\nthink this method is flawed because a individual connections could have the\nsame table name','','$tableName','','','','getconnectionbytablename','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294388,161353,'generateMigrationClass','Generate new migration class skeleton','','$className, $migrationsPath','','','','generatemigrationclass','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294389,161353,'getPath','Get the root path to Doctrine','','','','','string','getpath','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294390,161353,'getTable','Get the Doctrine_Table object for the passed model','','$componentName','','','','gettable','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294391,161353,'getExtensionsPath','Get the path to load extension classes from','','','','','string','getextensionspath','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294392,161353,'getLoadedModelFiles','Returns an array of all the loaded models and the path where each of them\nexists','','','','','array','getloadedmodelfiles','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294393,161353,'generateMigrationsFromDiff','Generate a set of migration classes by generating differences between two\nsets of schema information','','$migrationsPath, $from, $to','','','array','generatemigrationsfromdiff','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294394,161353,'generateSqlFromArray','Generate a array of sql for the passed array of models','','$array','','','array','generatesqlfromarray','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294395,161353,'debug','Turn on/off the debugging setting','','$bool = null','','','','debug','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294396,161353,'dropDatabases','Drops databases for connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294397,161353,'modelsAutoload','','','$className','','','','modelsautoload','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294398,161353,'compile','Method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Exception','','','compile','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294399,161353,'isValidModelClass','Checks if what is passed is a valid Doctrine_Record Will load class in to\nmemory in order to inflect it and find out information about the class','','$class','','','boolean','isvalidmodelclass','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294400,161354,'__get','Get key from data','','$name','','','mixed','get','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294401,161354,'set','Set the offset to the value','','$offset, $value','','','','set','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294402,161354,'offsetExists','Check if an offset axists','','$offset','','returns Whether or not this object contains $offset','boolean','offsetexists','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294403,161354,'setArray','Set an entire aray to the data','','$array','','','','setarray','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294404,161354,'offsetGet','An alias of get()','','$offset','','','mixed','offsetget','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294405,161354,'get','Return the element with the specified offset','','$offset','','','mixed','get','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294406,161354,'contains','Check if the specified offset exists','','$offset','','returns True if exists otherwise false','boolean','contains','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294407,161354,'__set','Set key and value to data','','($name) $name, ($value) $value','','','','set','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294408,161354,'add','Add the value','','$value','','','','add','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294409,161354,'__unset','Remove key from data','','$name','','','','unset','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294410,161354,'offsetSet','Sets $offset to $value','','$offset, $value','','','','offsetset','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294411,161354,'__isset','Check if key exists in data','','$name','','returns whether or not this object contains $name','boolean','isset','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294412,161354,'offsetUnset','Unset a given offset','','$offset','','','','offsetunset','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294413,161354,'remove','Remove the element with the specified offset','','$offset','','returns True if removed otherwise false','boolean','remove','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294414,161355,'lastInsertId','','','','','','','lastinsertid','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294415,161355,'rollBack','','','','','','','rollback','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294416,161355,'query','','','$queryString','','','','query','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294417,161355,'setAttribute','','','$attribute, $value','','','','setattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294418,161355,'getAttribute','','','$attribute','','','','getattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294419,161355,'prepare','','','$prepareString','','','','prepare','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294420,161355,'exec','','','$statement','','','','exec','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294421,161355,'errorInfo','','','','','','','errorinfo','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294422,161355,'beginTransaction','','','','','','','begintransaction','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294423,161355,'commit','','','','','','','commit','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294424,161355,'errorCode','','','','','','','errorcode','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294425,161355,'quote','','','$input','','','','quote','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294426,161356,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294427,161356,'rollBack','Rollback a transaction','','','','','','rollback','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294428,161356,'query','Fake the execution of query and add it to the stack of executed queries','','$query','','','','query','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294429,161356,'setAttribute','','','$attribute, $value','','','','setattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294430,161356,'getAttribute','','','$attribute','','','','getattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294431,161356,'getAll','Get all the executed queries','','','','returns Array of all executed queries','array','getall','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294432,161356,'prepare','Prepare a query statement','','$query','','returns Mock prepared statement','','prepare','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294433,161356,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294434,161356,'__construct','Doctrine mock adapter constructor','','$name = null','','','','construct','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294435,161356,'forceException','Force an exception in to the array of exceptions','','$name, $message = '', $code','','','','forceexception','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294436,161356,'errorInfo','','','','','','','errorinfo','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294437,161356,'count','Get the number of queries executed','','','','','integer','count','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294438,161356,'addQuery','Add query to the stack of executed queries','','$query','','','','addquery','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294439,161356,'beginTransaction','Begin a transaction','','','','','','begintransaction','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294440,161356,'commit','Commit a transaction','','','','','','commit','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294441,161356,'forceLastInsertIdFail','Force last insert to be failed','','$fail = true','','','','forcelastinsertidfail','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294442,161356,'sqliteCreateFunction','','','','','','','sqlitecreatefunction','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294443,161356,'errorCode','','','','','','','errorcode','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294444,161356,'quote','Quote a value for the dbms','','$input','','','string','quote','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294445,161356,'getName','Get the name of the dbms used in this instance of the mock adapter','','','','returns Name of the dbms','string','getname','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294446,161356,'pop','Pop the last executed query from the array of executed queries and return\nit','','','','returns Last executed sql string','string','pop','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294447,161357,'getUserName','Returns current user name','','','','returns current user name','string','getusername','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294448,161357,'lastInsertId','Get the id of the last inserted record','','','','','integer','lastinsertid','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294449,161357,'rollBack','Rollback a transaction','','','','','boolean','rollback','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294450,161357,'__destruct','','','','','','','destruct','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294451,161357,'query','Execute query and return results as statement object','','$query','','','','query','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294452,161357,'setAttribute','Set connection attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294453,161357,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294454,161357,'getConnection','Returns established OCI connection handler','','','','returns OCI connection handler','resource','getconnection','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294455,161357,'prepare','Prepare a query statement','','$query','','returns prepared statement','','prepare','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294456,161357,'exec','Execute a raw sql statement','','$statement','','','','exec','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294457,161357,'__construct','Doctrine Oracle adapter constructor','\nor\n\'db\',\'username\'=>\'usr\',\'password\'=>\'pass\'));]]>returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294474,161359,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294475,161359,'fetch','','','$fetchStyle = Doctrine_Core::FETCH_BOTH, $cursorOrientation = Doctrine_Core::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294476,161359,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294477,161359,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294478,161359,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294479,161359,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294480,161359,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294481,161359,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returnsAssociative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294482,161359,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294483,161359,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294484,161359,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine_Core::FETCH_CLASS or Doctrine_Core::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:22:47','2009-11-12 03:22:47'),(1294485,161359,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294486,161359,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294487,161359,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294488,161359,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294489,161359,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294490,161360,'fetchAll','','Returns an array containing all of the result set rows','$fetchMode = Doctrine_Core::FETCH_BOTH, $fetchStyle, $columnIndex','','','array','fetchall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294491,161360,'fetchColumn','','Returns a single column from the next row of a result set or FALSE if there are no more rows.','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294492,161360,'columnCount','','Returns the number of columns in the result set','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294493,161360,'fetch','','','$fetchStyle = Doctrine_Core::FETCH_BOTH, $cursorOrientation = Doctrine_Core::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294494,161360,'setAttribute','','Set a statement attribute','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294495,161360,'getAttribute','','Retrieve a statement attribute','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294496,161360,'execute','','Executes a prepared statement\nIf the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294497,161360,'bindValue','','Binds a value to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294498,161360,'closeCursor','','Closes the cursor, enabling the statement to be executed again.','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294499,161360,'getColumnMeta','','Returns metadata for a column in a result set','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294500,161360,'__construct','Constructor for mock adapter statements. Accepts instance of\nDoctrine_Adapter_Mock','','(Doctrine_Adapter_Mock) $mock','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294501,161360,'errorInfo','','Fetch extended error information associated with the last operation on the statement handle','','','returns error info array','array','errorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294502,161360,'setFetchMode','','Set the default fetch mode for this statement','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294503,161360,'fetchObject','','Fetches the next row and returns it as an object.\nFetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine_Core::FETCH_CLASS or Doctrine_Core::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294504,161360,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294505,161360,'nextRowset','','Advances to the next rowset in a multi-rowset statement handle\nSome database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294506,161360,'errorCode','','Fetch the SQLSTATE associated with the last operation on the statement handle','','','returns error code string','string','errorcode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294507,161360,'bindColumn','','Bind a column to a PHP variable','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294508,161360,'rowCount','','rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.\nIf the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294509,161361,'fetchAll','Returns an array containing all of the result set rows','','$fetchStyle = Doctrine_Core::FETCH_BOTH, $colnum, $columnIndex','','','array','fetchall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294510,161361,'fetchColumn','Returns a single column from the next row of a result set or FALSE if\nthere are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294511,161361,'columnCount','Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294512,161361,'fetch','','','$fetchStyle = Doctrine_Core::FETCH_BOTH, $cursorOrientation = Doctrine_Core::FETCH_ORI_NEXT, $cursorOffset = null','','','mixed','fetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294513,161361,'setAttribute','Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294514,161361,'getAttribute','Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294515,161361,'execute','Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294516,161361,'bindValue','Binds a value to a corresponding named or question mark placeholder in the\nSQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294517,161361,'closeCursor','Closes the cursor, enabling the statement to be executed again.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294518,161361,'getColumnMeta','Returns metadata for a column in a result set','','$column','','returns
Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294519,161361,'__construct','the constructor','','$connection, $query, $executeMode','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294520,161361,'errorInfo','Fetch extended error information associated with the last operation on the\nstatement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294521,161361,'setFetchMode','Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294522,161361,'fetchObject','Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine_Core::FETCH_CLASS or Doctrine_Core::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294523,161361,'bindParam','Binds a PHP variable to a corresponding named or question mark placeholder\nin the SQL statement that was use to prepare the statement. Unlike\nDoctrine_Adapter_Statement_Interface->bindValue(), the variable is\nbound as a reference and will only be eva','Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures that return data as output parameters, and some also as input/output paramete','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294524,161361,'nextRowset','Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294525,161361,'errorCode','Fetch the SQLSTATE associated with the last operation on the statement\nhandle','','','','returns error code string','string','errorcode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294526,161361,'bindColumn','Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294527,161361,'rowCount','rowCount() returns the number of rows affected by the last DELETE, INSERT,\nor UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294528,161362,'setTableDefinition','Set the table definition for the audit log table','','','','','','settabledefinition','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294529,161362,'getMaxVersion','Get the max version number for a given Doctrine_Record','','$record','','','Integer','getmaxversion','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294530,161362,'__construct','Accepts array of options to configure the AuditLog','','$options = array()','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294531,161362,'getVersion','Get array of information for the passed record and the specified version','','$record, $version, $hydrationMode = Doctrine_Core::HYDRATE_ARRAY, $asCollection = true','','returns An array or Doctrine_Collection or a Doctrine_Record','array','getversion','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294532,161363,'preDelete','Pre delete event hook deletes all related versions This will only delete\nversion records if the auditLog is enabled','','$event','','','','predelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294533,161363,'postInsert','Post insert event hook which creates the new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','postinsert','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294534,161363,'_getNextVersion','Get the next version number for the audit log','','$record','','','integer','getnextversion','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294535,161363,'__construct','Instantiate AuditLog listener and set the Doctrine_AuditLog instance to the\nclass','','$auditLog','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294536,161363,'preInsert','Pre insert event hook for incrementing version number','','$event','','','','preinsert','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294537,161363,'preUpdate','Pre update event hook for inserting new version record This will only\ninsert a version record if the auditLog is enabled','','$event','','','','preupdate','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294538,161364,'varExport','Special function for var_export() The normal code which is returned is\nmalformed and does not follow Doctrine standards So we do some string\nreplacing to clean it up','','$var','','','','varexport','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294539,161365,'_doFetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294540,161365,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294541,161365,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294542,161365,'_doContains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294543,161365,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294544,161366,'_doFetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294545,161366,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294546,161366,'_doContains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294547,161366,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294548,161367,'_doFetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294549,161367,'getConnection','Get the connection object associated with this cache driver','','','','','','getconnection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294550,161367,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false, $saveKey = true','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294551,161367,'__construct','Configure Database cache driver. Specify instance of Doctrine_Connection \nand tableName to store cache in','','$options = array(), $_options','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294552,161367,'_doContains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294553,161367,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294554,161367,'createTable','Create the cache table','','','','','','createtable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294555,161367,'_hex2bin','Convert hex data to binary data. If passed data is not hex then it is\nreturned as is.','','$hex','','','string','hex2bin','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294556,161368,'_doFetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294557,161368,'fetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294558,161368,'_getKey','Get the hash key passing its suffix','','$id','','returns Hash key to be used by drivers','string','getkey','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294559,161368,'setOption','Set option name and value','','$option, $value','','returns TRUE on success, FALSE on failure','boolean','setoption','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294560,161368,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294561,161368,'contains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294562,161368,'__construct','Configure cache driver with an array of options','','$options = array(), $_options','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294563,161368,'getOption','Get value of option','','$option','','returns option value','mixed','getoption','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294564,161368,'save','Save some string datas into a cache record','','$id, $data, $lifeTime = false, $saveKey = true','','returns true if no problem','boolean','save','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294565,161368,'_doContains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294566,161368,'count','Get the number of cache records stored in this cache driver instance','','','','','integer','count','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294567,161368,'_deleteKey','Delete a cache key from the index of cache keys','','$key','','returns True if successful and false if something went wrong.','boolean','deletekey','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294568,161368,'deleteAll','Delete all cache records from the cache driver','','','','','','deleteall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294569,161368,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294570,161368,'deleteByPrefix','Delete cache entries where the key has the passed prefix','','$prefix','','returns The number of deleted cache entries','integer','deletebyprefix','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294571,161368,'deleteByRegex','Delete cache entries where the key matches a PHP regular expressions','','$regex','','returns The number of deleted cache entries','integer','deletebyregex','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294572,161368,'deleteBySuffix','Delete cache entries where the key has the passed suffix','','$suffix','','returns The number of deleted cache entries','integer','deletebysuffix','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294573,161368,'delete','Remove a cache record','Note: This method accepts wildcards with the * character','$id','','returns true if no problem','boolean','delete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294574,161368,'_saveKey','Save a cache key in the index of cache keys','','$key','','returns True if successful and false if something went wrong.','boolean','savekey','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294575,161369,'fetch','Fetch a cache record from this cache driver instance','','$id, $testCacheValidity = true','','returns cached datas (or false)','string','fetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294576,161369,'contains','Test if a cache record exists for the passed id','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','contains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294577,161369,'save','Save a cache record and add the key to the index of cached keys','','$id, $data, $lifeTime = false, $saveKey = true','','returns true if no problem','boolean','save','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294578,161369,'delete','Remove a cache record','','$id','','returns true if no problem','boolean','delete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294579,161370,'_doFetch','Test if a cache record exists for the passed id','','$id, $testCacheValidity = true','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294580,161370,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294581,161370,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294582,161370,'_doContains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294583,161370,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294584,161371,'_doFetch','Test if a cache record exists for the passed id','','$id, $testCacheValidity = true','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','dofetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294585,161371,'_doSave','Save a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::save()','','$id, $data, $lifeTime = false, $saveKey = true','','returns true if no problem','boolean','dosave','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294586,161371,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294587,161371,'_doContains','Test if a cache is available or not (for the given id)','','$id','','returns false (a cache is not available) or "last modified" timestamp (int) of the available cache record','mixed','docontains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294588,161371,'_doDelete','Remove a cache record directly. This method is implemented by the cache \ndrivers and used in Doctrine_Cache_Driver::delete()','','$id','','returns true if no problem','boolean','dodelete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294589,161372,'includeAndRegisterDoctrineTaskClasses','Includes and registers Doctrine-style tasks from the specified directory /\ndirectories','If no directory is given it looks in the default Doctrine/Task folder for the core tasks','$directories = null','','','','includeandregisterdoctrinetaskclasses','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294590,161372,'_run','Run the actual task execution with the passed arguments','','$args','throws Doctrine_Cli_Exception If the requested task has not been registered or if required arguments are missing','','','run','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294591,161372,'classIsTask','Returns TRUE if the specified class is a Task, or FALSE otherwise','','$className','','','bool','classistask','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294592,161372,'getRegisteredTasks','Returns an array containing the registered tasks','','','','','array','getregisteredtasks','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294593,161372,'loadTasks','Old method retained for backwards compatibility','','$directory = null','','','','loadtasks','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294594,161372,'setRegisteredTasks','Sets the array of registered tasks','','$registeredTask','','','','setregisteredtasks','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294595,161372,'assembleArgumentList','','','$argumentsDescriptions, $config, $formatter','','','string','assembleargumentlist','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294596,161372,'setFormatter','','','$formatter','','','','setformatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294597,161372,'createTaskInstance','Creates, and returns, a new instance of the specified Task class','Displays a message, and returns FALSE, if there were problems instantiating the class','$className, $cli','','','','createtaskinstance','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294598,161372,'notify','Notify the formatter of a message','','$notification = null, $style = 'HEADER'','','','','notify','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294599,161372,'hasConfigValue','Returns TRUE if the element in the config has the specified value, or FALSE\notherwise','If $value is not passed, this method will return TRUE if the specified element has _any_ value, or FALSE if the element is not set\nFor strict checking, set $strict to TRUE - the default is FALSE','$name, $value = null, $strict = false','','','bool','hasconfigvalue','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294600,161372,'getTaskInstance','','','','','','','gettaskinstance','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294601,161372,'registerTaskClass','Registers the specified _included_ task-class','','$className','throws DomainException If the class is not a Doctrine Task','','','registertaskclass','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294602,161372,'getFormatter','','','','','','','getformatter','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294603,161372,'__construct','','','$config = array(), $formatter = null','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294604,161372,'getLoadedTasks','Old method retained for backwards compatibility','','','','','','getloadedtasks','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294605,161372,'_getTaskClassFromArgs','Old method retained for backwards compatibility','','$args','','','','gettaskclassfromargs','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294606,161372,'setTaskInstance','','','$task','','','','settaskinstance','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294607,161372,'getConfigValue','Returns the specified value from the config, or the default value, if\nspecified','','$name','throws OutOfBoundsException If the element does not exist in the config','','mixed','getconfigvalue','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294608,161372,'registerIncludedTaskClasses','Registers all loaded classes - by default - or the specified loaded Task\nclasses','This method will skip registered task classes, so it can be safely called many times over','','','','','registerincludedtaskclasses','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294609,161372,'executeTask','Executes the task with the specified _prepared_ arguments','','$task, $preparedArguments','throws Doctrine_Cli_Exception If required arguments are missing','','','executetask','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294610,161372,'printTasks','Prints an index of all the available tasks in the CLI instance','','(string|null) $taskName = null, $full = false','','','','printtasks','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294611,161372,'formatExceptionMessage','Formats, and then returns, the message in the specified exception','','$exception','','','string','formatexceptionmessage','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294612,161372,'getConfig','','','','','','array','getconfig','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294613,161372,'taskNameIsRegistered','Returns TRUE if a task with the specified name is registered, or FALSE\notherwise','If a matching task is found, $className is set with the name of the implementing class','$taskName, (string|null) [[[amp]]]$className','','','bool','tasknameisregistered','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294614,161372,'notifyException','Notify the formatter of an exception','N.B. This should really only be called by Doctrine_Cli::run(). Exceptions should be thrown when errors occur: it's up to Doctrine_Cli::run() to determine how those exceptions are reported.','$exception','','','','notifyexception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294615,161372,'includeDoctrineTaskClasses','Attempts to include Doctrine-style Task-classes from the specified\ndirectory - and nothing more besides','Returns an array containing the names of Task classes included\nThis method effectively makes two assumptions: \n
\n
- \n\n
The directory contains only _Task_ class-files
The class files, and the class in each, follow the Doctrine naming c','$directory','throws InvalidArgumentException If the directory does not exist','','array','includedoctrinetaskclasses','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294616,161372,'setConfig','','','$config','','','','setconfig','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294617,161372,'taskClassIsRegistered','Returns TRUE if the specified Task-class is registered, or FALSE otherwise','','$className','','','bool','taskclassisregistered','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294618,161372,'includeAndRegisterTaskClasses','Called by the constructor, this method includes and registers Doctrine core\nTasks and then registers all other loaded Task classes','The second round of registering will pick-up loaded custom Tasks. Methods are provided that will allow users to register Tasks loaded after creating an instance of Doctrine_Cli.','','','','','includeandregistertaskclasses','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294619,161372,'prepareArgs','Prepare the raw arguments for execution. Combines with the required and\noptional argument list in order to determine a complete array of arguments\nfor the task','','$args','','returns Array of prepared arguments','array','prepareargs','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294620,161372,'run','Public function to run the loaded task with the passed arguments','','$args','throws Doctrine_Cli_Exception','','','run','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294621,161373,'setStyle','Sets a new style.','','$name, $options = array()','','','','setstyle','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294622,161373,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294623,161373,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294624,161373,'supportsColors','Returns true if the stream supports colorization.','Colorization is disabled if not supported by the stream:\n
\n
','$stream','','returns true if the stream supports colorization, false otherwise','Boolean','supportscolors','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294625,161373,'format','Formats a text according to the given style or parameters.','','$text = '', $parameters = array(), $stream = STDOUT','','returns The styled text','string','format','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294626,161374,'excerpt','Truncates a line.','','$text, $size = null','','returns The truncated string','string','excerpt','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294627,161374,'__construct','','','$maxLineSize = 65','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294628,161374,'formatSection','Formats a message within a section.','','$section, $text, $size = null','','','','formatsection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294629,161374,'format','Formats a text according to the given parameters.','','$text = '', $parameters = array(), (stream) $stream = STDOUT','','returns The formatted text','string','format','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294630,161374,'setMaxLineSize','Sets the maximum line size.','','$size','','','','setmaxlinesize','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294631,161375,'getData','Get all the records as an array','','','','','array','getdata','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294632,161375,'key','Get the current key','','','','','','key','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294633,161375,'compareRecords','Compares two records. To be used on _snapshot diffs using array_udiff','','(Doctrine_Record) $a, (Doctrine_Record) $b','','','integer','comparerecords','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294634,161375,'populateRelated','Populate the relationship $name for all records in the passed collection','','$name, $coll','','','','populaterelated','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294635,161375,'setReference','Sets a reference pointer','','$record, $relation','','','','setreference','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294636,161375,'set','Set a Doctrine_Record instance to the collection','','$key, (Doctrine_Record) $record','','','','set','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294637,161375,'getSnapshot','Gets the data of the last snapshot','','','','returns returns the data in last snapshot','array','getsnapshot','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294638,161375,'getReference','Get reference to Doctrine_Record instance','','','','','','getreference','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294639,161375,'merge','Merges collection into $this and returns merged collection','','$coll','','','','merge','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294640,161375,'setData','Set the data for the Doctrin_Collection instance','','$data','','','','setdata','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294641,161375,'getRelation','Returns the relation object','','','','','','getrelation','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294642,161375,'unserialize','This method is automatically called everytime a Doctrine_Collection object\nis unserialized','','$serialized','','','','unserialize','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294643,161375,'free','Frees the resources used by the collection.','WARNING: After invoking free() the collection is no longer considered to be in a useable state. Subsequent usage may result in unexpected behavior.','$deep = false','','','','free','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294644,161375,'getNormalIterator','Get normal iterator - an iterator that will not expand this collection','','','','','Doctrine_Iterator_Normal','getnormaliterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294645,161375,'clear','Clears the collection.','','','','','','clear','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294646,161375,'getInsertDiff','Perform a insert diff between the last snapshot and the current data','','','','','array','getinsertdiff','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294647,161375,'get','Gets a record for given key','There are two special cases:\n- \n\n
windows
- \n
non tty consoles
\n \n at the end of the collection\n2. if given key does not exist, then a new record is create and attached to the given k','$key','','returns return a specified record','','get','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294648,161375,'importFrom','Import data to a Doctrine_Collection from one of the supported\nDoctrine_Parser formats','','$type, $data','','','','importfrom','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294649,161375,'getLast','Get the last record in the collection','','','','','','getlast','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294650,161375,'getIterator','Get collection data iterator','','','','','Iterator','getiterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294651,161375,'getDeleteDiff','Perform a delete diff between the last snapshot and the current data','','','','','array','getdeletediff','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294652,161375,'contains','Whether or not this collection contains a specified element','','$key','','','boolean','contains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294653,161375,'toArray','Mimics the result of a $query->execute(array(),\nDoctrine_Core::HYDRATE_ARRAY);','','$deep = true, $prefixKey = false','','','','toarray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294654,161375,'end','Get the last record in the collection','','','','','','end','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294655,161375,'__construct','constructor','','(Doctrine_Table|string) $table, $keyColumn = null','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294656,161375,'isModified','checks if one of the containing records is modified returns true if\nmodified, false otherwise','','','','','boolean','ismodified','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294657,161375,'save','Saves all records of this collection and processes the difference of the\nlast snapshot and the current data','','$conn = null, $processDiff = true','','','','save','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294658,161375,'count','Gets the number of records in this collection This class implements\ninterface countable','','','','','integer','count','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294659,161375,'setKeyColumn','Sets the key column for this collection','','$column','','','','setkeycolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294660,161375,'toHierarchy','','','','','','','tohierarchy','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294661,161375,'getPrimaryKeys','Get array of primary keys for all the records in the collection','','','','returns an array containing all primary keys','array','getprimarykeys','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294662,161375,'add','Adds a record to collection','','(Doctrine_Record) $record, $key = null','','','boolean','add','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294663,161375,'search','Search a Doctrine_Record instance','','$record, $Doctrine_Record','','','','search','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294664,161375,'exportTo','Export a Doctrine_Collection to one of the supported Doctrine_Parser\nformats','','$type, $deep = true','','','','exportto','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294665,161375,'getKeys','Get all keys of the data in the collection','','','','','array','getkeys','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294666,161375,'takeSnapshot','Takes a snapshot from this collection','snapshots are used for diff processing, for example when a fetched collection has three elements, then two of those are being removed the diff would contain one element\nDoctrine_Collection::save() attaches the diff with the help of last snapshot.','','','','','takesnapshot','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294667,161375,'initNullObject','Initializes the null object for this collection','','$null','','','','initnullobject','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294668,161375,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294669,161375,'remove','Removes a specified collection element','','$key','','','boolean','remove','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294670,161375,'getKeyColumn','Get the name of the key column','','','','','string','getkeycolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294671,161375,'fromArray','Populate a Doctrine_Collection from an array of data','','$array, $deep = true','','','','fromarray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294672,161375,'loadRelated','Load all relationships or the named relationship passed','','$name = null','','','boolean','loadrelated','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294673,161375,'create','','','$table, $keyColumn = null, $class = null','','','','create','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294674,161375,'serialize','This method is automatically called when this Doctrine_Collection is\nserialized','','','','','array','serialize','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294675,161375,'getTable','Get the table this collection belongs to','','','','','','gettable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294676,161375,'getFirst','Get the first record in the collection','','','','','','getfirst','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294677,161375,'toKeyValueArray','Build an array made up of the values from the 2 specified columns','','$key, $value','','','array','tokeyvaluearray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294678,161375,'delete','Deletes all records from this collection','','$conn = null, $clearColl = true','','','','delete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294679,161375,'processDiff','Processes the difference of the last snapshot and the current data','an example: Snapshot with the objects 1, 2 and 4 Current data with objects 2, 3 and 5\nThe process would remove object 4','','','','','processdiff','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294680,161375,'synchronizeFromArray','','','$array','','','','synchronizefromarray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294681,161375,'synchronizeWithArray','synchronizes a Doctrine_Collection with data from an array','it expects an array representation of a Doctrine_Collection similar to the return value of the toArray() method. It will create Dectrine_Records that don't exist on the collection, update the ones that do and remove the ones missing in the $array','$array','','','','synchronizewitharray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294682,161376,'key','returns the current key','','','','','integer','key','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294683,161376,'__construct','constructor','','$collection','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294684,161376,'next','advances the internal pointer','','','','','','next','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294685,161376,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294686,161376,'current','returns the current record','','','','','','current','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294687,161377,'valid','','','','','','','valid','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294688,161378,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294689,161379,'valid','','','','','','','valid','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294690,161380,'getLimit','','','','','','integer','getlimit','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294691,161380,'getIterator','','','','','','','getiterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294692,161380,'__construct','','','$table','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294693,161381,'key','','','','','','','key','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294694,161381,'__construct','','','$stmt, $hydrator, $tableAliasMap','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294695,161381,'next','','','','','','','next','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294696,161381,'rewind','','','','','','','rewind','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294697,161381,'current','','','','','','','current','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294698,161381,'valid','','','','','','','valid','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294699,161382,'getDefinition','Returns the definition of the column.','Keys can be: string type, integer length, array values (only for enum fields, maps integer indexes to mixed values),','','','','array','getdefinition','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294700,161382,'set','','','$name, $value','','','','set','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294701,161382,'get','','','$name','','','mixed','get','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294702,161382,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294703,161382,'contains','','','$name','','','boolean','contains','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294704,161382,'__construct','','','$definition = array()','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294705,161382,'count','','','','','','integer','count','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294706,161382,'getEnumValues','','','$field','','','array','getenumvalues','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294707,161382,'enumIndex','','','$field, $value','','','mixed','enumindex','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294708,161382,'enumValue','Retrieves an enum value.','','$index','','returns integer ($index) if not present','string','enumvalue','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294709,161383,'compile','method for making a single file of most used doctrine runtime components \nincluding the compiled file instead of multiple files (in worst cases\ndozens of files) can improve performance by an order of magnitude','','$target = null, $includedDrivers = array()','throws Doctrine_Compiler_Exception if something went wrong during the compile operation','returns Path the compiled file was written to','$target','compile','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294710,161384,'hasImpl','','','$template','','','','hasimpl','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294711,161384,'setImpl','setImpl binds given class to given template name','this method is the base of Doctrine dependency injection','$template, $class','','returns this object','','setimpl','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294712,161384,'setParam','','','$name, $value, $namespace = null','','','','setparam','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294713,161384,'unsetAttribute','Unset an attribute from this levels attributes','','$attribute','','','','unsetattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294714,161384,'getImpl','getImpl returns the implementation for given class','','$template','','returns name of the concrete implementation','string','getimpl','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294715,161384,'setAttribute','setAttribute sets a given attribute','- \n
if null is given as a key a new record is created and attached
','$attribute, $value','throws Doctrine_Exception if the value is invalid','','','setattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294716,161384,'getAttribute','returns the value of an attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294717,161384,'getListener','','','','','','','getlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294718,161384,'setRecordListener','setListener','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setrecordlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294719,161384,'getParent','getParent returns the parent of this component','','','','','','getparent','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294720,161384,'getAttributes','getAttributes returns all attributes as an array','','','','','array','getattributes','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294721,161384,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','returns this object','','setlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294722,161384,'getRecordListener','getListener','','','','','','getrecordlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294723,161384,'addRecordListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','','addrecordlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294724,161384,'getParams','','','$namespace = null','','','','getparams','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294725,161384,'getCharset','Get the charset','','','','','mixed','getcharset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294726,161384,'setCharset','Set the charset','','$charset','','','','setcharset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294727,161384,'getParam','','','$name, $namespace = null','','','','getparam','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294728,161384,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','returns this object','','addlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294729,161384,'setParent','sets a parent for this configurable component the parent must be\nconfigurable component itself','','$component','','','','setparent','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294730,161384,'setEventListener','','','(Doctrine_EventListener) $listener','','','','seteventlistener','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294731,161384,'getParamNamespaces','','','','','','','getparamnamespaces','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294732,161384,'getCollate','Get the collate','','','','','mixed','getcollate','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294733,161384,'setCollate','Set the collate','','$collate','','','','setcollate','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294734,161385,'fetchAll','','','$statement, $params = array()','','','array','fetchall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294735,161385,'beginInternalTransaction','','','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294736,161385,'dropDatabase','','Issue drop database command for this instance of Doctrine_Connection','','','returns success string. Doctrine_Exception if operation failed','string','dropdatabase','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294737,161385,'getOptions','','Get array of all options','','','','','getoptions','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294738,161385,'generateUniqueRelationForeignKeyName','Get/generate a unique foreign key name for a relationship','','$relation','','','string','generateuniquerelationforeignkeyname','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294739,161385,'insert','Inserts a table row with specified data.','','$table, $fields, $values','','returns the number of affected rows. Boolean false if empty value array was given,','integer','insert','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294740,161385,'lastInsertId','','Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver.\nNote: This method may not return a meaningful or consistent result across different drivers, because the underlying database may not e','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294741,161385,'fetchColumn','','','$statement, $params = array(), $colnum','','','array','fetchcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294742,161385,'setName','','Sets the name of the connection','$name','','','','setname','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294743,161385,'__get','__get lazy loads given module and returns it','','$name','throws Doctrine_Connection_Exception if trying to get an unknown module','returns connection module','','get','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294744,161385,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294745,161385,'rethrowException','','','$e, $invoker, $query = null','throws Doctrine_Connection_Exception','','','rethrowexception','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294746,161385,'query','query queries the database using Doctrine Query Language returns a\ncollection of Doctrine_Record objects','setAttribute(Doctrine_Core::ATTR_PORTABILITY, Doctrine_Core::PORTABILITY_ALL);]]>','$query, $params = array(), $hydrationMode = null','','returns Collection of Doctrine_Record objects','','query','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294747,161385,'setAttribute','setAttribute sets an attribute','','$attribute, $value','','','boolean','setattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294748,161385,'setDateFormat','Set the date/time format for the current connection','','$format = null','','','','setdateformat','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294749,161385,'getAttribute','getAttribute retrieves a database connection attribute','','$attribute','','','mixed','getattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294750,161385,'getAvailableDrivers','returns an array of available PDO drivers','','','','','','getavailabledrivers','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294751,161385,'unserialize','Unserialize. Recreate connection from serialized content','','$serialized','','','','unserialize','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294752,161385,'execute','','','$query, $params = array()','','','','execute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294753,161385,'modifyLimitQuery','','Some dbms require specific functionality for this. Check the other connection adapters for examples','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294754,161385,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294755,161385,'getDbh','returns the database handler of which this connection uses','','','','returns the database handler','PDO','getdbh','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294756,161385,'getTmpConnection','','Create a temporary connection to the database with the user credentials. This is so the user can make a connection to a db server. Some dbms allow connections with no database, but some do not. In that case we have a table which is always guaranteed to','$info','','','','gettmpconnection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294757,161385,'fetchOne','','','$statement, $params = array(), $colnum','','','mixed','fetchone','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294758,161385,'getDriverName','','Gets the name of the instance driver','','','','','getdrivername','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294759,161385,'clear','clear clears all repositories','','','','','','clear','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294760,161385,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$table, $fields, $keys','throws Doctrine_Connection_Exception if this driver doesn't support replace','','','replace','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294761,161385,'_generateUniqueName','','','$type, $parts, $key, $format = '%s', $maxLength = 64','','','','generateuniquename','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294762,161385,'createDatabase','','Issue create database command for this instance of Doctrine_Connection','','','returns Doctrine_Exception catched in case of failure','string','createdatabase','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294763,161385,'prepare','','','$statement','','','','prepare','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294764,161385,'exec','','','$query, $params = array()','','','','exec','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294765,161385,'setOption','','Set option value','$option, $value','','','','setoption','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294766,161385,'getIterator','returns an iterator that iterators through all initialized table objects','query(\'SELECT u.* FROM User u\');\n\n $users = $conn->query(\'SELECT u.* FROM User u WHERE u.name LIKE ?\', array(\'someone\'));]]>','','','returns SPL ArrayIterator object','ArrayIterator','getiterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294767,161385,'queryOne','query queries the database using Doctrine Query Language and returns the\nfirst record found','$table) {\n print $table; // get a string representation of each table object\n }]]>','$query, $params = array()','','returns Doctrine_Record object on success, boolean false on failure','','queryone','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294768,161385,'addTable','addTable adds a Doctrine_Table object into connection registry','','$table','','','boolean','addtable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294769,161385,'connect','connect connects into database','','','','','boolean','connect','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294770,161385,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter_Interface) $adapter, $user = null, $pass = null','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294771,161385,'getOption','','Retrieves option','$option','','','','getoption','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294772,161385,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294773,161385,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the database handle','','','','','array','errorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294774,161385,'count','returns the count of initialized table objects','','','','','integer','count','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294775,161385,'getTransactionLevel','get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294776,161385,'getResultCacheDriver','','','','','','','getresultcachedriver','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294777,161385,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nListeners: onPreTransactionBegin, onTransactionBegin','$savepoint = null','throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294778,161385,'evictTables','evictTables evicts all tables','','','','','','evicttables','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294779,161385,'fetchRow','','','$statement, $params = array()','','','array','fetchrow','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294780,161385,'fetchAssoc','','','$statement, $params = array()','','','array','fetchassoc','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294781,161385,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294782,161385,'fetchArray','','','$statement, $params = array()','','','array','fetcharray','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294783,161385,'commit','commit Commit the database changes done during a transaction that is in \nprogress or release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: onPreTransactionCommit, onTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294784,161385,'flush','flush saves all the records from all tables this operation is isolated\nusing a transaction','','','throws PDOException if something went wrong at database level','','','flush','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294785,161385,'fetchBoth','','','$statement, $params = array()','','','array','fetchboth','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294786,161385,'select','queries the database with limit and offset added to the query and returns\na Doctrine_Connection_Statement object','','$query, $limit, $offset','','','','select','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294787,161385,'getQueryCacheDriver','','','','','','','getquerycachedriver','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294788,161385,'supports','','','$feature','','returns whether or not this drivers supports given feature','boolean','supports','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294789,161385,'close','close closes the connection','','','','','','close','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294790,161385,'__toString','returns a string representation of this object','','','','','string','tostring','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294791,161385,'getSupportedDrivers','Returns an array of supported drivers by Doctrine','','','','','array','getsupporteddrivers','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294792,161385,'incrementQueryCount','','','','','','','incrementquerycount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294793,161385,'generateUniqueIndexName','Get/generate unique index name for a table name and set of fields','','$tableName, $fields','','returns The name of the generated index','string','generateuniqueindexname','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294794,161385,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\ndatabase handle','','','','','integer','errorcode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294795,161385,'quote','quote quotes given input parameter','','$input, $type = null','','','string','quote','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294796,161385,'create','create creates a record','create creates a record','$name','','returns Doctrine_Record object','','create','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294797,161385,'serialize','Serialize. Remove database connection(pdo) since it cannot be serialized','','','','','string','serialize','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294798,161385,'hasTable','hasTable whether or not this connection has table $name initialized','','$name','','','boolean','hastable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294799,161385,'getTable','returns a table object for given component name','','$name','','','','gettable','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294800,161385,'getManager','returns the manager that created this connection','','','','','','getmanager','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294801,161385,'getName','getName returns the name of this driver','','','','returns the name of this driver','string','getname','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294802,161385,'update','Updates table row(s) with specified data.','','$table, $fields, $identifier, $values','throws Doctrine_Connection_Exception if something went wrong at the database level','returns the number of affected rows. Boolean false if empty value array was given,','integer','update','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294803,161385,'standaloneQuery','','','$query, $params = array()','','','','standalonequery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294804,161385,'delete','deletes table row(s) matching the specified identifier','','$table, $identifier','throws Doctrine_Connection_Exception if something went wrong at the database level','returns The number of affected rows','integer','delete','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294805,161385,'getTables','returns an array of all initialized tables','','','','','array','gettables','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294806,161385,'modifyLimitSubquery','Creates dbms specific LIMIT/OFFSET SQL for the subqueries that are used in\nthe context of the limit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitsubquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294807,161385,'createQuery','Creates a new Doctrine_Query object that operates on this connection.','','','','','','createquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294808,161385,'driverName','converts given driver name','','$name','','','','drivername','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294809,161386,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','','','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294810,161387,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294811,161388,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294812,161388,'getPortableMessage','getPortableMessage returns portable error message','','','','returns portable error message','string','getportablemessage','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294813,161388,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message, or false if the error code was not recognized','string','errormessage','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294814,161388,'getPortableCode','getPortableCode returns portable error code','','','','returns portable error code','integer','getportablecode','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294815,161389,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294816,161390,'getConnection','getConnection returns the connection object this module uses','','','','','','getconnection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294817,161390,'__construct','','','(Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294818,161390,'getModuleName','getModuleName returns the name of this module','','','','returns the name of this module','string','getmodulename','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294819,161391,'modifyLimitQuery','Adds an adapter-specific LIMIT clause to the SELECT statement.','[ original code borrowed from Zend Framework ]\nLicense available at: http://framework.zend.com/license\nCopyright (c) 2005-2008, Zend Technologies USA, Inc. All rights reserved.\nRedistribution and use in source and binary forms, with or without modificati','$query, $limit = false, $offset = false, $isManip = false','','','string','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294820,161391,'checkSequence','Checks if there's a sequence that exists.','','$seqName, $seq_name','','returns The value if the table exists or not','boolean','checksequence','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294821,161391,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294822,161391,'quoteIdentifier','quoteIdentifier Quote a string so it can be safely used as a table /\ncolumn name','Quoting style depends on which database driver is being used.','$identifier, $checkOption = false','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294823,161391,'getServerVersion','return version information about the server','','$native = false','','returns version information','array','getserverversion','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294824,161392,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294825,161393,'replace','Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL implements it natively, this type of query is emulated through this method for other DBMS using standard types of queries inside a transaction to assure the','$table, $fields, $keys','','returns the number of affected rows','integer','replace','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294826,161393,'connect','Overrides connect Method, to add specific attributes PDO emulate prepares\nis required to avoid bugs on mysql < 5.1 when trying to prepare DROP\nDATABASE or CREATE DATABASE statements','','','','returns connected','boolean','connect','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294827,161393,'__construct','the constructor','','$manager, (PDO|Doctrine_Adapter) $adapter','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294828,161393,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294829,161393,'getDatabaseName','returns the name of the connected database','','','','','string','getdatabasename','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294830,161394,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294831,161395,'setDateFormat','Sets up the date/time format','','$format = 'YYYY-MM-DD HH24:MI:SS'','','','','setdateformat','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294832,161395,'modifyLimitQuery','Adds an driver-specific LIMIT clause to the query','','$query, $limit = false, $offset = false, $isManip = false','','returns the modified query','string','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294833,161395,'getTmpConnection','','','$info','','','','gettmpconnection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294834,161395,'__construct','','','$manager, $adapter','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294835,161395,'modifyLimitSubquery','Creates the SQL for Oracle that can be used in the subquery for the\nlimit-subquery algorithm.','','$rootTable, $query, $limit = false, $offset = false, $isManip = false','','','','modifylimitsubquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294836,161396,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294837,161397,'insert','Inserts a table row with specified data.','','$table, $fields, $values','','returns the number of affected rows. Boolean false if empty value array was given,','integer','insert','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294838,161397,'modifyLimitQuery','Changes a query string for various DBMS specific reasons','','$query, $limit = false, $offset = false, $isManip = false','','returns modified query','string','modifylimitquery','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294839,161397,'convertBooleans','convertBoolean some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294840,161397,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294841,161397,'setCharset','Set the charset on the current connection','','$charset','','','','setcharset','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294842,161397,'getServerVersion','return version information about the server','','$native = false','','returns an array or string with version information','array|string','getserverversion','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294843,161398,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','the portable error code is added at the end of array','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294844,161399,'getAll','getAll returns all profiled events as an array','','','','returns all events in an array','array','getall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294845,161399,'get','','','$key','','','','get','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294846,161399,'setFilterQueryType','','','$filter','','','boolean','setfilterquerytype','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294847,161399,'getIterator','getIterator returns an iterator that iterates through the logged events','','','','','ArrayIterator','getiterator','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294848,161399,'__construct','constructor','','','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294849,161399,'count','','','','','','integer','count','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294850,161399,'lastEvent','Get the Doctrine_Event object for the last query that was run, regardless\nif it has ended or not. If the event has not ended, it's end time\nwill be Null.','','','','','','lastevent','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294851,161399,'pop','pop the last event from the event stack','','','','','','pop','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294852,161399,'__call','method overloader this method is used for invoking different listeners,\nfor the full list of availible listeners, see Doctrine_EventListener','','$m, $a','','','boolean','call','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294853,161400,'dropDatabase','','','','','','','dropdatabase','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294854,161400,'createDatabase','','','','','','','createdatabase','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294855,161400,'connect','initializes database functions missing in sqlite','','','','','','connect','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294856,161400,'__construct','the constructor','','$manager, $adapter, (PDO) $pdo','','','','construct','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294857,161401,'processErrorInfo','This method checks if native error code/message can be converted into a\nportable code and then adds this portable error code to $portableCode\nfield','','$errorInfo','','returns whether or not the error info processing was successfull (the process is successfull if portable error code was found)','boolean','processerrorinfo','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294858,161402,'fetchAll','fetchAll Returns an array containing all of the result set rows','','$fetchMode = Doctrine_Core::FETCH_BOTH, $columnIndex = null','','','array','fetchall','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294859,161402,'fetchColumn','fetchColumn Returns a single column from the next row of a result set or\nFALSE if there are no more rows.','','$columnIndex','','returns returns a single column in the next row of a result set.','string','fetchcolumn','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294860,161402,'columnCount','columnCount Returns the number of columns in the result set','','','','returns Returns the number of columns in the result set represented by the Doctrine_Adapter_Statement_Interface object. If there is no result set, this method should return 0.','integer','columncount','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294861,161402,'fetch','','','$fetchMode = Doctrine_Core::FETCH_BOTH, $cursorOrientation = Doctrine_Core::FETCH_ORI_NEXT, $cursorOffset = null, $fetchStyle','','','mixed','fetch','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294862,161402,'setAttribute','setAttribute Set a statement attribute','','$attribute, $value','','returns Returns TRUE on success or FALSE on failure.','boolean','setattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294863,161402,'getAttribute','getAttribute Retrieve a statement attribute','','$attribute','','returns the attribute value','mixed','getattribute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294864,161402,'execute','execute Executes a prepared statement','If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated','$params = null','','returns Returns TRUE on success or FALSE on failure.','boolean','execute','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294865,161402,'getConnection','getConnection returns the connection object this statement uses','','','','','','getconnection','2009-11-12 03:22:48','2009-11-12 03:22:48'),(1294866,161402,'bindValue','bindValue Binds a value to a corresponding named or question mark \nplaceholder in the SQL statement that was use to prepare the statement.','','$param, $value, $type = null','','returns Returns TRUE on success or FALSE on failure.','boolean','bindvalue','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294867,161402,'closeCursor','closeCursor Closes the cursor, enabling the statement to be executed\nagain.','','','','returns Returns TRUE on success or FALSE on failure.','boolean','closecursor','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294868,161402,'getColumnMeta','getColumnMeta Returns metadata for a column in a result set','','$column','','returnsqueryOne(\'SELECT u.* FROM User u WHERE u.id = ?\', array(1));\n\n $user = $conn->queryOne(\'SELECT u.* FROM User u WHERE u.name LIKE ? AND u.password = ?\',\n array(\'someone\', \'password\')\n );]]>Associative meta data array with the following structure:
\nnative_type The PHP native type used to represent the column value. driver:decl_ type The SQL type used to represent the ','array','getcolumnmeta','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294869,161402,'__construct','constructor','','$conn, $stmt','','','','construct','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294870,161402,'errorInfo','errorInfo Fetch extended error information associated with the last\noperation on the statement handle','','','','returns error info array','array','errorinfo','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294871,161402,'setFetchMode','setFetchMode Set the default fetch mode for this statement','','$mode, $arg1 = null, $arg2 = null','','returns Returns 1 on success or FALSE on failure.','boolean','setfetchmode','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294872,161402,'getStatement','','','','','','','getstatement','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294873,161402,'getQuery','','','','','','','getquery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294874,161402,'fetchObject','fetchObject Fetches the next row and returns it as an object.','Fetches the next row and returns it as an object. This function is an alternative to Doctrine_Adapter_Statement_Interface->fetch() with Doctrine_Core::FETCH_CLASS or Doctrine_Core::FETCH_OBJ style.','$className = 'stdClass', $args = array()','','returns an instance of the required class with property names that correspond to the column names or FALSE in case of an error.','mixed','fetchobject','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294875,161402,'bindParam','','Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike Doctrine_Adapter_Statement_Interface->bindValue(), the variable is bound as a reference and will only be eva','$column, [[[amp]]]$variable, $type = null, $length = null, $driverOptions = array(), $param, $variable','','returns Returns TRUE on success or FALSE on failure.','boolean','bindparam','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294876,161402,'nextRowset','nextRowset Advances to the next rowset in a multi-rowset statement handle','Some database servers support stored procedures that return more than one rowset (also known as a result set). The nextRowset() method enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a ','','','returns Returns TRUE on success or FALSE on failure.','boolean','nextrowset','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294877,161402,'errorCode','errorCode Fetch the SQLSTATE associated with the last operation on the\nstatement handle','','','','returns error code string','string','errorcode','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294878,161402,'bindColumn','bindColumn Bind a column to a PHP variable','','$column, $param, $type = null','','returns Returns TRUE on success or FALSE on failure','boolean','bindcolumn','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294879,161402,'rowCount','rowCount rowCount() returns the number of rows affected by the last\nDELETE, INSERT, or UPDATE statement executed by the corresponding object.','If the last SQL statement executed by the associated Statement object was a SELECT statement, some databases may return the number of rows returned by that statement. However, this behaviour is not guaranteed for all databases and should not be relied ','','','returns Returns the number of rows.','integer','rowcount','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294880,161403,'insert','Inserts a record into database.','This method inserts a transient record in the database, and adds it to the identity map of its correspondent table. It proxies to @see processSingleInsert(), trigger insert hooks and validation of data if required.','$record','','returns false if record is not valid','boolean','insert','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294881,161403,'_assignIdentifier','','','$record','','','','assignidentifier','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294882,161403,'saveAll','saveAll persists all the pending records from all tables','','','throws PDOException if something went wrong at database level','','','saveall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294883,161403,'replace','Replaces a record into database.','','$record','','returns false if record is not valid','boolean','replace','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294884,161403,'_cascadeDelete','Cascades an ongoing delete operation to related objects. Applies only on\nrelations that have 'delete' in their cascade options.','This is an application-level cascade. Related objects that participate in the cascade and are not yet loaded are fetched from the database. Exception: many-valued relations are always (re-)fetched from the database to make sure we have all of them.','$record, [[[amp]]]$deletions','throws PDOException If something went wrong at database level','','','cascadedelete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294885,161403,'saveGraph','Saves the given record and all associated records.','(The save() operation is always cascaded in 0.10/1.0).','$record, $replace = false','','','','savegraph','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294886,161403,'saveAssociations','','this method takes a diff of one-to-many / many-to-many original and current collections and applies the changes\nfor example if original many-to-many related collection has records with primary keys 1,2 and 3 and the new collection has records with prima','$record','throws Doctrine_Connection_Exception if something went wrong at database level','','','saveassociations','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294887,161403,'saveRelatedForeignKeys','saveRelatedForeignKeys saves all related (through ForeignKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedforeignkeys','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294888,161403,'saveRelatedLocalKeys','saveRelatedLocalKeys saves all related (through LocalKey) records to\n$record','','$record','throws PDOException if something went wrong at database level','','','saverelatedlocalkeys','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294889,161403,'buildFlushTree','buildFlushTree builds a flush tree that is used in transactions','The returned array has all the initialized components in 'correct' order. Basically this means that the records of those components can be saved safely in the order specified by the returned array.','$tables','','returns an array of component names in flushing order','array','buildflushtree','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294890,161403,'_assignSequence','','','$record, [[[amp]]]$fields','','','','assignsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294891,161403,'processSingleInsert','Inserts a transient record in its table.','This method inserts the data of a single record in its assigned table, assigning to it the autoincrement primary key (if any is defined).','$record','','','','processsingleinsert','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294892,161403,'update','updates given record','','$record','','returns whether or not the update was successful','boolean','update','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294893,161403,'delete','Deletes the given record and all the related records that participate in\nan application-level delete cascade.','this event can be listened by the onPreDelete and onDelete listeners','$record','','returns true on success, false on failure','boolean','delete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294894,161404,'purge','','Purge all data for loaded models or for the passed array of Doctrine_Records','$models = null','','','','purge','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294895,161404,'setFormat','','Set the current format we are working with','$format','','','','setformat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294896,161404,'importData','','Interface for importing data from fixture files to Doctrine models','$directory, $format = 'yml', $models = array(), $append = false','','','','importdata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294897,161404,'setDirectory','','Set the array/string of directories or yml file paths','$directory','','','','setdirectory','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294898,161404,'isRelation','','Check if a fieldName on a Doctrine_Record is a relation, if it is we return that relationData','$record, $fieldName, $Doctrine_Record','','','','isrelation','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294899,161404,'getFormat','','Get the current format we are working with','','','','','getformat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294900,161404,'exportIndividualFiles','_exportIndividualFiles','Set/Get whether or not to export individual files','$bool = null','','','bool','exportindividualfiles','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294901,161404,'getModels','','Get the array of specified models to work with','','','','','getmodels','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294902,161404,'setModels','','Set the array of specified models to work with','$models','','','','setmodels','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294903,161404,'getDirectory','','Get directory for dumping/loading data from and to','','','','','getdirectory','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294904,161404,'getFormats','','Get array of available formats','','','','','getformats','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294905,161404,'exportData','','Interface for exporting data to fixtures files from Doctrine models','$directory, $format = 'yml', $models = array(), $_exportIndividualFiles = false','','','','exportdata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294906,161405,'prepareData','','Prepare the raw data to be exported with the parser','$data','','','array','preparedata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294907,161405,'__construct','constructor','','$directory','','','','construct','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294908,161405,'doExport','','FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export.\nUpdate from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings ','','','','','doexport','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294909,161405,'dumpData','','Dump the prepared data to the fixtures files','$data, $array','','','','dumpdata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294910,161406,'_buildRows','Recursively loop over all data fixtures and build the array of className\nrows','','$className, $data','','','','buildrows','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294911,161406,'_hasNaturalNestedSetFormat','NestedSet fixtures may come in a 'natural' format with nested\nchildren listed under a 'children' key or in a raw, non-nested\nformat with lft/rgt values.','This method returns true if the given $data is a nested set in 'natural' form.','($className) $className, [[[amp]]]$data','','','boolean','hasnaturalnestedsetformat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294912,161406,'__construct','Optionally pass the directory/path to the yaml for importing','','$directory = null','','','','construct','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294913,161406,'_buildNestedSetRows','Build the rows for nested set models','','$className, $data','','','','buildnestedsetrows','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294914,161406,'_getRowKeyPrefix','Returns the prefix to use when indexing an object from the supplied table.','','$table','','','string','getrowkeyprefix','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294915,161406,'doParsing','Do the parsing of the yaml files and return the final parsed array','','','','','array','doparsing','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294916,161406,'doImport','Do the importing of the data parsed from the fixtures','','$append = false','','','','doimport','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294917,161406,'_loadData','Perform the loading of the data from the passed array','','$array','','','','loaddata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294918,161406,'_getImportedObject','Get the unsaved object for a specified row key and validate that it is the\nvalid object class for the passed record and relation name','','$rowKey, $record, $relationName, $referringRowKey','throws Doctrine_Data_Exception','','','getimportedobject','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294919,161406,'_processRow','Process a row and make all the appropriate relations between the imported\ndata','','$rowKey, $row','','','','processrow','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294920,161406,'_loadNestedSetData','Load nested set data for models with nested set enabled','','$model, $nestedSetData, $parent = null','','','','loadnestedsetdata','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294921,161407,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294922,161408,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294923,161408,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294924,161408,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294925,161409,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294926,161409,'getPortableDeclaration','Maps a native array description of a field to a MDB2 datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294927,161409,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294928,161409,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294929,161409,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294930,161410,'getPortableDeclaration','Maps a native array description of a field to a doctrine datatype and\nlength','','$field','throws Doctrine_DataDict_Oracle_Exception','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294931,161410,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294932,161411,'getPortableDeclaration','Maps a native array description of a field to a portable Doctrine datatype\nand length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294933,161411,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294934,161411,'parseBoolean','parseBoolean parses a literal boolean value and returns proper sql\nequivalent','','$value','','returns parsed boolean value','string','parseboolean','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294935,161411,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294936,161412,'getPortableDeclaration','Maps a native array description of a field to Doctrine datatype and length','','$field','','returns containing the various possible types, length, sign, fixed','array','getportabledeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294937,161412,'getNativeDeclaration','Obtain DBMS specific SQL code portion needed to declare an text type field\nto be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getnativedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294938,161412,'getIntegerDeclaration','Obtain DBMS specific SQL code portion needed to declare an integer type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getintegerdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294939,161413,'hasEnded','hasEnded whether or not this event has ended','','','','','boolean','hasended','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294940,161413,'getInvoker','getInvoker returns the handler that invoked this event','','','','returns Doctrine_Connection_UnitOfWork|Doctrine_Transaction the handler that invoked this event','','getinvoker','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294941,161413,'__get','getOption returns the value of an option','','$option','','','mixed','get','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294942,161413,'getElapsedSecs','Get the elapsed time (in microseconds) that the event ran. If the event\nhas not yet ended, return false.','','','','','integer','getelapsedsecs','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294943,161413,'set','setOption sets the value of an option by reference','','$option, [[[amp]]]$value, $value','','returns this object','','set','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294944,161413,'setInvoker','setInvoker Defines new invoker (used in Hydrator)','','$invoker','','','','setinvoker','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294945,161413,'end','end ends the internal timer of this event','','','','returns this object','','end','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294946,161413,'__construct','constructor','','(Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array()','','','','construct','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294947,161413,'getSequence','getSequence returns the sequence of this event','','','','','integer','getsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294948,161413,'start','start starts the internal timer of this event','','','','returns this object','','start','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294949,161413,'__set','setOption sets the value of an option','','$option, $value','','returns this object','','set','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294950,161413,'getParams','getParams returns the parameters of the query','','','','returns parameters of the query','array','getparams','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294951,161413,'getCode','','','','','returns returns the code associated with this event','integer','getcode','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294952,161413,'skipOperation','skipOperation skips the next operation an alias for\n__set('skipOperation', true)','','','','returns this object','','skipoperation','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294953,161413,'getQuery','','','','','returns returns the query associated with this event (if any)','','getquery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294954,161413,'getName','getName returns the name of this event','','','','returns the name of this event','string','getname','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294955,161414,'preClose','','','$event','','','','preclose','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294956,161414,'postFetch','','','$event','','','','postfetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294957,161414,'preQuery','','','$event','','','','prequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294958,161414,'postError','','','$event','','','','posterror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294959,161414,'preSavepointCommit','','','$event','','','','presavepointcommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294960,161414,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294961,161414,'preExec','','','$event','','','','preexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294962,161414,'preSavepointRollback','','','$event','','','','presavepointrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294963,161414,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294964,161414,'onOpen','','','$connection','','','','onopen','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294965,161414,'postClose','','','$event','','','','postclose','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294966,161414,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294967,161414,'preError','','','$event','','','','preerror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294968,161414,'postConnect','','','$event','','','','postconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294969,161414,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294970,161414,'onPreCollectionDelete','','','$collection','','','','onprecollectiondelete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294971,161414,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294972,161414,'postSavepointCommit','','','$event','','','','postsavepointcommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294973,161414,'onCollectionDelete','','','$collection','','','','oncollectiondelete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294974,161414,'postSavepointRollback','','','$event','','','','postsavepointrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294975,161414,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294976,161414,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294977,161414,'preFetch','','','$event','','','','prefetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294978,161414,'postExec','','','$event','','','','postexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294979,161414,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294980,161414,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294981,161414,'postSavepointCreate','','','$event','','','','postsavepointcreate','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294982,161414,'preSavepointCreate','','','$event','','','','presavepointcreate','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294983,161414,'postQuery','','','$event','','','','postquery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294984,161414,'preConnect','','','$event','','','','preconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294985,161414,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294986,161414,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294987,161414,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294988,161415,'preClose','preClose an event invoked before Doctrine_Connection is closed','','$event','','','','preclose','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294989,161415,'postFetch','','','$event','','','','postfetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294990,161415,'preQuery','','','$event','','','','prequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294991,161415,'onSleep','onSleep an event invoked when Doctrine_Record is serialized','','$record','','','','onsleep','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294992,161415,'onPreLoad','onPreLoad an event invoked when Doctrine_Record is being loaded from\ndatabase but not yet initialized','','$record','','','','onpreload','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294993,161415,'postError','','','$event','','','','posterror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294994,161415,'set','','','$key, (Doctrine_EventListener) $listener','','','','set','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294995,161415,'postTransactionBegin','onTransactionBegin an event invoked after a Doctrine_Connection\ntransaction has been started','','$event','','','','posttransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294996,161415,'preExec','','','$event','','','','preexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294997,161415,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294998,161415,'onOpen','onOpen an event invoked after Doctrine_Connection is opened','','$connection','','','','onopen','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1294999,161415,'postClose','postClose an event invoked after Doctrine_Connection is closed','','$event','','','','postclose','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295000,161415,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295001,161415,'preError','','','$event','','','','preerror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295002,161415,'get','returns a Doctrine_EventListener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295003,161415,'postConnect','','','$event','','','','postconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295004,161415,'postTransactionRollback','onTransactionRollback an event invoked after a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','posttransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295005,161415,'onPreCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','onprecollectiondelete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295006,161415,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295007,161415,'onWakeUp','onWakeUp an event invoked when Doctrine_Record is unserialized','','$record','','','','onwakeup','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295008,161415,'onCollectionDelete','onCollectionDelete an event invoked after a Doctrine_Collection is being\ndeleted','','$collection','','','','oncollectiondelete','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295009,161415,'preTransactionBegin','onTransactionBegin an event invoked before a Doctrine_Connection\ntransaction is being started','','$event','','','','pretransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295010,161415,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295011,161415,'preTransactionCommit','onPreTransactionCommit an event invoked before a Doctrine_Connection\ntransaction is committed','','$event','','','','pretransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295012,161415,'onLoad','onLoad an event invoked when Doctrine_Record is being loaded from database','','$record','','','','onload','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295013,161415,'preFetch','','','$event','','','','prefetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295014,161415,'postExec','','','$event','','','','postexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295015,161415,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295016,161415,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295017,161415,'postQuery','','','$event','','','','postquery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295018,161415,'preConnect','','','$event','','','','preconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295019,161415,'preTransactionRollback','onPreTransactionRollback an event invoked before a Doctrine_Connection\ntransaction is being rolled back','','$event','','','','pretransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295020,161415,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295021,161415,'postTransactionCommit','onTransactionCommit an event invoked after a Doctrine_Connection\ntransaction is committed','','$event','','','','posttransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295022,161416,'postFetch','','','$event','','','','postfetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295023,161416,'preQuery','','','$event','','','','prequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295024,161416,'postError','','','$event','','','','posterror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295025,161416,'postTransactionBegin','','','$event','','','','posttransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295026,161416,'preExec','','','$event','','','','preexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295027,161416,'preStmtExecute','','','$event','','','','prestmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295028,161416,'preFetchAll','','','$event','','','','prefetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295029,161416,'preError','','','$event','','','','preerror','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295030,161416,'postConnect','','','$event','','','','postconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295031,161416,'postTransactionRollback','','','$event','','','','posttransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295032,161416,'postStmtExecute','','','$event','','','','poststmtexecute','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295033,161416,'preTransactionBegin','','','$event','','','','pretransactionbegin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295034,161416,'preTransactionCommit','','','$event','','','','pretransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295035,161416,'preFetch','','','$event','','','','prefetch','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295036,161416,'postExec','','','$event','','','','postexec','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295037,161416,'postFetchAll','','','$event','','','','postfetchall','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295038,161416,'postPrepare','','','$event','','','','postprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295039,161416,'postQuery','','','$event','','','','postquery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295040,161416,'preConnect','','','$event','','','','preconnect','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295041,161416,'preTransactionRollback','','','$event','','','','pretransactionrollback','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295042,161416,'prePrepare','','','$event','','','','preprepare','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295043,161416,'postTransactionCommit','','','$event','','','','posttransactioncommit','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295044,161417,'errorMessage','Return a textual error message for a Doctrine error code','','(int|array) $value = null','','returns error message','string','errormessage','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295045,161418,'getCollationFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the COLLATION of a\nfield declaration to be used in statements like CREATE TABLE.','','$collation','','returns DBMS specific SQL code portion needed to set the COLLATION of a field declaration.','string','getcollationfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295046,161418,'createForeignKeySql','','','$table, $definition','','','string','createforeignkeysql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295047,161418,'dropDatabase','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295048,161418,'dropIndex','drop existing index','','$table, $name','','','','dropindex','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295049,161418,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295050,161418,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295051,161418,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295052,161418,'getUniqueFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint \nof a field declaration to be used in statements like CREATE TABLE.','','','','returns DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.','string','getuniquefielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295053,161418,'createConstraintSql','create a constraint on a table','','$table, $name, $definition','','','','createconstraintsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295054,161418,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295055,161418,'exportTable','exportTable exports given table into database based on column and option\ndefinitions','','$table','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','exporttable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295056,161418,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295057,161418,'getForeignKeyDeclaration','getForeignKeyDeclaration Obtain DBMS specific SQL code portion needed to\nset the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.','string','getforeignkeydeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295058,161418,'exportClasses','exportClasses method for exporting Doctrine_Record classes to a schema','FIXME: This function has ugly hacks in it to make sure sql is inserted in the correct order.','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclasses','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295059,161418,'dropTable','dropTable drop an existing table','','$table','','','','droptable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295060,161418,'createDatabase','create a new database (this method is implemented by the drivers)','','$database, $name','','','','createdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295061,161418,'dropIndexSql','','','$table, $name','','returns SQL that is used for dropping an index','string','dropindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295062,161418,'createIndex','Get the stucture of a field into an array','','$table, $name, $definition','','','','createindex','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295063,161418,'dropSequenceSql','dropSequenceSql drop existing sequence','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295064,161418,'createForeignKey','','','$table, $definition','','','string','createforeignkey','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295065,161418,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295066,161418,'createDatabaseSql','create a new database (this method is implemented by the drivers)','','$database, $name','','','string','createdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295067,161418,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','Should be overridden in driver classes to return the correct string for the specific database type.\nThe default is to return the string "TEMPORARY" - this will result in a SQL error for any database that does not support temporary tables, or t','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295068,161418,'getCharsetFieldDeclaration','Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a\nfield declaration to be used in statements like CREATE TABLE.','','$charset','','returns DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.','string','getcharsetfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295069,161418,'dropTableSql','dropTableSql drop an existing table','','$table','','','string','droptablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295070,161418,'exportSchema','exportSchema method for exporting Doctrine_Record classes to a schema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportschema','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295071,161418,'exportSortedClassesSql','','','$classes, $groupByConnection = true','','','','exportsortedclassessql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295072,161418,'dropDatabaseSql','drop an existing database (this method is implemented by the drivers)','','$database, $name','','','','dropdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295073,161418,'getForeignKeyBaseDeclaration','getForeignKeyBaseDeclaration Obtain DBMS specific SQL code portion needed\nto set the FOREIGN KEY constraint of a field declaration to be used in\nstatements like CREATE TABLE.','','$definition','','','string','getforeignkeybasedeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295074,161418,'getAllGenerators','fetches all generators recursively for given table','','$table','','returns an array of Doctrine_Record_Generator objects','array','getallgenerators','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295075,161418,'exportClassesSql','exportClassesSql method for exporting Doctrine_Record classes to a schema','','$classes','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportclassessql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295076,161418,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','','createsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295077,161418,'getForeignKeyReferentialAction','','returns given referential action in uppercase if valid, otherwise throws an exception','$action, 1','throws Doctrine_Exception_Exception if unknown referential action given','','','getforeignkeyreferentialaction','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295078,161418,'createConstraint','create a constraint on a table','','$table, $name, $definition','','','','createconstraint','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295079,161418,'alterTableSql','generates the sql for altering an existing table (this method is\nimplemented by the drivers)','','$name, $changes, $check = false','','','string','altertablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295080,161418,'alterTable','alter an existing table (this method is implemented by the drivers)','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295081,161418,'exportSql','exportSql returns the sql for exporting Doctrine_Record classes to a\nschema','if the directory parameter is given this method first iterates recursively trhough the given directory in order to find any model classes\nThen it iterates through all declared classes and creates tables for the ones that extend Doctrine_Record and are n','$directory = null','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','','','exportsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295082,161418,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295083,161418,'createSequenceSql','return RDBMS specific create sequence statement (this method is\nimplemented by the drivers)','','$seqName, $start = 1, $options = array()','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295084,161418,'getFieldDeclarationList','Get declaration of a number of field in bulk','','$fields','','','string','getfielddeclarationlist','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295085,161418,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295086,161418,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295087,161418,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295088,161418,'exportGeneratorsSql','exportGeneratorsSql exports plugin tables for given table','','$table','','returns an array of sql strings','array','exportgeneratorssql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295089,161418,'getCheckDeclaration','Obtain DBMS specific SQL code portion needed to set a CHECK constraint \ndeclaration to be used in statements like CREATE TABLE.','','$definition','','returns DBMS specific SQL code portion needed to set a CHECK constraint','string','getcheckdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295090,161418,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','','','string','createindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295091,161418,'dropSequence','dropSequenceSql drop existing sequence (this method is implemented by the\ndrivers)','','$sequenceName','throws Doctrine_Connection_Exception if something fails at database level','','','dropsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295092,161419,'dropDatabase','drop an existing database','','$name','','','','dropdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295093,161419,'createTableSql','create a new table','','$name, $fields, $options = array()','','','string','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295094,161419,'createDatabase','create a new database','','$name','','','','createdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295095,161419,'dropIndexSql','','','$table, $name','','','','dropindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295096,161419,'dropSequenceSql','This function drops an existing sequence','','$seqName','','','','dropsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295097,161419,'getTemporaryTableQuery','Override the parent method.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295098,161419,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295099,161419,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295100,161419,'getNotNullFieldDeclaration','getNotNullFieldDeclaration Obtain DBMS specific SQL code portion needed to\nset a NOT NULL declaration to be used in statements like CREATE TABLE.','','$definition, $field','','returns DBMS specific SQL code portion needed to set a default value','string','getnotnullfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295101,161420,'dropForeignKey','drop existing foreign key','','$table, $name','','','','dropforeignkey','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295102,161420,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295103,161420,'dropConstraint','drop existing constraint','','$table, $name, $primary = false','','','','dropconstraint','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295104,161420,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295105,161420,'getDefaultFieldDeclaration','getDefaultDeclaration Obtain DBMS specific SQL code portion needed to set\na default value declaration to be used in statements like CREATE TABLE.','','$field','','returns DBMS specific SQL code portion needed to set a default value','string','getdefaultfielddeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295106,161420,'dropIndexSql','drop existing index','','$table, $name','','','','dropindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295107,161420,'getIndexDeclaration','Obtain DBMS specific SQL code portion needed to set an index declaration\nto be used in statements like CREATE TABLE.','','$name, $definition, $charset','','returns DBMS specific SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295108,161420,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295109,161420,'dropTableSql','dropTable','','$table','throws PDOException','','','droptablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295110,161420,'dropDatabaseSql','drop an existing database','','$name','','','string','dropdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295111,161420,'createSequence','create sequence','','$sequenceName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295112,161420,'alterTableSql','alter an existing table','','$name, $changes, $check = false','','','boolean','altertablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295113,161420,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295114,161420,'getDeclaration','Obtain DBMS specific SQL code portion needed to declare a generic type \nfield to be used in statements like CREATE TABLE.','','$name, $field','','returns DBMS specific SQL code portion that should be used to declare the specified field.','string','getdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295115,161420,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295116,161421,'dropDatabase','drop an existing database','','$name, $this->conn','','returns success of operation','boolean','dropdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295117,161421,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295118,161421,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295119,161421,'dropTable','drop an existing table','','$name','','','','droptable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295120,161421,'createDatabase','create a new database','','$name, $db','','returns success of operation','boolean','createdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295121,161421,'dropSequenceSql','drop existing sequence','','$seqName, $this->conn','','','string','dropsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295122,161421,'getIndexDeclaration','return Oracle's SQL code portion needed to set an index declaration\nto be unsed in statements like CREATE TABLE.','','$name, $definition','','returns Oracle's SQL code portion needed to set an index','string','getindexdeclaration','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295123,161421,'getTemporaryTableQuery','A method to return the required SQL string that fits between CREATE ...\nTABLE to create the table as a temporary table.','','','','returns The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.','string','gettemporarytablequery','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295124,161421,'alterTable','alter an existing table','','$name, $changes, $check = false','','','','altertable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295125,161421,'createTable','create a new table','','$name, $fields, $options = array()','','','','createtable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295126,161421,'dropAutoincrement','drop an existing autoincrement sequence + trigger','','$table','','','','dropautoincrement','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295127,161421,'createSequenceSql','create sequence','','$seqName, $start = 1, $options = array()','','','string','createsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295128,161421,'_createColumnCommentSql','create a comment on a column','','$table, $column, $comment','','','string','createcolumncommentsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295129,161421,'_makeAutoincrement','add an autoincrement sequence + trigger','','$name, $table, $start = 1','','returns Sql code','string','makeautoincrement','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295130,161421,'_createTableCommentSql','create a comment on a table','','$table, $comment','','','string','createtablecommentsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295131,161422,'createTableSql','Creates a table.','','(unknown_type) $name, $fields, $options = array()','','','unknown','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295132,161422,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295133,161422,'dropSequenceSql','drop existing sequence','','$sequenceName','','','','dropsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295134,161422,'createDatabaseSql','','','$name','','','','createdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295135,161422,'dropDatabaseSql','drop an existing database','','$name','throws PDOException','','','dropdatabasesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295136,161422,'alterTableSql','generates the sql for altering an existing table on postgresql','','$name, $changes, $check = false','','','array','altertablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295137,161422,'alterTable','alter an existing table','','$name, $changes, $check = false','throws Doctrine_Connection_Exception','','boolean','altertable','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295138,161422,'createSequenceSql','return RDBMS specific create sequence statement','','$sequenceName, $start = 1, $options = array(), $seqName','throws Doctrine_Connection_Exception if something fails at database level','','string','createsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295139,161422,'createIndexSql','Get the stucture of a field into an array.','','$table, $name, $definition','','','string','createindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295140,161423,'getIterator','','','','','','','getiterator','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295141,161423,'add','','','$code, $message','','','','add','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295142,161423,'pop','','','','','','','pop','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295143,161424,'exportSchema','','','$schema, $format = 'yml', $directory = null, $models = array()','','returns of data in the specified format','string','exportschema','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295144,161424,'buildSchema','','Build schema array that can be dumped to file','$directory = null, $models = array()','','','','buildschema','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295145,161425,'dropDatabase','','drop an existing database','$databaseFile','throws Doctrine_Export_Exception if something failed during the removal of the database file','','','dropdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295146,161425,'createTableSql','create a new table','','$name, $fields, $options = array()','','','','createtablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295147,161425,'getAdvancedForeignKeyOptions','getAdvancedForeignKeyOptions Return the FOREIGN KEY query section dealing\nwith non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...','','$definition','','','string','getadvancedforeignkeyoptions','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295148,161425,'createDatabase','','Create sqlite database file','$databaseFile','','','','createdatabase','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295149,161425,'dropSequenceSql','drop existing sequence','','$sequenceName','','','string','dropsequencesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295150,161425,'createForeignKey','','Sqlite does not support foreign keys so we are not even going to do anything if this function is called to avoid any sql errors if a user tries to use this on sqlite','$table, $definition','','','string','createforeignkey','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295151,161425,'createSequence','create sequence','','$seqName, $start = 1, $options = array()','','','boolean','createsequence','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295152,161425,'alterTableSql','','','$name, $changes, $check = false','','','','altertablesql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295153,161425,'getIndexFieldDeclarationList','getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed\nto set an index declaration to be used in statements like CREATE TABLE.','','$fields','','','string','getindexfielddeclarationlist','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295154,161425,'createIndexSql','Get the stucture of a field into an array','','$table, $name, $definition','throws PDOException','','','createindexsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295155,161426,'getConnection','Retrieves the connection associated to this expression at creation, or the\ncurrent connection used if it was not specified.','','','','returns The connection','','getconnection','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295156,161426,'parseClause','Parses a set of expressions at once.','','$clause','','returns The parsed clause.','string','parseclause','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295157,161426,'getSql','Gets the sql fragment represented.','','','','','string','getsql','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295158,161426,'__construct','Creates an expression.','The constructor needs the dql fragment that contains one or more dbms functions.
','$expr, (Doctrine_Connection) $conn = null','','','','construct','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295159,161426,'__toString','Magic method.','Returns a string representation of this object. Proxies to @see getSql().','','','','string','tostring','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295160,161426,'parseExpression','Parses a single expressions and substitutes dql abstract functions with\ntheir concrete sql counterparts for the given connection.','','$expr','','','string','parseexpression','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295161,161426,'setExpression','Sets the contained expression assuring that it is parsed.','','$clause','','','','setexpression','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295162,161427,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.','(string|array(string)) 0','','','','concat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295163,161427,'now','Returns the current system date.','','','','','string','now','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295164,161427,'isNotNull','Returns SQL that checks if a expression is not null.','Example:setExpression(\"CONCAT(\'some\', \'one\')\");]]>','$expression','','returns logical expression','string','isnotnull','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295165,161427,'getIdentifier','','','$column','','','','getidentifier','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295166,161427,'div','Returns the SQL to divide values or expressions by eachother.','divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNotNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'Use','$args','','returns an expression','string','div','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295167,161427,'mul','Returns the SQL to multiply values or expressions by eachother.','multiply() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','mul','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295168,161427,'max','Returns the highest value of a column','','$column','','returns generated sql including a MAX aggregate function','string','max','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295169,161427,'not','Returns the SQL for a logical not.','Example:','$expression','','returns a logical expression','string','not','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295170,161427,'acos','returns arcus cosine SQL string','','$value','','','string','acos','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295171,161427,'in','Returns the SQL to check if a value is one in a set of given values..','in() accepts an arbitrary number of parameters. The first parameter must always specify the value that should be matched against. Successive must contain a logical expression or an array with logical expressions. These expressions will be matched again','$column, (string|array(string)) $values','','returns logical expression','string','in','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295172,161427,'regexp','regexp returns the regular expression operator','','','','','string','regexp','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295173,161427,'ltrim','ltrim returns the string $str with leading space characters removed','','$str','','','string','ltrim','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295174,161427,'sub','Returns the SQL to subtract values or expressions from eachother.','subtract() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:expr;\n $q->select(\'*\')->from(\'table\')\n ->where($e->eq(\'id\', $e->not(\'null\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'U','$args','','returns an expression','string','sub','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295175,161427,'isNull','Returns SQL that checks if a expression is null.','Example:','$expression','','returns logical expression','string','isnull','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295176,161427,'upper','upper Returns the string $str with all characters changed to uppercase\naccording to the current character set mapping.','','$str','','','string','upper','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295177,161427,'mod','Returns the remainder of the division operation $expression1 /\n$expression2.','','$expression1, $expression2','','','string','mod','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295178,161427,'getIdentifiers','','','$columns','','','','getidentifiers','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295179,161427,'count','Returns the number of rows (without a NULL value) of a column','If a '*' is used instead of a column the number of selected rows is returned.','(string|integer) $column','','returns generated sql including a COUNT aggregate function','string','count','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295180,161427,'add','Returns the SQL to add values or expressions together.','add() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions.\nExample:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->isNull(\'id\'));]]>expr;\n\n $q->select(\'u.*\')\n ->from(\'User u','$args','','returns an expression','string','add','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295181,161427,'avg','Returns the average value of a column','','$column','','returns generated sql including an AVG aggregate function','string','avg','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295182,161427,'lt','Returns the SQL to check if one value is less than another value.','Example:','$value1, $value2','','returns logical expression','string','lt','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295183,161427,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $from, $len = null, $position, $length','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295184,161427,'gte','Returns the SQL to check if one value is greater than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lt(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gte','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295185,161427,'neq','Returns the SQL to check if two values are unequal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','neq','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295186,161427,'length','Returns the length of a text field.','','$column, $expression1, $expression2','','','string','length','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295187,161427,'lte','Returns the SQL to check if one value is less than or equal to another\nvalue.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->neq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','lte','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295188,161427,'sin','','','$value','','','','sin','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295189,161427,'rtrim','rtrim returns the string $str with proceeding space characters removed','','$str','','','string','rtrim','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295190,161427,'between','Returns SQL that checks if an expression evaluates to a value between two\nvalues.','The parameter $expression is checked if it is between $value1 and $value2.\nNote: There is a slight difference in the way BETWEEN works on some databases. http://www.w3schools.com/sql/sql_between.asp. If you want complete database independence you should','$expression, $value1, $value2','','returns logical expression','string','between','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295191,161427,'trim','trim returns the string $str with leading and proceeding space characters\nremoved','','$str','','','string','trim','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295192,161427,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality','$column','','','string','md5','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295193,161427,'min','Returns the lowest value of a column','','$column','','','string','min','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295194,161427,'sum','Returns the total sum of a column','','$column','','','string','sum','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295195,161427,'coalesce','','','','','','string','coalesce','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295196,161427,'round','Rounds a numeric field to the number of decimals specified.','','$column, $decimals, $expression1, $expression2','','','string','round','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295197,161427,'locate','locate returns the position of the first occurrence of substring $substr\nin string $str','','$str, $substr','','','integer','locate','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295198,161427,'cos','','','$value','','','','cos','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295199,161427,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295200,161427,'pi','','','','','','','pi','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295201,161427,'eq','Returns the SQL to check if two values are equal.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->lte(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','eq','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295202,161427,'gt','Returns the SQL to check if one value is greater than another value.','Example:select(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->eq(\'id\', 1));]]>','$value1, $value2','','returns logical expression','string','gt','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295203,161427,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295204,161427,'__call','','for all native RDBMS functions the function name itself is returned','$m, $a','','','','call','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295205,161427,'lower','lower Returns the string $str with all characters changed to lowercase\naccording to the current character set mapping.','','$str','','','string','lower','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295206,161428,'concat','Returns string to concatenate two or more string parameters','','$arg1, $arg2, $values...','','returns to concatenate two strings','string','concat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295207,161428,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \nselect(\'u.*\')\n ->from(\'User u\')\n ->where($q->expr->gt(\'id\', 1));]]>\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295208,161428,'substring','return string to call a function to get a substring inside an SQL statement','','$value, $position, $length = null','','returns to call a function to get a substring','string','substring','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295209,161428,'length','Returns the length of a text field','','$column','','','string','length','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295210,161428,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295211,161429,'day','Returns day from dbms','','$column','','returns to get day from dbms','string','day','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295212,161429,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295213,161429,'year','Returns the year from dbms','','$column','','returns to get year from dbms','string','year','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295214,161429,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295215,161429,'month','Returns the month from dbms','','$column','','returns to get month from dbms','string','month','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295216,161429,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295217,161429,'soundex','Returns soundex from dbms','','$column','','returns to get soundex from dbms','string','soundex','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295218,161429,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295219,161430,'concat','Returns a series of strings concatinated','concat() accepts an arbitrary number of parameters. Each parameter must contain an expression','$arg1,','','','string','concat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295220,161430,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement','There are three special variables for current date and time: \n- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
\n
','$type = 'timestamp'','','returns to call a variable with the current timestamp','string','now','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295221,161430,'random','','','','','returns an oracle SQL string that generates a float between 0 and 1','string','random','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295222,161430,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295223,161430,'guid','Returns global unique identifier','','','','returns to get global unique identifier','string','guid','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295224,161431,'concat','PostgreSQLs CONCAT() function','','(an) 0','','','string','concat','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295225,161431,'now','Returns the SQL string to return the current system date and time.','','','','','string','now','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295226,161431,'date_part','PostgreSQLs DATE_PART( <text>, <time> ) function.','','$text, $time','','','string','date-part','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295227,161431,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns string to generate float between 0 and 1','return','random','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295228,161431,'regexp','','','','','returns the regular expression operator','string','regexp','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295229,161431,'matchPattern','build a pattern matching string','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$pattern, $operator = null, $field = null','','returns SQL pattern','string','matchpattern','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295230,161431,'substring','Returns part of a string.','Note: Not SQL92, but common functionality.','$value, $from, $len = null','','returns sql that extracts part of a string.','string','substring','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295231,161431,'to_char','PostgreSQLs TO_CHAR( <time>, <text> ) function.','','$time, $text','','','string','to-char','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295232,161431,'md5','Returns the md5 sum of a field.','Note: Not SQL92, but common functionality\nmd5() works with the default PostgreSQL 8 versions.\nIf you are using PostgreSQL 7.x or older you need to make sure that the digest procedure is installed. If you use RPMS (Redhat and Mandrake) install the postgr','$column','','','string','md5','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295233,161431,'translate','return syntax for pgsql TRANSLATE() dbms function','','$string, $from, $to','','','string','translate','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295234,161431,'age','PostgreSQLs AGE(<timestamp1> [, <timestamp2>]) function.','','$timestamp1, $timestamp2 = null','','','string','age','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295235,161432,'now','Return string to call a variable with the current timestamp inside an SQL\nstatement There are three special variables for current date and time.','','$type = 'timestamp'','','returns sqlite function as string','string','now','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295236,161432,'random','return string to call a function to get random value inside an SQL\nstatement','','','','returns to generate float between 0 and 1','string','random','2009-11-12 03:22:49','2009-11-12 03:22:49'),(1295237,161432,'regexp','returns the regular expression operator','','','','','string','regexp','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295238,161432,'md5Impl','Returns the md5 sum of the data that SQLite's md5() function receives.','','$data','','','string','md5impl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295239,161432,'rtrimImpl','','','$str','','','','rtrimimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295240,161432,'concatImpl','Returns a concatenation of the data that SQLite's concat() function\nreceives.','','','','','string','concatimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295241,161432,'trimImpl','','','$str','','','','trimimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295242,161432,'modImpl','Returns the modules of the data that SQLite's mod() function receives.','','$dividend, $divisor','','','string','modimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295243,161432,'substring','return string to call a function to get a substring inside an SQL statement','Note: Not SQL92, but common functionality.\nSQLite only supports the 2 parameter variant of this function','$value, $position, $length = null','','returns SQL substring function with given parameters','string','substring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295244,161432,'ltrimImpl','','','$str','','','','ltrimimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295245,161432,'locateImpl','locate returns the position of the first occurrence of substring $substr\nin string $str that SQLite's locate() function receives','','$substr, $str','','','string','locateimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295246,161432,'soundex','soundex Returns a string to call a function to compute the soundex\nencoding of a string','The string "?000" is returned if the argument is NULL.','$value','','returns SQL soundex function with given parameter','string','soundex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295247,161432,'nowImpl','','','','','','','nowimpl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295248,161432,'sha1Impl','','','$str','','','','sha1impl','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295249,161433,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295250,161433,'setUp','','','','','','','setup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295251,161433,'get','','','$name, $load = true','','','','get','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295252,161434,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295253,161434,'setUp','','','','','','','setup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295254,161435,'fixSequenceName','Removes any formatting in an sequence name using the\n'seqname_format' option','','$sqn','','returns name of the sequence with possible formatting removed','string','fixsequencename','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295255,161435,'fixIndexName','Removes any formatting in an index name using the\n'idxname_format' option','','$idx','','returns name of the index with possible formatting removed','string','fixindexname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295256,161435,'getIndexName','adds index name formatting to a index name','','$idx','','returns formatted index name','string','getindexname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295257,161435,'convertBooleans','convertBooleans some drivers need the boolean values to be converted into\nintegers when using DQL API','This method takes care of that conversion','$item','','','','convertbooleans','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295258,161435,'getSequenceName','adds sequence name formatting to a sequence name','','$sqn','','returns formatted sequence name','string','getsequencename','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295259,161435,'quoteIdentifier','Quote a string so it can be safely used as a table or column name','Delimiting style depends on which database driver is being used.\nNOTE: just because you CAN use delimited identifiers doesn't mean you SHOULD use them. In general, they end up causing way more problems than they solve.\nPortability is broken by usi','$str, $checkOption = true','','returns quoted identifier string','string','quoteidentifier','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295260,161435,'quoteMultipleIdentifier','quoteMultipleIdentifier Quotes multiple identifier strings','','$arr, $checkOption = true','','returns quoted identifier string','string','quotemultipleidentifier','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295261,161435,'escapePattern','Quotes pattern (% and _) characters in a string)','EXPERIMENTAL\nWARNING: this function is experimental and may change signature at any time until labelled as non-experimental','$text','','returns quoted string','string','escapepattern','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295262,161435,'quote','quote quotes given input parameter','','$input, $type = null','','','string','quote','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295263,161435,'getForeignKeyName','Formatting a foreign Key name','','$fkey','','returns formatted foreign key name','string','getforeignkeyname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295264,161435,'getTableName','adds table name formatting to a table name','','$table','','returns formatted table name','string','gettablename','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295265,161436,'hookWhere','hookWhere builds DQL query where part from given parameter array','','$params','','returns whether or not the hooking was','boolean','hookwhere','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295266,161436,'hookOffset','set the hook offset','','$offset','','','','hookoffset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295267,161436,'hookLimit','set the hook limit','','$limit','','','','hooklimit','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295268,161436,'setTypeParser','','','$type, (string|object ) $parser','','','','settypeparser','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295269,161436,'__construct','','','(Doctrine_Query) $query','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295270,161436,'setFieldParser','','','$field, (string|object ) $parser','','','','setfieldparser','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295271,161436,'getQuery','','','','','returns returns the query object associated with this hook','','getquery','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295272,161436,'hookOrderby','hookOrderBy builds DQL query orderby part from given parameter array','','$params','','returns whether or not the hooking was successful','boolean','hookorderby','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295273,161437,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295274,161438,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295275,161439,'getCondition','','','','','','','getcondition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295276,161439,'getParams','getParams returns the parameters associated with this parser','','','','','array','getparams','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295277,161439,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295278,161440,'parseClause','','','$alias, $field, $value','','','','parseclause','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295279,161440,'__construct','Constructor.','','','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295280,161440,'parseSingle','','','$alias, $field, $value','','','','parsesingle','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295281,161440,'parse','','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parse','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295282,161441,'parseSingle','parse','Parses given field and field value to DQL condition and parameters. This method should always return prepared statement conditions (conditions that use placeholders instead of literal values).','$alias, $field, $value','','','','parsesingle','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295283,161442,'getHydratorDriverClassName','Get the name of the driver class for the passed hydration mode','','$mode = null','','','string','gethydratordriverclassname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295284,161442,'__construct','','','','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295285,161442,'getHydratorDriver','Get an instance of the hydration driver for the passed hydration mode','','$mode, $tableAliases','','','','gethydratordriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295286,161442,'getQueryComponents','Get the array of query components','','','','','array','getquerycomponents','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295287,161442,'hydrateResultSet','Hydrate the query statement in to its final data structure by one of the \nhydration drivers.','','$stmt, $tableAliases','','','mixed','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295288,161442,'setHydrationMode','Set the hydration mode','','$hydrationMode','','','','sethydrationmode','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295289,161442,'getHydrationMode','Get the hydration mode','','','','returns One of the Doctrine_Core::HYDRATE_* constants','mixed','gethydrationmode','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295290,161442,'setQueryComponents','Set the array of query components','','$queryComponents','','','','setquerycomponents','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295291,161443,'getRootComponent','','','','','','','getrootcomponent','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295292,161443,'__construct','','','$queryComponents, $tableAliases, $hydrationMode','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295293,161443,'_isIgnoredName','Checks whether a name is ignored. Used during result set parsing to skip \ncertain elements in the result set that do not have any meaning for the\nresult.','(I.e. ORACLE limit/offset emulation adds doctrine_rownum to the result set).','$name','','','boolean','isignoredname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295294,161443,'hydrateResultSet','hydrateResultSet parses the data returned by statement object','This is method defines the core of Doctrine object population algorithm hence this method strives to be as fast as possible\nThe key idea is the loop over the rowset only once doing all the needed operations within this massive loop.','$stmt','','','mixed','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295295,161443,'onDemandReset','','','','','','','ondemandreset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295296,161444,'initRelated','','','[[[amp]]]$record, $name','','','','initrelated','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295297,161444,'getLastKey','','','[[[amp]]]$coll','','','','getlastkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295298,161444,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295299,161444,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295300,161444,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295301,161444,'setLastElement','','','[[[amp]]]$prev, [[[amp]]]$coll, $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295302,161444,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295303,161445,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295304,161446,'initRelated','','','[[[amp]]]$record, $name','','','','initrelated','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295305,161446,'_getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name']','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','[[[amp]]]$data, $component','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295306,161446,'getLastKey','','','[[[amp]]]$coll','','','','getlastkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295307,161446,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295308,161446,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295309,161446,'flush','','','','','','','flush','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295310,161446,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295311,161446,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295312,161446,'_getCustomIndexField','Gets the custom field used for indexing for the specified component alias.','','$alias','','returns The field name of the field used for indexing or NULL if the component does not use any custom field indices.','string','getcustomindexfield','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295313,161446,'_gatherRowData','Puts the fields of a data row into a new array, grouped by the component \nthey belong to. The column names in the result set are mapped to their \nfield names during this procedure.','','[[[amp]]]$data, [[[amp]]]$cache, [[[amp]]]$id, [[[amp]]]$nonemptyComponents','','returns An array with all the fields (name => value) of the data row, grouped by their component (alias).','array','gatherrowdata','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295314,161446,'setLastElement','','','[[[amp]]]$prev, [[[amp]]]$coll, $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295315,161446,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295316,161447,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295317,161448,'initRelated','','','[[[amp]]]$record, $name','','','','initrelated','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295318,161448,'getLastKey','','','[[[amp]]]$coll','','','','getlastkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295319,161448,'getElement','','','$data, $component','','','','getelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295320,161448,'getNullPointer','','','','','','','getnullpointer','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295321,161448,'flush','','','','','','','flush','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295322,161448,'getElementCollection','','','$component','','','','getelementcollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295323,161448,'setLastElement','sets the last element of given data array / collection as previous element','','[[[amp]]]$prev, [[[amp]]]$coll, (boolean|integer) $index, $dqlAlias, $oneToOne','','','','setlastelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295324,161448,'registerCollection','','','$coll','','','','registercollection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295325,161449,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295326,161450,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295327,161450,'_gatherRowData','','','$data, [[[amp]]]$cache, $aliasPrefix = true','','','','gatherrowdata','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295328,161451,'hydrateResultSet','','','$stmt','','','','hydrateresultset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295329,161452,'setTableDefinition','buildDefinition','','$Doctrine_Table','','','','settabledefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295330,161452,'buildRelation','','','','','','','buildrelation','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295331,161452,'__construct','','','$options','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295332,161453,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295333,161453,'tableExists','checks if a table exists','','$table, (string|null) $database = null','','','boolean','tableexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295334,161453,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295335,161453,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295336,161453,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295337,161453,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$table','','','array','listtablerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295338,161453,'importSchema','','method for importing existing schema to Doctrine_Record classes','$directory, $databases = array(), $options = array()','','returns the names of the imported classes','array','importschema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295339,161453,'tableIndexExists','checks if a table index exists','','$index, $table','','','boolean','tableindexexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295340,161453,'tableConstraintExists','checks if a table constraint exists','','$constraint, $table','','','boolean','tableconstraintexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295341,161453,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295342,161453,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295343,161453,'databaseExists','checks if a database exists','','$database','','','boolean','databaseexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295344,161453,'tableColumnExists','checks if a table column exists','','$column, $table','','','boolean','tablecolumnexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295345,161453,'tableTriggerExists','checks if a table trigger exists','','$trigger, $table','','','boolean','tabletriggerexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295346,161453,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295347,161453,'tableViewExists','checks if a table view exists','','$view, $table','','','boolean','tableviewexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295348,161453,'triggerExists','checks if a trigger exists','','$trigger, (string|null) $database = null','','','boolean','triggerexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295349,161453,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295350,161453,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295351,161453,'userExists','checks if a user exists','','$user','','','boolean','userexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295352,161453,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295353,161453,'sequenceExists','checks if a sequence exists','','$sequence, (string|null) $database = null','','','boolean','sequenceexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295354,161453,'functionExists','checks if a function exists','','$function','','','boolean','functionexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295355,161453,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295356,161453,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295357,161453,'viewExists','checks if a view exists','','$view, (string|null) $database = null','','','boolean','viewexists','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295358,161454,'buildSetUp','','','$definition, $options, $columns, $relations','','','string','buildsetup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295359,161454,'buildListeners','Build php code for adding record listeners','','$listeners','','','string','buildlisteners','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295360,161454,'buildChecks','Build php code for record checks','','$checks','','','string','buildchecks','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295361,161454,'loadTemplate','','Loads the class template used for generating classes','','','','','loadtemplate','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295362,161454,'getTargetPath','','','','','returns the path where imported files are being generated','string','gettargetpath','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295363,161454,'buildIndexes','','','$indexes, $array','','','','buildindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295364,161454,'generateTableClasses','','Specify whether or not to generate children table classes','$bool = null','','','boolean','generatetableclasses','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295365,161454,'writeTableClassDefinition','','','$definition, $path, $options = array()','','','','writetableclassdefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295366,161454,'setTargetPath','','','$path','','','','settargetpath','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295367,161454,'setOption','','','$key, $value','','','','setoption','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295368,161454,'setOptions','','','$options','','','','setoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295369,161454,'__construct','','','','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295370,161454,'buildTableDefinition','','','$definition','','','','buildtabledefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295371,161454,'buildTableClassDefinition','','','$className, $options = array()','','','','buildtableclassdefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295372,161454,'buildRecord','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','buildrecord','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295373,161454,'buildAccessors','','','$definition','','','','buildaccessors','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295374,161454,'writeDefinition','','','$definition, $options, $columns, $relations, $indexes, $attributes, $templates, $actAs','','','','writedefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295375,161454,'buildAttributes','','','$attributes, $array','','','','buildattributes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295376,161454,'buildDefinition','','','$definition','','','string','builddefinition','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295377,161454,'generateBaseClasses','','Specify whether or not to generate classes which extend from generated base classes','$bool = null','','','boolean','generatebaseclasses','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295378,161454,'buildPhpDocs','','','$definition','','','','buildphpdocs','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295379,161454,'buildColumns','','','$columns, $array','','','','buildcolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295380,161454,'buildActAs','buildActAs: builds a complete actAs code. It supports hierarchy of plugins','','$actAs','','','','buildactas','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295381,161454,'buildOptions','buildTableOptions','','$options, $array','','','','buildoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295382,161455,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295383,161455,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295384,161455,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295385,161455,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295386,161455,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295387,161455,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295388,161455,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295389,161455,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295390,161455,'listTriggers','lists all triggers','','$database = null','','','array','listtriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295391,161456,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295392,161456,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295393,161456,'listTableRelations','lists table relations','Expects an array of this format to be returned with all the relationships in it where the key is the name of the foreign table, and the value is an array containing the local and foreign column name\nArray ( [groups] => Array ( [local','$tableName, $table','','','array','listtablerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295394,161456,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295395,161456,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295396,161456,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295397,161456,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295398,161457,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295399,161457,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295400,161457,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295401,161457,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295402,161457,'listTableRelations','list table relations','','$table','','','','listtablerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295403,161457,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295404,161457,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295405,161457,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295406,161457,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295407,161457,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295408,161457,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295409,161457,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295410,161457,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295411,161458,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295412,161458,'listTableRelations','','','$table','','','','listtablerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295413,161458,'listTableViews','list the views in the database that reference a given table','','$table','','','array','listtableviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295414,161458,'listTableIndexes','list all indexes in a table','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295415,161458,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295416,161458,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295417,161458,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295418,161458,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295419,161459,'getOptions','','','','','','','getoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295420,161459,'_autoCompleteOppositeRelations','fixRelationships','Loop through all relationships building the opposite ends of each relationship and make sure no duplicate relations exist','','','','','autocompleteoppositerelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295421,161459,'getGlobalDefinitionKeys','Returns an array of definition keys that can be applied at the global\nlevel.','','','','','array','getglobaldefinitionkeys','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295422,161459,'importSchema','','A method to import a Schema and translate it into a Doctrine_Record object','$schema, $format = 'yml', $directory = null, $models = array()','','','','importschema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295423,161459,'_fixDuplicateRelations','','Ensure the relations for each class are unique and that no duplicated relations exist from the auto generated relations and the user explicitely defining the opposite end','','','','','fixduplicaterelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295424,161459,'_buildRelationships','buildRelationships','Loop through an array of schema information and build all the necessary relationship information Will attempt to auto complete relationships and simplify the amount of information required for defining a relationship','$array','','','','buildrelationships','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295425,161459,'_buildUniqueRelationKey','','Build a unique key to identify a relationship by Md5 hash of all the relationship parameters','$relation','','','','builduniquerelationkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295426,161459,'setOption','','','$name, $value','','','','setoption','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295427,161459,'_processInheritance','','Perform some processing on inheritance. Sets the default type and sets some default values for certain types','$array','','','','processinheritance','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295428,161459,'setOptions','','','$options','','','','setoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295429,161459,'getOption','','','$name','','','','getoption','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295430,161459,'_findBaseSuperClass','Find the base super class for this inheritance child. We need to move all\nlevels of children to the top most parent.','','$array, $class','','returns Class to get find the parent for','string','findbasesuperclass','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295431,161459,'parseSchema','','A method to parse a Schema and translate it into a property array. The function returns that property array.','$schema, $type','','returns Built array of schema information','array','parseschema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295432,161459,'buildSchema','','Loop throug directories of schema files and parse them all in to one complete array of schema information','$schema, $format','','','array','buildschema','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295433,161459,'_validateSchemaElement','','','$name, $element, $path, $value','','','','validateschemaelement','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295434,161460,'listSequences','lists all database sequences','','(string|null) $database = null','','','array','listsequences','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295435,161460,'listUsers','lists database users','','','','','array','listusers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295436,161460,'listFunctions','lists all availible database functions','','','','','array','listfunctions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295437,161460,'listTableColumns','lists table constraints','','$table','','','array','listtablecolumns','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295438,161460,'listTableViews','lists table views','','$table','','','array','listtableviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295439,161460,'listDatabases','lists all databases','','','','','array','listdatabases','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295440,161460,'listViews','lists database views','','(string|null) $database = null','','','array','listviews','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295441,161460,'listTableIndexes','lists table constraints','','$table','','','array','listtableindexes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295442,161460,'listTables','lists tables','','(string|null) $database = null','','','array','listtables','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295443,161460,'listTableTriggers','lists table triggers','','$table','','','array','listtabletriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295444,161460,'listTableConstraints','lists table constraints','','$table','','','array','listtableconstraints','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295445,161460,'listTriggers','lists all database triggers','','(string|null) $database = null','','','array','listtriggers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295446,161461,'seemsUtf8','Check if a string has utf7 characters in it','By bmorel at ssi dot fr','$string','','','boolean','seemsutf8','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295447,161461,'unaccent','Remove any illegal characters, accents, etc.','','$string','','returns Unaccented string','string','unaccent','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295448,161461,'urlize','Convert any passed string to a url friendly string. Converts 'My first\nblog post' to 'my-first-blog-post'','','$text','','returns Urlized text','string','urlize','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295449,161461,'classifyCallback','Callback function to classify a classname properly.','','$matches','','returns A string with matches 1 and mathces 3 in upper case.','string','classifycallback','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295450,161461,'tableize','Convert word in to the format for a Doctrine table name. Converts\n'ModelName' to 'model_name'','','$word','','returns Tableized word','string','tableize','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295451,161461,'classify','Convert a word in to the format for a Doctrine class name. Converts\n'table_name' to 'TableName'','','$word','','returns Classified word','string','classify','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295452,161462,'processDeleteIntegrity','','','$record','','','','processdeleteintegrity','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295453,161462,'buildIntegrityRelationQuery','','','$record','','returns The result','array','buildintegrityrelationquery','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295454,161462,'buildIntegrityRelations','','','$table, [[[amp]]]$aliases, [[[amp]]]$fields, [[[amp]]]$indexes, [[[amp]]]$components, $aliases, $fields, $indexes, $components','','','','buildintegrityrelations','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295455,161462,'invokeIntegrityActions','','','$record','','','','invokeintegrityactions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295456,161463,'getRecordAsString','Dumps a record.','This method returns an html representation of a given record, containing keys, state and data.','$record','','','string','getrecordasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295457,161463,'formatSql','Generates a colored sql query.','This methods parses a plain text query and generates the html needed for visual formatting.','$sql','','returns the formatted sql code','string','formatsql','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295458,161463,'arrayDeepMerge','','','','','','','arraydeepmerge','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295459,161463,'getCollectionAsString','Generates a string representation of a collection.','This method returns an html dump of a collection of records, containing all data.','$collection','','','string','getcollectionasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295460,161463,'getConnectionStateAsString','Generates a human readable representation of a connection's state.','This method translates a Doctrine_Connection state (integer constant) in a english description.','$state','','','string','getconnectionstateasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295461,161463,'copyDirectory','Copy all directory content in another one.','This method recursively copies all $source files and subdirs in $dest. If $source is a file, only it will be copied in $dest.','$source, $dest','','','','copydirectory','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295462,161463,'isValidClassName','Checks for a valid class name for Doctrine coding standards.','This methods tests if $className is a valid class name for php syntax and for Doctrine coding standards. $className must use camel case naming and underscores for directory separation.','$className, $classname','','','boolean','isvalidclassname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295463,161463,'getRecordStateAsString','Generates a human readable representation of a record's state.','This method translates a Doctrine_Record state (integer constant) in an english string.','$state','','returns description of given state','string','getrecordstateasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295464,161463,'getConnectionAsString','Generates a string representation of a connection.','This method returns an html dump of a connection, containing state, open transactions and loaded tables.','$connection','','','string','getconnectionasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295465,161463,'makeDirectories','Makes the directories for a path recursively.','This method creates a given path issuing mkdir commands for all folders that do not exist yet. Equivalent to 'mkdir -p'.','$path, $mode = 0777','','returns true if succeeded','boolean','makedirectories','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295466,161463,'getTableAsString','Generates a string representation of a table.','This method returns an html dump of a table, containing component name and table physical name.','$table','','','string','gettableasstring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295467,161463,'removeDirectories','Removes a non empty directory.','This method recursively removes a directory and all its descendants. Equivalent to 'rm -rf'.','$folderPath','','returns success of the operation','boolean','removedirectories','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295468,161464,'__construct','Constructs a new locking manager object','When the CREATE_TABLES attribute of the connection on which the manager is supposed to work on is set to true, the locking table is created.','$conn','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295469,161464,'getLockOwner','Gets the identifier that identifies the owner of the lock on the given \nrecord.','','(Doctrine_Record) $lockedRecord','','returns The unique user identifier that identifies the owner of the lock.','mixed','getlockowner','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295470,161464,'getLock','Obtains a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the locking failed due to database errors','returns TRUE if the locking was successful, FALSE if another user holds a lock on this record','boolean','getlock','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295471,161464,'releaseAgedLocks','Releases locks older than a defined amount of seconds','When called without parameters all locks older than 15 minutes are released.','$age = 900, $objectType = null, $userIdent = null','throws Doctrine_Locking_Exception If the release process failed due to database errors','returns The number of locks that have been released','integer','releaseagedlocks','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295472,161464,'releaseLock','Releases a lock on a ','','$record, $userIdent','throws Doctrine_Locking_Exception If the release procedure failed due to database errors','returns TRUE if a lock was released, FALSE if no lock was released','boolean','releaselock','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295473,161465,'connection','Open a new connection. If the adapter parameter is set this method acts as \na short cut for\nDoctrine_Manager::getInstance()->openConnection($adapter, $name);','if the adapter paramater is not set this method acts as a short cut for Doctrine_Manager::getInstance()->getCurrentConnection()','(PDO|Doctrine_Adapter_Interface) $adapter = null, $name = null','throws Doctrine_Manager_Exception if trying to bind a connection with an existing name','','','connection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295474,161465,'getConnectionForComponent','Get the connection instance for the specified component','','$componentName','','','','getconnectionforcomponent','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295475,161465,'getQueryRegistry','Lazy-initializes the query registry object and returns it','','','','','','getqueryregistry','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295476,161465,'resetInstance','Reset the internal static instance','','','','','','resetinstance','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295477,161465,'parsePdoDsn','Parse a pdo style dsn in to an array of parts','','$dsn','','returns The array parsed','array','parsepdodsn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295478,161465,'getConnection','Get the connection instance for the passed name','','$name','throws Doctrine_Manager_Exception if trying to get a non-existent connection','','','getconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295479,161465,'_buildDsnPartsArray','Build the blank dsn parts array used with parseDsn()','','$dsn','','','array','builddsnpartsarray','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295480,161465,'getIterator','Returns an ArrayIterator that iterates through all connections','','','','','ArrayIterator','getiterator','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295481,161465,'createDatabases','Creates databases for all existing connections','','$specifiedConnections = array()','','','','createdatabases','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295482,161465,'contains','Whether or not the manager contains specified connection','','$key','','','boolean','contains','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295483,161465,'bindComponent','Binds given component to given connection this means that when ever the\ngiven component uses a connection it will be using the bound connection\ninstead of the current connection','','$componentName, $connectionName','','','boolean','bindcomponent','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295484,161465,'parseDsn','Parse a Doctrine style dsn string in to an array of parts','','$dsn','','returns Parsed contents of DSN','array','parsedsn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295485,161465,'count','Returns the number of opened connections','','','','','integer','count','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295486,161465,'registerExtension','Register a Doctrine extension for extensionsAutoload() method','','$name, $path = null','','','','registerextension','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295487,161465,'getConnections','Returns all opened connections','','','','','array','getconnections','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295488,161465,'getCurrentConnection','Get the current connection instance','','','throws Doctrine_Connection_Exception if there are no open connections','','','getcurrentconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295489,161465,'openConnection','Opens a new connection and saves it to Doctrine_Manager->connections','','(PDO|Doctrine_Adapter_Interface) $adapter, $name = null, $setCurrent = true','throws Doctrine_Manager_Exception if trying to open connection for unknown driver','','','openconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295490,161465,'setQueryRegistry','Sets the query registry','','$registry','','returns this object','','setqueryregistry','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295491,161465,'setDefaultAttributes','Sets default attributes values.','This method sets default values for all null attributes of this instance. It is idempotent and can only be called one time. Subsequent calls does not alter the attribute values.','','','returns true if inizialization was executed','boolean','setdefaultattributes','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295492,161465,'getConnectionName','Get the name of the passed connection instance','','$conn','','returns the name of the connection','string','getconnectionname','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295493,161465,'registerConnectionDriver','Register a custom connection driver','','$name, $class','','','','registerconnectiondriver','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295494,161465,'__toString','Returns a string representation of this object','','','','','string','tostring','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295495,161465,'setCurrentConnection','Sets the current connection to $key','','$key','throws InvalidKeyException','','','setcurrentconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295496,161465,'getInstance','Returns an instance of this class (this class uses the singleton pattern)','','','','','','getinstance','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295497,161465,'getHydrators','Get all registered hydrators','','','','','array','gethydrators','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295498,161465,'reset','Reset this instance of the manager','','','','','','reset','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295499,161465,'registerValidators','Register validators so that Doctrine is aware of them','','$validators','','','','registervalidators','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295500,161465,'getValidators','Get available doctrine validators','','','','','array','getvalidators','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295501,161465,'closeConnection','Closes the specified connection','','$connection','','','','closeconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295502,161465,'hasConnectionForComponent','Check if a component is bound to a connection','','$componentName = null','','','boolean','hasconnectionforcomponent','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295503,161465,'registerHydrator','Register a new driver for hydration','','$name, $class','','','','registerhydrator','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295504,161465,'getConnectionDrivers','Get all the available connection drivers','','','','','array','getconnectiondrivers','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295505,161465,'getExtensions','Get all registered Doctrine extensions','','','','','$extensions','getextensions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295506,161465,'dropDatabases','Drops databases for all existing connections','','$specifiedConnections = array()','','','','dropdatabases','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295507,161466,'getMigrationClass','Get instance of migration class for number/version specified','','$num','throws Doctrine_Migration_Exception $e','','','getmigrationclass','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295508,161466,'_doMigrate','Do the actual migration process','','$to','throws Doctrine_Exception','','integer','domigrate','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295509,161466,'hasErrors','Whether or not the migration instance has errors','','','','','boolean','haserrors','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295510,161466,'_throwErrorsException','Throw an exception with all the errors trigged during the migration','','','throws Doctrine_Migration_Exception $e','','','throwerrorsexception','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295511,161466,'hasMigrated','hReturns true/false for whether or not this database has been migrated in\nthe past','','','','','boolean','hasmigrated','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295512,161466,'getConnection','','','','','','','getconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295513,161466,'setConnection','','','$conn','','','','setconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295514,161466,'_doMigrateStep','Perform a single migration step. Executes a single migration class and \nprocesses the changes','','$direction, $num','','','','domigratestep','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295515,161466,'getNumErrors','Get the number of errors','','','','','integer','getnumerrors','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295516,161466,'setCurrentVersion','Set the current version of the database','','$number','','','','setcurrentversion','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295517,161466,'getLatestVersion','Gets the latest possible version from the loaded migration classes','','','','','integer','getlatestversion','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295518,161466,'getNextVersion','Get the next incremented version number based on the latest version number \nusing getLatestVersion()','','','','','integer','getnextversion','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295519,161466,'__construct','Specify the path to the directory with the migration classes.','The classes will be loaded and the migration table will be created if it does not already exist','$directory = null, $connection = null','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295520,161466,'addError','Add an error to the stack. Excepts some type of Exception','','$e','','','','adderror','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295521,161466,'loadMigrationClassesFromDirectory','Load migration classes from the passed directory. Any file found with a\n.php extension will be passed to the loadMigrationClass()','','$directory = null','','','','loadmigrationclassesfromdirectory','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295522,161466,'_createMigrationTable','Create the migration table and return true. If it already exists it will \nsilence the exception and return false','','','','returns Whether or not the table was created. Exceptions are silenced when table already exists','boolean','createmigrationtable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295523,161466,'getCurrentVersion','Get the current version of the database','','','','','integer','getcurrentversion','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295524,161466,'migrate','Perform a migration process by specifying the migration number/version to \nmigrate to. It will automatically know whether you are migrating up or down\n based on the current version of the database.','','$to = null, $dryRun = false','throws Doctrine_Exception','returns Version number migrated to','integer','migrate','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295525,161466,'clearErrors','Clears the error exceptions','','','','','','clearerrors','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295526,161466,'loadMigrationClass','Load the specified migration class name in to this migration instances\nqueue of migration classes to execute. It must be a child of\nDoctrine_Migration in order to be loaded.','','$name, $path = null','','','','loadmigrationclass','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295527,161466,'migrateDryRun','Run the migration process but rollback at the very end. Returns true or \nfalse for whether or not the migration can be ran','','$to = null','','','boolean','migratedryrun','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295528,161466,'getTableName','Get the table name for storing the version number for this migration\ninstance','','','','','string','gettablename','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295529,161466,'getMigrationClassesDirectory','Get the migration classes directory','','','','','string','getmigrationclassesdirectory','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295530,161466,'getMigrationClasses','Get all the loaded migration classes. Array where key is the number/version\n and the value is the class name.','','','','','array','getmigrationclasses','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295531,161466,'setTableName','Set the table name for storing the version number for this migration\ninstance','','$tableName','','','','settablename','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295532,161466,'getErrors','Get all the error exceptions','','','','','array','geterrors','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295533,161466,'getNextMigrationClassVersion','Get the next incremented class version based on the loaded migration\nclasses','','','','','integer','getnextmigrationclassversion','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295534,161467,'renameTable','Add a rename table change','','$oldTableName, $newTableName','','','','renametable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295535,161467,'dropForeignKey','Add a drop foreign key change.','','$tableName, $name','','','','dropforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295536,161467,'preUp','','','','','','','preup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295537,161467,'createPrimaryKey','Convenience method for creating primary keys','[php] $columns = array( 'id' => array( 'type' => 'integer 'autoincrement' => true ) ); $this->createPrimaryKey('my_table', $columns);\nEqui','$tableName, $columnNames','','','','createprimarykey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295538,161467,'dropConstraint','Add a drop constraint change.','','$tableName, $constraintName, $primary = false, $constraintname','','','','dropconstraint','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295539,161467,'_addChange','Add a change to the stack of changes to execute','','$type, $change = array()','','','','addchange','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295540,161467,'removeIndex','Add a remove index change.','','$tableName, $indexName','','','','removeindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295541,161467,'changeColumn','Add a change column change','','$tableName, $columnName, $type = null, $length = null, $options = array()','','','','changecolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295542,161467,'postDown','','','','','','','postdown','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295543,161467,'postUp','','','','','','','postup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295544,161467,'dropTable','Add a drop table change.','','$tableName','','','','droptable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295545,161467,'foreignKey','Add a create or drop foreign key change.','','$upDown, $tableName, $name, $definition = array()','','','','foreignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295546,161467,'dropPrimaryKey','Convenience method for dropping primary keys.','[php] $this->dropPrimaryKey('my_table', array('id'));\nEquivalent to doing:\n* Remove primary constraint (dropConstraint()) * Removing columns (removeColumn())','$tableName, $columnNames','','','','dropprimarykey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295547,161467,'createForeignKey','Add a create foreign key change.','','$tableName, $name, $definition','','','','createforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295548,161467,'primaryKey','Convenience method for creating or dropping primary keys.','','$direction, $tableName, $columnNames','','','','primarykey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295549,161467,'column','Add a add or remove column change.','','$upDown, $tableName, $columnName, $type = null, $length = null, $options = array()','','','','column','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295550,161467,'setDefaultTableOptions','Sets the default options for tables created using\nDoctrine_Migration_Base::createTable()','','$options','','','','setdefaulttableoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295551,161467,'renameColumn','Add a rename column change','','$tableName, $oldColumnName, $newColumnName','','','','renamecolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295552,161467,'removeColumn','Add a remove column change.','','$tableName, $columnName','','','','removecolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295553,161467,'getChanges','Get the changes that have been added on this migration class instance','','','','','array','getchanges','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295554,161467,'createConstraint','Add a create constraint change.','','$tableName, $constraintName, $definition, $constraintname','','','','createconstraint','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295555,161467,'table','Add a create or drop table change.','','$upDown, $tableName, $fields = array(), $options = array()','','','','table','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295556,161467,'index','Add a add or remove index change.','','$upDown, $tableName, $indexName, $definition = array()','','','','index','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295557,161467,'addColumn','Add a add column change.','','$tableName, $columnName, $type, $length = null, $options = array()','','','','addcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295558,161467,'constraint','Add a create or drop constraint change.','','$upDown, $tableName, $constraintName, $definition','','','','constraint','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295559,161467,'createTable','Add a create table change.','','$tableName, $fields = array(), $options = array()','','','','createtable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295560,161467,'getDefaultTableOptions','Returns the default options for tables created using\nDoctrine_Migration_Base::createTable()','','','','','array','getdefaulttableoptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295561,161467,'addIndex','Add a add index change.','','$tableName, $indexName, $definition','','','','addindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295562,161467,'getNumChanges','','','','','','','getnumchanges','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295563,161467,'preDown','','','','','','','predown','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295564,161468,'loadTemplate','Loads the class template used for generating classes','','','','','','loadtemplate','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295565,161468,'buildAddIndex','Build the code for adding indexes','','$tableName, $indexName, $index','','','sgtring','buildaddindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295566,161468,'setMigrationsPath','Set the path to write the generated migration classes','','$path','','','','setmigrationspath','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295567,161468,'generateMigrationsFromDb','Generate a set of migration classes from the existing databases','','','','','','generatemigrationsfromdb','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295568,161468,'buildMigrationClass','Build the code for a migration class','','$className, $fileName = null, $options = array(), $up = null, $down = null','','returns The code for the generated class','string','buildmigrationclass','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295569,161468,'buildAddColumn','Build the code for adding columns','','$tableName, $columnName, $column','','','string','buildaddcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295570,161468,'buildRemoveIndex','Build the code for removing indexes','','$tableName, $indexName, $index','','','string','buildremoveindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295571,161468,'__construct','Instantiate new instance of the Doctrine_Migration_Builder class','- \n\n
CURRENT_TIMESTAMP (date and time, TIMESTAMP type)
- \n\n
CURRENT_DATE (date, DATE type)
- \n
CURRENT_TIME (time, TIME type)
','$migrationsPath = null','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295572,161468,'buildChangeColumn','Build the code for changing columns','','$tableName, $columnName, $column','','','string','buildchangecolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295573,161468,'generateMigrationsFromModels','Generate a set of migrations from a set of models','','$modelsPath = null, $modelLoading = null','','','boolean','generatemigrationsfrommodels','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295574,161468,'buildCreateTable','Build the code for creating tables','','$tableData','','','string','buildcreatetable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295575,161468,'buildCreateForeignKey','Build the code for creating foreign keys','','$tableName, $definition','','','string','buildcreateforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295576,161468,'buildDropForeignKey','Build the code for dropping foreign keys','','$tableName, $definition','','','string','builddropforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295577,161468,'generateMigrationClass','Generate a migration class','','$className, $options = array(), $up = null, $down = null, $return = false','','','mixed','generatemigrationclass','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295578,161468,'getMigrationsPath','Get the path where generated migration classes are written to','','','','returns the path where migration classes are stored and being generated','string','getmigrationspath','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295579,161468,'buildRemoveColumn','Build the code for removing columns','','$tableName, $columnName, $column','','','string','buildremovecolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295580,161468,'generateMigrationsFromDiff','Generate migrations from a Doctrine_Migration_Diff instance','','$diff','','returns Array of changes produced from the diff','array','generatemigrationsfromdiff','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295581,161468,'buildDropTable','Build the code for dropping tables','','$tableData','','','string','builddroptable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295582,161469,'_generateModels','Generate a set of models for the schema information source','','$prefix, $item','throws Doctrine_Migration_Exception $e','returns The path where the models were generated','string','generatemodels','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295583,161469,'_buildModelInformation','Build all the model schema information for the passed array of models','','$models','','returns Array of schema information for all the passed models','array','buildmodelinformation','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295584,161469,'generateChanges','Generate an array of changes found between the from and to schema\ninformation.','','','','','array','generatechanges','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295585,161469,'__construct','Instantiate new Doctrine_Migration_Diff instance','','$from, $to, $migration','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295586,161469,'_diff','Generate a diff between the from and to schema information','','$from, $to','','','array','diff','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295587,161469,'generateMigrationClasses','Generate a migration class for the changes in this diff instance','','','','','array','generatemigrationclasses','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295588,161469,'_cleanModelInformation','Clean the produced model information of any potential prefix text','','$info','','returns Cleaned value which is either an array or string','mixed','cleanmodelinformation','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295589,161469,'_buildChanges','Build array of changes between the from and to array of schema information','','$from, $to','','','array','buildchanges','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295590,161469,'_cleanup','Cleanup temporary generated models after a diff is performed','','','','','','cleanup','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295591,161469,'getUniqueId','Get unique hash id for this migration instance','','','','','string','getuniqueid','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295592,161470,'processCreatedForeignKey','Process a created foreign key change','','$foreignKey','','','','processcreatedforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295593,161470,'processRenamedTable','Process a renamed table change','','$table','','','','processrenamedtable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295594,161470,'processChangedColumn','Process a changed column change','','$column','','','','processchangedcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295595,161470,'processCreatedIndex','Process a created index change','','$index','','','','processcreatedindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295596,161470,'processCreatedTable','Process a created table change','','$table','','','','processcreatedtable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295597,161470,'processCreatedColumn','Process a created column change','','$column','','','','processcreatedcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295598,161470,'getConnection','','','','','','','getconnection','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295599,161470,'processDroppedForeignKey','Process a dropped foreign key change','','$foreignKey','','','','processdroppedforeignkey','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295600,161470,'processDroppedConstraint','Process a dropped constraint change','','$constraint','','','','processdroppedconstraint','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295601,161470,'processDroppedTable','Process a dropped table change','','$table','','','','processdroppedtable','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295602,161470,'__construct','','','$migration','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295603,161470,'processCreatedConstraint','Process a created constraint change','','$constraint','','','','processcreatedconstraint','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295604,161470,'processDroppedIndex','Process a dropped index change','','$index','','','','processdroppedindex','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295605,161470,'processRenamedColumn','Process a renamed column change','','$column','','','','processrenamedcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295606,161470,'processDroppedColumn','Process a dropped column change','','$column','','','','processdroppedcolumn','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295607,161471,'setIteratorType','sets node's iterator type','','$type','','','','setiteratortype','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295608,161471,'factory','Factory method for creating a Node.','This is a factory method that returns node instance based upon chosen implementation.','$record, $implName, $options = array()','throws Doctrine_Node_Exception if $implName is not a valid class','','','factory','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295609,161471,'getIterator','get iterator','','$type = null, $options = null','','','','getiterator','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295610,161471,'traverse','convenience function for getIterator','','$type = 'Pre', $options = array()','','','','traverse','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295611,161471,'setRecord','setter for record attribute','','$record','','','','setrecord','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295612,161471,'__construct','contructor, creates node with reference to record and any options','','$record, $options','','','','construct','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295613,161471,'getRecord','getter for record attribute','','','','','','getrecord','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295614,161471,'setIteratorOptions','sets node's iterator options','','$options','','','','setiteratoroptions','2009-11-12 03:22:50','2009-11-12 03:22:50'),(1295615,161472,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295616,161472,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295617,161472,'getChildren','gets children for node (direct descendants only)','','','','returns array of sibling Doctrine_Record objects','array','getchildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295618,161472,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295619,161472,'getDescendants','gets descendants for node (direct descendants only)','','','','returns iterator to traverse descendants from node','Iterator','getdescendants','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295620,161472,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295621,161472,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295622,161472,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295623,161472,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295624,161472,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295625,161472,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295626,161472,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295627,161472,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295628,161472,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295629,161472,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295630,161472,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295631,161472,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295632,161472,'getAncestors','gets ancestors for node','','','','','','getancestors','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295633,161472,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295634,161472,'insertAsLastChildOf','inserts node as first child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295635,161472,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295636,161472,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295637,161472,'isValidNode','determines if node is valid','','','','','bool','isvalidnode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295638,161472,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295639,161472,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295640,161472,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295641,161472,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295642,161472,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295643,161472,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeNode = false','','returns string representation of path','string','getpath','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295644,161472,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295645,161472,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295646,161472,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295647,161472,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295648,161472,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295649,161473,'key','','','','','','','key','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295650,161473,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295651,161473,'next','','','','','','','next','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295652,161473,'rewind','','','','','','','rewind','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295653,161473,'current','','','','','','','current','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295654,161473,'valid','','','','','','','valid','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295655,161474,'key','','','','','','','key','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295656,161474,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295657,161474,'next','','','','','','','next','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295658,161474,'rewind','','','','','','','rewind','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295659,161474,'current','','','','','','','current','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295660,161474,'valid','','','','','','','valid','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295661,161475,'key','','','','','','','key','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295662,161475,'__construct','','','$node, $opts','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295663,161475,'next','','','','','','','next','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295664,161475,'rewind','','','','','','','rewind','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295665,161475,'current','','','','','','','current','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295666,161475,'valid','','','','','','','valid','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295667,161476,'addChild','adds node as last child of record','','$record','','','','addchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295668,161476,'getPrevSibling','gets record of prev sibling or empty record','','','','','','getprevsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295669,161476,'getChildren','gets children for node (direct descendants only)','','','','returns The children of the node or FALSE if the node has no children.','mixed','getchildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295670,161476,'isDescendantOf','determines if node is child of subject node','','$subj','','','bool','isdescendantof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295671,161476,'getDescendants','gets descendants for node (direct descendants only)','','$depth = null, $includeNode = false','','returns The descendants of the node or FALSE if the node has no descendants.','mixed','getdescendants','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295672,161476,'moveAsPrevSiblingOf','moves node as prev sibling of dest record','','$dest','','','','moveasprevsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295673,161476,'setRootValue','sets records root id value','','$value','','','','setrootvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295674,161476,'hasNextSibling','test if node has next sibling','','','','','bool','hasnextsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295675,161476,'getLastChild','gets record of last child or empty record','','','','','','getlastchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295676,161476,'getLevel','gets level (depth) of node in the tree','','','','','int','getlevel','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295677,161476,'getRightValue','gets record's right value','','','','','int','getrightvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295678,161476,'insertAsPrevSiblingOf','inserts node as previous sibling of dest record','','$dest','','','bool','insertasprevsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295679,161476,'getRootValue','get records root id value','','','','','','getrootvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295680,161476,'getNumberChildren','gets number of children (direct descendants)','','','','','int','getnumberchildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295681,161476,'moveAsLastChildOf','moves node as last child of dest record','','$dest','','','','moveaslastchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295682,161476,'insertAsParentOf','inserts node as parent of dest record','','$dest','','','bool','insertasparentof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295683,161476,'insertAsFirstChildOf','inserts node as first child of dest record','','$dest','','','bool','insertasfirstchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295684,161476,'getParent','gets record of parent or empty record','','','','','','getparent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295685,161476,'hasParent','test if node has parent','','','','','bool','hasparent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295686,161476,'isDescendantOfOrEqualTo','determines if node is child of or sibling to subject node','','$subj','','','bool','isdescendantoforequalto','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295687,161476,'getAncestors','gets ancestors for node','','$depth = null, $deth','','returns The ancestors of the node or FALSE if the node has no ancestors (this basically means it's a root node).','mixed','getancestors','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295688,161476,'setLeftValue','sets record's left value','','$lft','','','','setleftvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295689,161476,'isLeaf','determines if node is leaf','','','','','bool','isleaf','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295690,161476,'insertAsLastChildOf','inserts node as last child of dest record','','$dest','','','bool','insertaslastchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295691,161476,'detach','Detaches the node from the tree by invalidating it's lft & rgt\nvalues (they're set to 0).','','','','','','detach','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295692,161476,'moveAsFirstChildOf','moves node as first child of dest record','','$dest','','','','moveasfirstchildof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295693,161476,'makeRoot','Makes this node a root node. Only used in multiple-root trees.','','$newRootId','','','','makeroot','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295694,161476,'setRightValue','sets record's right value','','$rgt','','','','setrightvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295695,161476,'getLeftValue','gets record's left value','','','','','int','getleftvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295696,161476,'isRoot','determines if node is root','','','','','bool','isroot','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295697,161476,'isValidNode','determines if node is valid','','$record = null','','','bool','isvalidnode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295698,161476,'getNextSibling','gets record of next sibling or empty record','','','','','','getnextsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295699,161476,'getSiblings','gets siblings for node','','$includeNode = false','','returns array of sibling Doctrine_Record objects','array','getsiblings','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295700,161476,'isEqualTo','determines if node is equal to subject node','','$subj','','','bool','isequalto','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295701,161476,'insertAsNextSiblingOf','inserts node as next sibling of dest record','','$dest','','','bool','insertasnextsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295702,161476,'getFirstChild','gets record of first child or empty record','','','','','','getfirstchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295703,161476,'getPath','gets path to node from root, uses record::toString() method to get node\nnames','','$seperator = ' > ', $includeRecord = false, $includeNode','','returns string representation of path','string','getpath','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295704,161476,'hasChildren','test if node has children','','','','','bool','haschildren','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295705,161476,'getNumberDescendants','gets number of descendants (children and their children)','','','','','int','getnumberdescendants','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295706,161476,'moveAsNextSiblingOf','moves node as next sibling of dest record','','$dest','','','','moveasnextsiblingof','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295707,161476,'delete','deletes node and it's descendants','','','','','','delete','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295708,161476,'hasPrevSibling','test if node has previous sibling','','','','','bool','hasprevsibling','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295709,161477,'key','returns the current key','','','','','integer','key','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295710,161477,'__construct','','','$record, $opts','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295711,161477,'count','','','','','','','count','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295712,161477,'next','advances the internal pointer','','','','','','next','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295713,161477,'rewind','rewinds the iterator','','','','','','rewind','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295714,161477,'current','returns the current record','','','','','','current','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295715,161477,'valid','','','','','returns whether or not the iteration will continue','boolean','valid','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295716,161478,'exists','','','','','','','exists','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295717,161478,'__toString','','','','','','','tostring','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295718,161479,'__call','__call method overloader','','$m, $a','','returns return value of the method','mixed','call','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295719,161480,'getNextPage','','Returns the next page','','','returns next page','int','getnextpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295720,161480,'getPage','getLastPage','Returns the current page','','','returns current page','int','getpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295721,161480,'setCountQueryParams','','Defines the params to be used by counter Doctrine_Query','$params = array(), $append = false','','','','setcountqueryparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295722,161480,'getRange','','Builds and return a Doctrine_Pager_Range_* based on arguments','$rangeStyle, $options = array()','','returns Pager Range','','getrange','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295723,161480,'getFirstIndice','','Return the first indice number for the current page','','','returns First indice number','int','getfirstindice','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295724,161480,'getResultsInPage','','Returns the number of itens in current page','','','returns Number of itens in current page','int','getresultsinpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295725,161480,'execute','','Executes the query, populates the collection and then return it','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295726,161480,'getLastPage','','Returns the last page (total of pages)','','','returns last page (total of pages)','int','getlastpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295727,161480,'haveToPaginate','','Return true if it's necessary to paginate or false if not','','','returns true if it is necessary to paginate, false otherwise','bool','havetopaginate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295728,161480,'_setLastPage','','Defines the last page (total of pages)','($page) $page','','','','setlastpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295729,161480,'__construct','','','$query, $page, $maxPerPage','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295730,161480,'_adjustOffset','','Adjusts last page of Doctrine_Pager, offset and limit of Doctrine_Query associated','','','','','adjustoffset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295731,161480,'getPreviousPage','','Returns the previous page','','','returns previous page','int','getpreviouspage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295732,161480,'getFirstPage','','Returns the first page','','','returns first page','int','getfirstpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295733,161480,'getMaxPerPage','getLastPage','Returns the maximum number of itens per page','','','returns maximum number of itens per page','int','getmaxperpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295734,161480,'getCountQuery','','Returns the Doctrine_Query object that is used to make the count results to pager','','','returns Doctrine_Query object related to the pager','','getcountquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295735,161480,'getExecuted','','Returns the check if Pager was already executed at least once','','','returns Pager was executed','boolen','getexecuted','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295736,161480,'getQuery','','Returns the Doctrine_Query collector object related to the pager','','','returns Doctrine_Query object related to the pager','','getquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295737,161480,'setPage','','Defines the current page and automatically adjust offset and limits','($page) $page','','','','setpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295738,161480,'_setExecuted','','Defines if Pager was already executed','($executed) $executed','','','','setexecuted','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295739,161480,'getCountQueryParams','','Returns the params to be used by counter Doctrine_Query','$defaultParams = array()','','returns Doctrine_Query counter params','array','getcountqueryparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295740,161480,'_initialize','','Initialize Pager object calculating number of results','($params) $params = array()','','','','initialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295741,161480,'_setQuery','','Defines the collector query to be used by pager','(Doctrine_Query) $query','','','','setquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295742,161480,'setMaxPerPage','','Defines the maximum number of itens per page and automatically adjust offset and limits','($max) $max','','','','setmaxperpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295743,161480,'getLastIndice','','Return the last indice number for the current page','','','returns Last indice number','int','getlastindice','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295744,161480,'_setNumResults','','Defines the number of total results on initial query','($nb) $nb','','','','setnumresults','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295745,161480,'getNumResults','','Returns the number of results found','','','returns the number of results found','int','getnumresults','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295746,161480,'setCountQuery','','Defines the counter query to be used by pager','(Doctrine_Query) $query, $params = null','','','','setcountquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295747,161481,'getTemplate','','Returns the Template to be applied for inactive pages','','','returns Template to be applied for inactive pages','string','gettemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295748,161481,'getPagerRange','','Returns the Doctrine_Pager_Range subclass object related to the pager layout','','','returns Doctrine_Pager_Range subclass object related to the pager range','','getpagerrange','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295749,161481,'cleanMaskReplacements','','Remove all mask replacements','','','','','cleanmaskreplacements','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295750,161481,'setTemplate','','Defines the Template to be applied for inactive pages (also active page if selected template not defined)','($template) $template','','','','settemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295751,161481,'_setPagerRange','','Defines the Doctrine_Pager_Range subclass object related to the pager layout','($pagerRange) $pagerRange','','','','setpagerrange','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295752,161481,'execute','','Handy method to execute the query without need to retrieve the Pager instance','($params) $params = array(), ($hydrationMode) $hydrationMode = null','','returns The root collection','','execute','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295753,161481,'setSelectedTemplate','','Defines the Template to be applied for active page','($selectedTemplate) $selectedTemplate','','','','setselectedtemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295754,161481,'display','','Displays the pager on screen based on templates and options defined','($options) $options = array(), ($return) $return = false','','returns If you would like to capture the output of Doctrine_Pager_Layout::display(), use the $return parameter. If this parameter is set to TRUE, this method will return its output, instead of prin','','display','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295755,161481,'getPager','','Returns the Doctrine_Pager object related to the pager layout','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295756,161481,'__construct','','','(Doctrine_Pager) $pager, (Doctrine_Pager_Range) $pagerRange, $urlMask','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295757,161481,'_setUrlMask','','Defines the URL to be assigned for each page','($urlMask) $urlMask','','','','seturlmask','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295758,161481,'_parseMaskReplacements','','Parse the mask replacements, changing from to-be replaced mask with new masks/values','($str) $str','','','string','parsemaskreplacements','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295759,161481,'removeMaskReplacement','','Remove a mask replacement','($oldMask) $oldMask','','','','removemaskreplacement','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295760,161481,'addMaskReplacement','','Defines a mask replacement. When parsing template, it converts replacement masks into new ones (or values), allowing to change masks behavior on the fly','($oldMask) $oldMask, ($newMask) $newMask, ($asValue) $asValue = false','','','','addmaskreplacement','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295761,161481,'_parseReplacementsTemplate','_parseUrl','Parse the mask replacements of a given page','($options) $options = array()','','','string','parsereplacementstemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295762,161481,'_setPager','','Defines the Doctrine_Pager object related to the pager layout','($pager) $pager','','','','setpager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295763,161481,'__toString','Simply calls display, and returns the output.','','','','','','tostring','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295764,161481,'getSelectedTemplate','','Returns the Template to be applied for active page','','','returns Template to be applied for active page','string','getselectedtemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295765,161481,'_parseTemplate','','Parse the template of a given page and return the processed template','$options = array()','','','string','parsetemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295766,161481,'setSeparatorTemplate','','Defines the Separator template, applied between each page','($separatorTemplate) $separatorTemplate','','','','setseparatortemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295767,161481,'_parseUrlTemplate','','Parse the url mask to return the correct template depending of the options sent. Already process the mask replacements assigned.','($options) $options = array()','','','string','parseurltemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295768,161481,'_parseUrl','','Parse the url mask of a given page and return the processed url','($options) $options = array()','','','string','parseurl','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295769,161481,'getSeparatorTemplate','','Returns the Separator template, applied between each page','','','returns Separator template, applied between each page','string','getseparatortemplate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295770,161481,'getUrlMask','','Returns the URL to be assigned for each page','','','returns URL to be assigned for each page','string','geturlmask','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295771,161481,'processPage','','Parses the template and returns the string of a processed page','$options = array()','','returns Processed template for the given page','string','processpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295772,161482,'getOptions','','Returns the custom Doctrine_Pager_Range implementation options','','','returns Custom Doctrine_Pager_Range implementation options','array','getoptions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295773,161482,'_setOptions','','Defines the subclass implementation options','($options) $options','','','','setoptions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295774,161482,'isInRange','','Check if a given page is in the range','($page) $page','','','boolean','isinrange','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295775,161482,'setPager','','Defines the Doctrine_Pager object related to the pager range and automatically (re-)initialize Doctrine_Pager_Range','($pager) $pager','','','','setpager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295776,161482,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295777,161482,'getPager','','Returns the Doctrine_Pager object related to the pager range','','','returns Doctrine_Pager object related to the pager range','','getpager','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295778,161482,'__construct','','','$options = array(), (Doctrine_Pager) $pager = null','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295779,161482,'getOption','','Returns the custom Doctrine_Pager_Range implementation offset option','$option','','returns Custom Doctrine_Pager_Range implementation options','array','getoption','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295780,161482,'_initialize','','Initialize Doctrine_Page_Range subclass which does custom class definitions','','','','','initialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295781,161483,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295782,161483,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295783,161483,'_initialize','','Initialize Doctrine_Pager_Range_Jumping and does custom assignments','','','','','initialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295784,161483,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295785,161484,'rangeAroundPage','','Calculate and returns an array representing the range around the current page','','','','array','rangearoundpage','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295786,161484,'_setChunkLength','','Defines the size of the chunk','($chunkLength) $chunkLength','','','','setchunklength','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295787,161484,'_initialize','','Initialize Doctrine_Pager_Range_Sliding and does custom assignments','','','','','initialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295788,161484,'getChunkLength','','Returns the size of the chunk defined','','','returns Chunk length','int','getchunklength','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295789,161485,'loadData','','Override in the parser driver','$array','','','','loaddata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295790,161485,'getParser','','Get instance of the specified parser','$type','','','','getparser','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295791,161485,'dump','','Interface for pulling and dumping data to a file','$array, $type = 'xml', $path = null','','','','dump','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295792,161485,'dumpData','','Override in the parser driver','$array, $path = null','','','','dumpdata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295793,161485,'doDump','','','$data, $path = null','','','','dodump','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295794,161485,'load','','Interface for loading and parsing data from a file','$path, $type = 'xml'','','','','load','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295795,161485,'doLoad','','Get contents whether it is the path to a file file or a string of txt. Either should allow php code in it.','$path','','','','doload','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295796,161486,'loadData','','Load and unserialize data from a file or from passed data','$path','','returns Array of json objects','array','loaddata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295797,161486,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','string','dumpdata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295798,161487,'loadData','','Load and unserialize data from a file or from passed data','$path','','','','loaddata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295799,161487,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','','','','dumpdata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295800,161488,'arrayToXml','','','$array, $rootNodeName = 'data', $xml = null','','returns String of xml built from array','string','arraytoxml','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295801,161488,'loadData','','Load xml file and return array of data','$path','','returns Array of data converted from xml','array','loaddata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295802,161488,'prepareData','','Prepare simple xml to array for return','$simpleXml','','','array','preparedata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295803,161488,'dumpData','','Convert array to xml and dump to specified path or return the xml','$array, $path = null','','','string','dumpdata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295804,161489,'loadData','','Load and parse data from a yml file','$path','throws Doctrine_Parser_Exception parsing error','returns Array of parsed yaml data','array','loaddata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295805,161489,'dumpData','','Dump an array of data to a specified path or return','$array, $path = null','throws Doctrine_Parser_Exception dumping error','','string','dumpdata','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295806,161490,'addChild','Add child record generator','','(Doctrine_Record_Generator) $generator','','','','addchild','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295807,161490,'getOptions','Returns all options and their associated values','','','','returns all options as an associative array','array','getoptions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295808,161490,'__get','An alias for getOption','','$option','','','','get','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295809,161490,'getRelationLocalKey','Get the local key of the generated relationship','','','','','string','getrelationlocalkey','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295810,161490,'buildForeignKeys','Generates foreign keys for the plugin table based on the owner table.','These columns are automatically added to the generated model so we can create foreign keys back to the table object that owns the plugin.','$table','','returns an array of foreign key definitions','array','buildforeignkeys','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295811,161490,'buildLocalRelation','Build the local relationship on the generated model for this generator \ninstance which points to the invoking table in\n$this->_options&[apos;table']','','$alias = null','','','','buildlocalrelation','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295812,161490,'buildForeignRelation','Build the foreign relationship on the invoking table in\n$this->_options&[apos;table'] which points back to the model\ngenerated in this generator instance.','','$alias = null','','','','buildforeignrelation','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295813,161490,'buildRelation','This method can be used for generating the relation from the plugin table\nto the owner table. By default buildForeignRelation() and\nbuildLocalRelation() are called Those methods can be overridden or this\nentire method can be overridden','','','','','','buildrelation','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295814,161490,'initialize','Initialize the plugin. Call in Doctrine_Template setTableDefinition() in\norder to initiate a generator in a template','','$table','','','','initialize','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295815,161490,'setOption','Sets given value to an option','','($option) $name, ($value) $value','','returns this object','Doctrine_Plugin','setoption','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295816,161490,'getOption','Returns the value of an option','','($option) $name','','returns the value of the option','mixed','getoption','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295817,161490,'ownerHasOne','Add a Doctrine_Relation::ONE relationship to the generator owner table','','$name, $options','','','','ownerhasone','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295818,161490,'getRelationForeignKey','Get the foreign key of the generated relationship','','','','','string','getrelationforeignkey','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295819,161490,'initOptions','Empty template method for providing the concrete plugins the ability to\ninitialize options before the actual definition is being built','','','','','','initoptions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295820,161490,'buildChildDefinitions','Build the child behavior definitions that are attached to this generator','','','','','','buildchilddefinitions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295821,161490,'ownerHasMany','Add a Doctrine_Relation::MANY relationship to the generator owner table','','$name, $options','','','','ownerhasmany','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295822,161490,'__isset','','','$option','','','','isset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295823,161490,'buildTable','Create the new Doctrine_Table instance in $this->_table based on the\nowning table.','','','','','','buildtable','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295824,161490,'generateClass','Generates the class definition for plugin class','','$definition = array()','','','','generateclass','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295825,161490,'generateClassFromTable','Generate a Doctrine_Record from a populated Doctrine_Table instance','','$table','','','','generateclassfromtable','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295826,161491,'__clone','Magic method called after cloning process.','','','','','','clone','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295827,161491,'getLimitSubquery','getLimitSubquery this is method is used by the record limit algorithm','when fetching one-to-many, many-to-many associated data with LIMIT clause an additional subquery is needed for limiting the number of returned records instead of limiting the number of sql result set rows','','','returns the limit subquery','string','getlimitsubquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295828,161491,'parseIdentifierReference','','','$expr','','','','parseidentifierreference','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295829,161491,'query','Queries the database with DQL (Doctrine Query Language).','This methods parses a Dql query and builds the query parts.','$query, $params = array(), $hydrationMode = null','','','mixed','query','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295830,161491,'getExpressionOwner','getExpressionOwner returns the component alias for owner of given\nexpression','','$expr','','returns the component alias','string','getexpressionowner','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295831,161491,'processPendingFields','','the fields in SELECT clause cannot be parsed until the components in FROM clause are parsed, hence this method is called everytime a specific component is being parsed. For instance, the wildcard '*' is expanded in the list of columns.','$componentAlias','throws Doctrine_Query_Exception if unknown component alias has been given','returns SQL code','string','processpendingfields','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295832,161491,'adjustProcessedParam','Adjust the processed param index for "foo.bar IN ?" support','','$index','','','','adjustprocessedparam','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295833,161491,'free','Frees the resources used by the query object. It especially breaks a \ncyclic reference between the query object and it's parsers. This\nenables PHP's current GC to reclaim the memory.','This method can therefore be used to reduce memory usage when creating a lot of query objects during a request.','','','returns this object','','free','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295834,161491,'_processPendingJoinConditions','Processes the pending join conditions, used for dynamically add conditions \nto root component/joined components without interfering in the main dql \nhandling.','','$alias','','returns pending conditions','Processed','processpendingjoinconditions','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295835,161491,'fetchOne','fetchOne Convenience method to execute the query and return the first item\n of the collection.','','$params = array(), $hydrationMode = null','','returns Array or Doctrine_Collection, depending on hydration mode. False if no result.','mixed','fetchone','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295836,161491,'clear','Clears all the sql parts.','','','','','','clear','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295837,161491,'parseClause','parseClause parses given DQL clause','this method handles five tasks:\ngenerateMigrationClasses();]]>\n - \n\n
Converts all DQL functions to their native SQL equivalents
- \n\n
Converts all component references to their table alias equivalents
Converts all field names to actual column ','$clause','','returns SQL string','string','parseclause','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295838,161491,'processPendingSubqueries','processPendingSubqueries processes pending subqueries','subqueries can only be processed when the query is fully constructed since some subqueries may be correlated','','','','','processpendingsubqueries','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295839,161491,'getSqlQuery','builds the sql query from the given parameters and applies things such as \ncolumn aggregation inheritance and limit subqueries if needed','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295840,161491,'buildAssociativeRelationSql','','','$relation, $assocAlias, $foreignAlias, $localAlias','','','','buildassociativerelationsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295841,161491,'copy','Copies a Doctrine_Query object.','','$query = null','','returns Copy of the Doctrine_Query instance.','','copy','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295842,161491,'contains','','Method to check if a arbitrary piece of dql exists','$dql','','','boolean','contains','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295843,161491,'_killReference','Kill the reference for the passed class property.','This method simply copies the value to a temporary variable and then unsets the reference and re-assigns the old value but not by reference','$key','','','','killreference','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295844,161491,'count','Fetches the count of the query.','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nExample: Main query: SELECT u.*, p.phonenumber FROM User u LEFT JOIN u.Phonenumber p WHERE p.phonenumber = '12','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295845,161491,'buildIndexBy','','','$componentAlias, $mapWith = null','','','','buildindexby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295846,161491,'parseDqlQuery','DQL PARSER','parses a DQL query first splits the query in parts and then uses individual parsers for each part','$query, $clear = true','throws Doctrine_Query_Exception if some generic parsing error occurs','','','parsedqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295847,161491,'addPendingJoinCondition','','','$componentAlias, $joinCondition','','returns this object','','addpendingjoincondition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295848,161491,'getSqlAggregateAlias','','','$dqlAlias','','','string','getsqlaggregatealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295849,161491,'isSubquery','','if $bool parameter is set this method sets the value of Doctrine_Query::$isSubquery. If this value is set to true the query object will not load the primary key fields of the selected components.\nIf null is given as the first parameter this method retr','$bool = null','','','','issubquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295850,161491,'fetchArray','fetchArray Convenience method to execute using array fetching as hydration\nmode.','','$params = array()','','','array','fetcharray','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295851,161491,'parseSelect','parseSelect parses the query select part and adds selected fields to\npendingFields array','','$dql','','','','parseselect','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295852,161491,'parseFunctionExpression','','','$expr','','','','parsefunctionexpression','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295853,161491,'parseSelectField','Parses a nested field','
','$field','throws Doctrine_Query_Exception if unknown component alias has been given','returns SQL fragment','string','parseselectfield','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295854,161491,'loadRoot','','','$name, $componentAlias','','','','loadroot','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295855,161491,'reset','Resets the query to the state just after it has been instantiated.','','','','','','reset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295856,161491,'load','','','$path, $loadFields = true','','','','load','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295857,161491,'_buildSqlFromPart','_buildSqlFromPart builds the from part of the query and returns it','','$ignorePending = false','','returns the query sql from part','string','buildsqlfrompart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295858,161491,'parseSubquery','','','$subquery','','','','parsesubquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295859,161491,'create','create returns a new Doctrine_Query object','','(Doctrine_Connection) $conn = null, $class = null','','','','create','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295860,161491,'_buildSqlQueryBase','','returns the base of the generated sql query On mysql driver special strategy has to be used for DELETE statements (where is this special strategy??)','','','returns the base of the generated sql query','string','buildsqlquerybase','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295861,161491,'processPendingAggregates','processPendingAggregates processes pending aggregate values for given\ncomponent alias','','','','','','processpendingaggregates','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295862,161491,'buildInheritanceJoinSql','','','$name, $componentAlias','','returns query part','string','buildinheritancejoinsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295863,161491,'buildSimpleRelationSql','','','$relation, $foreignAlias, $localAlias, $overrideJoin, $join','','','','buildsimplerelationsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295864,161491,'getDqlPart','Retrieves a specific DQL query part.','','$queryPart','','','array','getdqlpart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295865,161491,'getCountSqlQuery','Get count sql query for this Doctrine_Query instance.','This method is used in Doctrine_Query::count() for returning an integer for the number of records which will be returned when executed.','','','','string','getcountsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295866,161491,'buildSqlQuery','Build the SQL query from the DQL','','','','returns The generated SQL string','string','buildsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295867,161491,'createSubquery','createSubquery creates a subquery','','','','','Doctrine_Hydrate','createsubquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295868,161492,'getInheritanceCondition','Returns the inheritance condition for the passed componentAlias If no\ncomponent alias is specified it defaults to the root component','This function is used to append a SQL condition to models which have inheritance mapping The condition is applied to the FROM component in the WHERE, but the condition is applied to JOINS in the ON condition and not the WHERE','$componentAlias','','returns SQL condition string','string','getinheritancecondition','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295869,161492,'removeSqlQueryPart','removeSqlQueryPart removes a query part from the query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removesqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295870,161492,'hasSqlTableAlias','hasSqlTableAlias whether or not this object has given tableAlias','','$sqlTableAlias, $tableAlias','','returns true if this object has given alias, otherwise false','boolean','hassqltablealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295871,161492,'setParams','','','$params = array()','','','','setparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295872,161492,'orWhereNotIn','Adds NOT IN condition to the query WHERE part','','$expr, $params = array()','','','','orwherenotin','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295873,161492,'calculateQueryCacheHash','calculateQueryCacheHash calculate hash key for query cache','','','','returns the hash','string','calculatequerycachehash','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295874,161492,'preQuery','Blank hook methods which can be implemented in Doctrine_Query child classes','','','','','','prequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295875,161492,'setView','setView sets a database view this query object uses this method should\nonly be called internally by doctrine','','$view','','','','setview','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295876,161492,'andWhereNotIn','Adds NOT IN condition to the query WHERE part Alias for @see whereNotIn().','','$expr, $params = array()','','','','andwherenotin','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295877,161492,'getSqlQueryPart','getSqlQueryPart gets an SQL query part from the SQL query part array','','$part, $name','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','getsqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295878,161492,'forUpdate','forUpdate Makes the query SELECT FOR UPDATE.','','$flag = true','','','','forupdate','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295879,161492,'fixArrayParameterValues','','','$params = array()','','','','fixarrayparametervalues','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295880,161492,'getDql','getDql returns the DQL query that is represented by this query object.','the query is built from $_dqlParts','','','returns the DQL query','string','getdql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295881,161492,'innerJoin','innerJoin appends an INNER JOIN to the FROM part of the query','','$join, $params = array()','','','','innerjoin','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295882,161492,'set','set sets the SET part of the query','','$key, $value = null, $params = null, $update','','','','set','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295883,161492,'addSqlTableAlias','addSqlTableAlias adds an SQL table alias and associates it a component\nalias','','$sqlTableAlias, $componentAlias, $tableAlias','','','','addsqltablealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295884,161492,'addHaving','Adds conditions to the HAVING part of the query.','This methods add HAVING clauses. These clauses are used to narrow the results by operating on aggregated values.parseSelectField(\'u.Phonenumber.value\');]]>','$having, $params = array()','','','','addhaving','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295885,161492,'setResultCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setresultcachelifespan','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295886,161492,'andWhere','Adds conditions to the WHERE part of the query.','having(\'num_phonenumbers > ?\', 1);]]>','$where, $params = array()','','','','andwhere','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295887,161492,'having','having sets the HAVING part of the query','','$having, $params = array()','','','','having','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295888,161492,'expireResultCache','expireCache','','$expire = true','','returns this object','Doctrine_Hydrate','expireresultcache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295889,161492,'addWhere','Alias for @see andWhere().','','$where, $params = array()','','returns this object','','addwhere','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295890,161492,'setQueryCacheLifeSpan','','','$timeToLive','','returns this object','Doctrine_Hydrate','setquerycachelifespan','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295891,161492,'_getDqlCallback','Get the dql call back for this query','','','','','array','getdqlcallback','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295892,161492,'groupBy','groupBy sets the GROUP BY part of the query','','$groupby','','','','groupby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295893,161492,'execute','execute executes the query and populates the data set','','$params = array(), $hydrationMode = null','','returns the root collection','','execute','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295894,161492,'getConnection','','','','','','','getconnection','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295895,161492,'orWhereIn','Adds IN condition to the query WHERE part, appending it with an OR\noperator.','andWhere(\'u.birthDate > ?\', \'1975-01-01\');]]>','$expr, $params = array(), $not = false','','','','orwherein','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295896,161492,'from','','sets the FROM part of the queryorWhereIn(\'u.id\', array(10, 23))\n ->orWhereIn(\'u.id\', 44);\n // will select all record with id equal to 10, 23 or 44]]>','$from','','','','from','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295897,161492,'free','Blank template method free(). Override to be used to free query object\nmemory','','','','','','free','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295898,161492,'useResultCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null, $resultCacheHash = null','','returns this object','Doctrine_Hydrate','useresultcache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295899,161492,'orWhere','Adds conditions to the WHERE part of the query','from(\'User u\');]]>','$where, $params = array()','','','','orwhere','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295900,161492,'clear','Resets all the sql parts.','','','','','','clear','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295901,161492,'offset','offset sets the Query query offset','','$offset','','','','offset','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295902,161492,'distinct','distinct Makes the query SELECT DISTINCT.','orWhere(\'u.role = ?\', \'admin\');]]>','$flag = true','','','','distinct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295903,161492,'addSqlQueryPart','addSqlQueryPart adds an SQL query part to the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to add unknown query part','returns this object','Doctrine_Hydrate','addsqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295904,161492,'getInternalParams','','','$params = array()','','','array','getinternalparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295905,161492,'addSelect','Adds fields or aliased functions.','This method adds fields or dbms functions to the SELECT query part.distinct();]]>','$select','','','','addselect','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295906,161492,'isLimitSubqueryUsed','limitSubqueryUsed','','','','','boolean','islimitsubqueryused','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295907,161492,'_getParser','_getParser parser lazy-loader','','$name','throws Doctrine_Query_Exception if unknown parser name given','','','getparser','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295908,161492,'setOption','','','$name, $value','','returns this object','','setoption','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295909,161492,'getSqlQuery','Gets the SQL query that corresponds to this query object.','The returned SQL syntax depends on the connection driver that is used by this query object at the time of this method call.','$params = array()','','','','getsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295910,161492,'copySubqueryInfo','copySubqueryInfo copy aliases from another Hydrate object','this method is needed by DQL subqueries which need the aliases of the parent query','$query','','returns this object','Doctrine_Hydrate','copysubqueryinfo','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295911,161492,'whereNotIn','Adds NOT IN condition to the query WHERE part.','addSelect(\'COUNT(p.id) as num_phonenumbers\');]]>','$expr, $params = array()','','returns this object','','wherenotin','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295912,161492,'getQueryComponent','getQueryComponent get the declaration for given component alias','','$componentAlias','','returns the alias declaration','array','getquerycomponent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295913,161492,'expireQueryCache','','','$expire = true','','returns this object','Doctrine_Hydrate','expirequerycache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295914,161492,'getCachedForm','getCachedForm returns the cached form of this query for given resultSet','','$customComponent = null, $resultSet','','returns serialized string representation of this query','string','getcachedform','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295915,161492,'hasAliasDeclaration','hasAliasDeclaration whether or not this object has a declaration for given\ncomponent alias','','$componentAlias','','','boolean','hasaliasdeclaration','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295916,161492,'getQueryCacheLifeSpan','Gets the life span of the query cache the Query object is using.','','','','returns The life span in seconds.','integer','getquerycachelifespan','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295917,161492,'clearResultCache','Clear the result cache entry for this query','','','','','','clearresultcache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295918,161492,'_getDqlCallbackComponents','Returns an array of components to execute the query callbacks for','','$params = array()','','','array','getdqlcallbackcomponents','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295919,161492,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295920,161492,'getResultCacheHash','Get the result cache hash/key. Returns key set with useResultCache() or\ngenerates a unique key from the query automatically.','','$params = array()','','','string','getresultcachehash','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295921,161492,'getResultCacheLifeSpan','Gets the life span of the result cache in seconds.','','','','','integer','getresultcachelifespan','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295922,161492,'parseDqlQuery','parseDqlQuery parses a dql query','','$query','','returns this object','','parsedqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295923,161492,'getResultCacheDriver','getResultCacheDriver returns the cache driver used for caching result sets','','','','returns cache driver','','getresultcachedriver','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295924,161492,'_constructQueryFromCache','Constructs the query from the cached form.','','$cached','','returns The custom component that was cached together with the essential query data. This can be either a result set (result caching) or an SQL query string (query caching).','array','constructqueryfromcache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295925,161492,'orderBy','Sets the ORDER BY part of the query.','whereNotIn(\'u.id\', array(10, 20));\n // will exclude users with id 10 and 20 from the select]]>','$orderby','','','','orderby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295926,161492,'addGroupBy','Adds fields to the GROUP BY part of the query.','orderBy(\'u.name\');\n $query->orderBy(\'u.birthDate DESC\');]]>','$groupby','','','','addgroupby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295927,161492,'_addDqlQueryPart','Adds a DQL part to the internal parts collection.','This method add the part specified to the array named by $queryPartName. Most part names support multiple parts addition.','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295928,161492,'getParams','Get raw array of parameters for query and all parts.','','','','','array','getparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295929,161492,'getQueryComponents','Gets the components of this query.','','','','','','getquerycomponents','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295930,161492,'select','select sets the SELECT part of the query','','$select = null','','','','select','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295931,161492,'removeDqlQueryPart','removeDqlQueryPart removes a dql query part from the dql query part array','','$name','throws Doctrine_Query_Exception if trying to remove unknown query part','returns this object','Doctrine_Hydrate','removedqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295932,161492,'getQueryCacheDriver','getQueryCacheDriver returns the cache driver used for caching queries','','','','returns cache driver','','getquerycachedriver','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295933,161492,'where','where sets the WHERE part of the query','','$where, $params = array(), $join','','','','where','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295934,161492,'andWhereIn','Adds IN condition to the query WHERE part','groupBy(\'u.id\');]]>','$expr, $params = array(), $not = false','','returns this object.','','andwherein','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295935,161492,'__toString','toString magic call this method is automatically called when\nDoctrine_Query object is trying to be used as a string So, it it converted\ninto its DQL correspondant','','','','returns DQL string','string','tostring','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295936,161492,'whereIn','Adds IN condition to the query WHERE part. Alias to @see andWhereIn().','','$expr, $params = array(), $not = false','','','','wherein','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295937,161492,'generateNewSqlTableAlias','generateNewSqlTableAlias generates a new alias from given table alias','','$oldAlias, $tableAlias','','returns the created table alias','string','generatenewsqltablealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295938,161492,'setHydrationMode','','','$hydrationMode','','','','sethydrationmode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295939,161492,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295940,161492,'addFrom','addFrom adds fields to the FROM part of the query','','$from','','','','addfrom','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295941,161492,'_preQuery','Pre query method which invokes the pre*Query() methods on the model\ninstance or any attached record listeners','','$params = array()','','','','prequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295942,161492,'setSqlQueryPart','setSqlQueryPart sets an SQL query part in the SQL query part array','','$name, $part','throws Doctrine_Query_Exception if trying to set unknown query part','returns this object','Doctrine_Hydrate','setsqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295943,161492,'getSqlTableAliasSeed','getSqlTableAliasSeed returns the alias seed for given table alias','','$sqlTableAlias, $tableAlias','','returns table alias seed','integer','getsqltablealiasseed','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295944,161492,'getCountQueryParams','getCountQueryParams Retrieves the parameters for count query','','$params = array()','','returns Parameters array','array','getcountqueryparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295945,161492,'getRootAlias','getRootAlias returns the alias of the root component','','','','','array','getrootalias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295946,161492,'getRootDeclaration','getRootDeclaration returns the root declaration','','','','','array','getrootdeclaration','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295947,161492,'getSqlTableAlias','getSqlTableAlias some database such as Oracle need the identifier lengths\nto be < ~30 chars hence Doctrine creates as short identifier aliases as\npossible','this method is used for the creation of short table aliases, its also smart enough to check if an alias already exists for given component (componentAlias)','$componentAlias, $tableName = null','','returns the generated / fetched short alias','string','getsqltablealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295948,161492,'getType','','returns the type of this query object by default the type is Doctrine_Query_Abstract::SELECT but if update() or delete() are being called the type is Doctrine_Query_Abstract::UPDATE and Doctrine_Query_Abstract::DELETE, respectively','','','returns return the query type','integer','gettype','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295949,161492,'getSqlParts','Return the SQL parts.','','','','returns The parts','array','getsqlparts','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295950,161492,'addOrderBy','addOrderBy adds fields to the ORDER BY part of the query','','$orderby','','','','addorderby','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295951,161492,'generateSqlTableAlias','generateSqlTableAlias generates a table alias from given table name and\nassociates it with given component alias','','$componentAlias, $tableName','','returns the generated table alias','string','generatesqltablealias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295952,161492,'limit','limit sets the Query query limit','','$limit','','','','limit','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295953,161492,'getFlattenedParams','Get flattened array of parameters for query.','Used internally and used to pass flat array of params to the database.','$params = array()','','','','getflattenedparams','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295954,161492,'_processDqlQueryPart','_processDqlQueryPart parses given query part','','$queryPartName, $queryParts','','returns this object','','processdqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295955,161492,'leftJoin','leftJoin appends a LEFT JOIN to the FROM part of the query','','$join, $params = array()','','','','leftjoin','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295956,161492,'_processWhereIn','','','$expr, $params = array(), $not = false','','','','processwherein','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295957,161492,'getRoot','getRoot returns the root component for this object','','','','returns root components table','','getroot','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295958,161492,'useQueryCache','','','(Doctrine_Cache_Interface|bool) $driver = true, $timeToLive = null','','returns this object','Doctrine_Hydrate','usequerycache','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295959,161492,'getTableAliasMap','getTableAliasMap returns all table aliases','','','','returns table aliases as an array','array','gettablealiasmap','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295960,161492,'_execute','','','$params','','returns The executed PDOStatement.','PDOStatement','execute','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295961,161492,'update','update sets the UPDATE part of the query','','$from = null, $update','','','','update','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295962,161492,'delete','delete sets the query type to DELETE','','$from = null','','','','delete','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295963,161492,'getView','getView returns the view associated with this query object (if any)','','','','returns the view associated with this query object','','getview','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295964,161492,'getComponentAlias','getComponentAlias get component alias associated with given table alias','','$sqlTableAlias','','returns component alias','string','getcomponentalias','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295965,161492,'_hasDqlQueryPart','Checks if there's at least one DQL part defined to the internal parts\ncollection.','','$queryPartName','','','boolean','hasdqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295966,161492,'setResultCacheHash','Set the result cache hash to be used for storing the results in the cache\ndriver','','$resultCacheHash','','','','setresultcachehash','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295967,161493,'parseFunction','','','$dql','','','','parsefunction','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295968,161493,'parseClause','','','$dql, $alias, $field, $value','','','','parseclause','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295969,161493,'getSql','','returns database specific sql CHECK constraint definition parsed from the given dql CHECK definition','','','','string','getsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295970,161493,'__construct','','','(Doctrine_Table|string) $table','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295971,161493,'parseSingle','','','$part','','','','parsesingle','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295972,161493,'parse','','','$dql','','','string','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295973,161493,'getTable','getTable returns the table object associated with this object','','','','','','gettable','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295974,161494,'parse','DQL CONDITION PARSER parses the join condition/where/having part of the\nquery string','','$str','','','string','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295975,161494,'parseLiteralValue','parses a literal value and returns the parsed value','boolean literals are parsed to integers components are parsed to associated table aliases','$value','','','string','parseliteralvalue','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295976,161495,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295977,161495,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295978,161496,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295979,161496,'set','','','$key, $listener','','','','set','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295980,161496,'get','returns a Doctrine_Query_Filter on success and null on failure','','$key','','','mixed','get','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295981,161496,'add','','','$filter','','','','add','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295982,161496,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295983,161497,'preQuery','','Method for listening the preQuery method of Doctrine_Query and hooking into the query building procedure, doing any custom / specialized query building procedures that are neccessary.','$query','','','','prequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295984,161497,'postQuery','','Method for listening the postQuery method of Doctrine_Query and to hook into the query building procedure, doing any custom / specialized post query procedures (for example logging) that are neccessary.','$query','','','','postquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295985,161498,'parse','','','$forUpdate','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295986,161499,'parse','DQL FROM PARSER parses the FROM part of the query string','','$str, $return = false','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295987,161500,'parse','DQL GROUP BY PARSER parses the group by part of the query string','','$clause, $append = false, $str','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295988,161501,'load','load returns the parsed query part','','$having','','','string','load','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295989,161502,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295990,161502,'load','','','$condition','','','','load','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295991,161503,'parse','','','$limit','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295992,161504,'parse','','','$offset','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295993,161505,'parse','DQL ORDER BY PARSER parses the order by part of the query string','','$clause, $append = false','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295994,161506,'__construct','','','(Doctrine_Query) $query, $tokenizer = null','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295995,161506,'getQuery','','','','','returns the query object associated with this parser','','getquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295996,161507,'get','','','$key, $namespace = null','','','','get','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295997,161507,'add','','','$key, $query','','','','add','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295998,161507,'has','','','$key, $namespace = null','','','','has','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1295999,161508,'parse','','','$dql','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296000,161509,'_processPossibleAggExpression','','','[[[amp]]]$expr, [[[amp]]]$matches','','','','processpossibleaggexpression','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296001,161509,'parse','','','$dql','','','','parse','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296002,161510,'bracketTrim','Trims brackets from string','','$str, $e1 = '(', $e2 = ')'','','','string','brackettrim','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296003,161510,'quoteExplode','Explode quotes from string','Note: quoteExplode always trims the returned pieces\nexample:\nparameters: $str = email LIKE 'John@example.com' $d = ' LIKE '\nwould return an array: array("email", "LIKE", "'John@example.com&a','$str, $d = ' '','','','array','quoteexplode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296004,161510,'sqlExplode','Explodes a string into array using custom brackets and quote delimeters','Note: sqlExplode trims all returned parts\nexample:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John Doe'" $d = ' ' $e1 = '(' $e2 = ')'\nwould return an array: ','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','sqlexplode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296005,161510,'quotedStringExplode','Explodes the given string by <quoted words>','example:\nparamters: $str ="'a' AND name = 'John O\\'Connor'"\nreturns array("", "'a'", " AND name = ", "'John O\\'Connor'")\nNote the trailing empty ','($str) $str','','','array','quotedstringexplode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296006,161510,'tokenizeQuery','Splits the given dql query into an array where keys represent different \nquery part names and values are arrays splitted using sqlExplode method','example:\nparameter: $query = "SELECT u.* FROM User u WHERE u.name LIKE ?" returns: array( 'select' => array('u.*'), 'from' => array('User', 'u'), &ap','$query','throws Doctrine_Query_Exception If some generic parsing error occurs','returns An array containing the query string parts','array','tokenizequery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296007,161510,'bracketExplode','Explodes a sql expression respecting bracket placement.','This method transform a sql expression in an array of simple clauses, while observing the parentheses precedence.\nNote: bracketExplode always trims the returned pieces\nwhereIn(\'u.id\', array(10, 23, 44));]]>18) AND email LIKE \'John@example.com\'\n','$str, $d = ' ', $e1 = '(', $e2 = ')'','','','array','bracketexplode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296008,161510,'clauseExplode','Explodes a string into array using custom brackets and quote delimeters \nEach array element is a array of length 2 where the first entry contains \nthe term, and the second entry contains the corresponding delimiter','example:\nparameters: $str = "(age < 20 AND age > 18) AND name LIKE 'John'+' Doe'" $d = array(' ', '+') $e1 = '(' $e2 = ')'\nwould return an array: arra','$str, $d, $e1 = '(', $e2 = ')'','','','array','clauseexplode','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296009,161511,'_buildSql','','','$leftExpr, $operator, $rightExpr','','','','buildsql','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296010,161511,'load','','','$where','','','','load','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296011,161511,'parseExists','parses an EXISTS expression','','$where, $negation','','','string','parseexists','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296012,161511,'_buildWhereInArraySqlPart','','','$rightExpr','','','','buildwhereinarraysqlpart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296013,161512,'clear','','','','','','','clear','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296014,161512,'getSqlQuery','getSqlQuery builds the sql query.','','$params = array()','','returns the built sql query','string','getsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296015,161512,'__construct','Constructor.','','$connection = null, $hydrator = null','','','','construct','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296016,161512,'count','count fetches the count of the query','This method executes the main query without all the selected fields, ORDER BY part, LIMIT part and OFFSET part.\nThis is an exact copy of the Dql Version','$params = array()','','returns the count of this query','integer','count','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296017,161512,'addComponent','','','$tableAlias, $path, $componentName','','','','addcomponent','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296018,161512,'parseDqlQuery','parseDqlQuery parses an sql query and adds the parts to internal array.','Overrides Doctrine_Query_Abstract::parseDqlQuery(). This implementation simply tokenizes the provided query string and uses them as SQL parts right away.','$query','','returns this object','','parsedqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296019,161512,'_addDqlQueryPart','Adds a DQL query part. Overrides\nDoctrine_Query_Abstract::_addDqlQueryPart().','This implementation for RawSql parses the new parts right away, generating the SQL.','$queryPartName, $queryPart, $append = false','','','','adddqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296020,161512,'calculateResultCacheHash','calculateResultCacheHash calculate hash key for result cache','','$params = array()','','returns the hash','string','calculateresultcachehash','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296021,161512,'parseDqlQueryPart','parseDqlQueryPart parses given DQL query part. Overrides\nDoctrine_Query_Abstract::parseDqlQueryPart().','This implementation does no parsing at all, except of the SELECT portion of the query which is special in RawSql queries. The entire remaining parts are used "as is", so the user of the RawSql query is responsible for writing SQL that is porta','$queryPartName, $queryPart, $append = false','','returns this object','','parsedqlquerypart','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296022,161512,'getFields','getFields returns the fields associated with this parser','','','','returns all the fields associated with this parser','array','getfields','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296023,161512,'getCountSqlQuery','getCountQuery builds the count query.','','$params = array()','','returns the built sql query','string','getcountsqlquery','2009-11-12 03:22:51','2009-11-12 03:22:51'),(1296024,161513,'rawGet','returns the value of a property (column). If the property is not yet loaded\n this method does NOT load it.','','($name) $fieldName','throws Doctrine_Record_Exception if trying to get an unknown property','','mixed','rawget','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296025,161513,'getData','return all the internal data (columns)','','','','returns an array containing all the properties','array','getdata','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296026,161513,'preDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','predelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296027,161513,'preValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure. Useful for cleaning up\ndata before validating it.','','$event','','','','prevalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296028,161513,'getErrorStackAsString','Get the record error stack as a human readable string.','Useful for outputting errors to user via web browser','','','','string','geterrorstackasstring','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296029,161513,'preUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296030,161513,'hasAccessorMutator','Set a fieldname to have a custom accessor and mutator','','$fieldName, $accessor, $mutator, $fieldname','','','','hasaccessormutator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296031,161513,'columnCount','alias for @see count()','','','','returns the number of columns in this record','integer','columncount','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296032,161513,'preDqlUpdate','Empty template method to provide Record classes with the ability to alter\nDQL update','queries at runtime','$event','','','','predqlupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296033,161513,'set','alters mapped values, properties and related components.','','$fieldName, $value, $load = true, $name','throws Doctrine_Record_Exception if trying to set a value of wrong type for related component','','','set','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296034,161513,'preSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','preserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296035,161513,'merge','merges this record with an array of values or with another existing\ninstance of this object','','$data, $deep = true, $array','','','','merge','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296036,161513,'isInProxyState','indicates whether record has any not loaded fields','','','','','boolean','isinproxystate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296037,161513,'postInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','postinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296038,161513,'setUp','setUp this method is used for setting up relations and attributes it\nshould be implemented by child classes','','','','','','setup','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296039,161513,'cleanData','cleanData leaves the $data array only with values whose key is a field\ninside this record and returns the values that were removed from $data. \nAlso converts any values of 'null' to objects of type\nDoctrine_Null.','','[[[amp]]]$data, $data','','returns values cleaned from data','array','cleandata','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296040,161513,'trySave','tries to save the object and all its related components.','In contrast to Doctrine_Record::save(), this method does not throw an exception when validation fails but returns TRUE on success or FALSE on failure.','$conn = null','','returns if the record was saved sucessfully without errors, FALSE otherwise.','TRUE','trysave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296041,161513,'_index','the current instance counter used to generate unique ids for php objects.\nContains the next identifier.','','','','','integer','index','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296042,161513,'refreshRelated','refresh refresh data of related objects from the database','','$name = null','','returns this object','','refreshrelated','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296043,161513,'call','','','(string|array) $callback, $column, 2','','returns provides a fluent interface','','call','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296044,161513,'unserialize','this method is automatically called everytime an instance is unserialized','','$serialized','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','unserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296045,161513,'invokeSaveHooks','calls a subclass hook. Idempotent until @see clearInvokedSaveHooks() is\ncalled.','','$when, $type, (Doctrine_Event) $event = null','','returns the event generated using the type, if not specified','','invokesavehooks','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296046,161513,'hasMutator','sets a fieldname to have a custom mutator or check if a field has a custom \nmutator defined (when called without the $mutator parameter)','','$fieldName, $mutator = null','','','boolean','hasmutator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296047,161513,'state','assigns the state of this record or returns it if called without parameters','','(integer|string) $state = null','throws Doctrine_Record_State_Exception if trying to set an unknown state','','','state','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296048,161513,'toString','__toString alias','','','','','string','tostring','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296049,161513,'postUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','postupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296050,161513,'hasAccessor','sets a fieldname to have a custom accessor or check if a field has a custom\n accessor defined (when called without $accessor parameter).','','$fieldName, $accessor = null','','','boolean','hasaccessor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296051,161513,'free','Helps freeing the memory occupied by the entity.','Cuts all references the entity has to other entities and removes the entity from the instance pool. Note: The entity is no longer useable after free() has been called. Any operations done with the entity afterwards can lead to unpredictable results.','$deep = false','','','','free','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296052,161513,'preHydrate','Empty template method to provide Record classes with the ability to alter\nhydration','before it runs','$event','','','','prehydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296053,161513,'replace','executes a SQL REPLACE query. A REPLACE query is identical to a INSERT \nquery, except that if there is already a row in the table with the same \nkey field values, the REPLACE query just updates its values instead of \ninserting a new row.','The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLIte implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to a','$conn = null','throws Doctrine_Connection_Exception if some of the key values was null','returns number of rows affected','integer','replace','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296054,161513,'get','returns a value of a property or a related component','','$fieldName, $load = true','throws Doctrine_Record_Exception if trying to get a value of unknown property / related component','','mixed','get','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296055,161513,'getMutator','gets the custom mutator for a field name','','$fieldName, $fieldname','','','string','getmutator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296056,161513,'postUnserialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296057,161513,'setRelated','set a related component','','$alias, $coll','','','','setrelated','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296058,161513,'postHydrate','Empty template method to provide Record classes with the ability to alter\nhydration','after it runs','$event','','','','posthydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296059,161513,'getMutators','gets all custom mutators for this component instance','','','','','array','getmutators','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296060,161513,'refresh','refresh refresh internal data from the database','','$deep = false','throws Doctrine_Record_Exception When the refresh operation fails (when the database row this record represents does not exist anymore)','','boolean','refresh','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296061,161513,'validateOnInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be inserted into the data store the first time.','','','','','','validateoninsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296062,161513,'importFrom','imports data from a chosen format in the current instance','','$type, $data, $deep = true','','','','importfrom','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296063,161513,'getLast','','this method is used internally by Doctrine_Query it is needed to provide compatibility between records and collections','','','','','getlast','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296064,161513,'relatedExists','Check if a related relationship exists. Will lazily load the relationship \nin order to check. If the reference didn't already exist and it\ndoesn't exist in the database, the related reference will be cleared\nimmediately.','','$name','','returns Whether or not the related relationship exists','boolean','relatedexists','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296065,161513,'getIterator','implements IteratorAggregate interface','','','','returns iterator through data','','getiterator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296066,161513,'exists','returns true if this record is saved in the database, otherwise false (it\nis transient)','','','','','boolean','exists','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296067,161513,'loadReference','loadReference loads a related component','','$name','throws Doctrine_Table_Exception if trying to load an unknown related component','','','loadreference','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296068,161513,'identifier','returns the primary keys of this object','','','','','array','identifier','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296069,161513,'coreSetRelated','Places a related component in the object graph.','This method inserts a related component instance in this record relations, populating the foreign keys accordingly.','$name, (Doctrine_Record|Doctrine_Collection) $value','','','','coresetrelated','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296070,161513,'postSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','postsave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296071,161513,'copy','generates a copy of this object. Returns an instance of the same class of\n$this.','','$deep = false','','','','copy','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296072,161513,'contains','test whether a field (column, mapped value, related component) is\naccessible by @see get()','','$fieldName','','','boolean','contains','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296073,161513,'toArray','returns the record representation as an array','','$deep = true, $prefixKey = false','','','array','toarray','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296074,161513,'preDqlDelete','Empty template method to provide Record classes with the ability to alter\nDQL delete','queries at runtime','$event','','','','predqldelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296075,161513,'clearRelated','Clear a related reference or all references','','$name = null','','','','clearrelated','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296076,161513,'assignDefaultValues','setDefaultValues sets the default values for records internal data','','$overwrite = false','','','boolean','assigndefaultvalues','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296077,161513,'__construct','constructor','','(Doctrine_Table|null) $table = null, $isNewEntry = false','throws Doctrine_Record_Exception if the cleanData operation fails somehow','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296078,161513,'isModified','returns true if this record was modified, otherwise false','','$deep = false','','','boolean','ismodified','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296079,161513,'oid','','','','','','','oid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296080,161513,'save','applies the changes made to this object into database this method is smart\nenough to know if any changes are made and whether to use INSERT or UPDATE\nstatement','this method also saves the related components','$conn = null','throws Exception if record is not valid and validation is active','','','save','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296081,161513,'getAccessor','gets the custom accessor for a field name','','$fieldName','','','string','getaccessor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296082,161513,'count','implements Countable interface','','','','returns the number of columns in this record','integer','count','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296083,161513,'validate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure, doing any custom /\nspecialized validations that are neccessary.','','','','','','validate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296084,161513,'_get','','','$fieldName, $load = true','','','','get','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296085,161513,'isValid','tests validity of the record using the current data.','','$deep = false, $hooks = true','','returns whether or not this record is valid','boolean','isvalid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296086,161513,'getNode','getter for node associated with this record','','','','returns false if component is not a Tree','','getnode','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296087,161513,'serializeReferences','Set whether or not to serialize references.','This is used by caching since we want to serialize references when caching but not when just normally serializing a instance','$bool = null','','','boolean','serializereferences','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296088,161513,'obtainReference','gets a related component and fails if it does not exist','','$name','throws Doctrine_Record_Exception if trying to get an unknown related component','','','obtainreference','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296089,161513,'__unset','deletes a column or a related component.','','$name','','','','unset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296090,161513,'postDelete','Empty template method to provide concrete Record classes with the\npossibility to hook into the deletion procedure.','','$event','','','','postdelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296091,161513,'unshiftFilter','','','$filter','','','','unshiftfilter','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296092,161513,'getLastModified','returns an array of the modified fields from the last transaction.','','$old = false','','','array','getlastmodified','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296093,161513,'deleteNode','used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS\nAS TREE','','','','','','deletenode','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296094,161513,'hasRelation','checks existence of properties and related components','','$fieldName','','','boolean','hasrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296095,161513,'_isValueModified','Check if a value has changed according to Doctrine Doctrine is loose with\ntype checking in the same ways PHP is for consistancy of behavior','This function basically says if what is being set is of Doctrine type boolean and something like current_value == 1 && new_value = true would not be considered modified\nSimply doing $old !== $new will return false for boolean columns would mark t','$type, $old, $new','','returns Whether or not Doctrine considers the value modified','boolean','isvaluemodified','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296096,161513,'exportTo','exports instance to a chosen format','','$type, $deep = true','','returns representation as $type format. Array is $type is array','string','exportto','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296097,161513,'preInsert','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be inserted into the data store the first time.','','$event','','','','preinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296098,161513,'getAccessors','gets all accessors for this component instance','','','','','array','getaccessors','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296099,161513,'validateOnUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure only when the record is\ngoing to be updated.','','','','','','validateonupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296100,161513,'assignInheritanceValues','Assign the inheritance column values','','','','','','assigninheritancevalues','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296101,161513,'resetPendingUnlinks','resets pending record unlinks','','','','','','resetpendingunlinks','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296102,161513,'__toString','magic method','','','','returns representation of this object','string','tostring','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296103,161513,'postSerialize','Empty template method to provide concrete Record classes with the\npossibility to hook into the serializing procedure.','','$event','','','','postserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296104,161513,'clearMutator','clears the custom mutator for a field name','','$fieldName','','','','clearmutator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296105,161513,'fromArray','imports data from a php array','','$array, $deep = true','','','','fromarray','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296106,161513,'errorStack','assigns the ErrorStack or returns it if called without parameters','','(Doctrine_Validator_ErrorStack) $stack = null','','returns returns the errorStack associated with this record','','errorstack','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296107,161513,'load','loads all the uninitialized properties from the database.','Used to move a record from PROXY to CLEAN/DIRTY state.','$data = array()','','','boolean','load','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296108,161513,'getReferences','get all related components','','','','returns various Doctrine_Collection or Doctrine_Record instances','array','getreferences','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296109,161513,'getPendingUnlinks','returns Doctrine_Record instances which need to be unlinked (deleting the\nrelation) on save','','','','','array','getpendingunlinks','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296110,161513,'clearAccessor','clears the accessor for a field name','','$fieldName','','','','clearaccessor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296111,161513,'serialize','serialize this method is automatically called when an instance of\nDoctrine_Record is serialized','','','','','string','serialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296112,161513,'getOid','','','','','returns the object identifier','integer','getoid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296113,161513,'clearInvokedSaveHooks','makes all the already used save hooks available again','','','','','','clearinvokedsavehooks','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296114,161513,'preUpdate','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure only when the record is\ngoing to be updated.','','$event','','','','preupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296115,161513,'getTable','returns the table object for this record.','','','','returns a Doctrine_Table object','','gettable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296116,161513,'linkInDb','creates links from this record to given records now, querying the db','','$alias, $ids','','returns this object (fluent interface)','','linkindb','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296117,161513,'_resetModified','Reset the modified array and store the old array in lastModified so it can\nbe accessed by users after saving a record, since the modified array is\nreset after the object is saved.','','','','','','resetmodified','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296118,161513,'hydrate','hydrate hydrates this object from given array','','$data, $overwriteLocalChanges = true','','','','hydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296119,161513,'postValidate','Empty template method to provide concrete Record classes with the\npossibility to hook into the validation procedure.','','$event','','','','postvalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296120,161513,'_set','','','$fieldName, $value, $load = true','','','','set','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296121,161513,'unlinkInDb','unlink now the related components, querying the db','','$alias, $ids = array()','','returns this object (fluent interface)','','unlinkindb','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296122,161513,'hasReference','tests whether a relation is set','','$name','','','boolean','hasreference','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296123,161513,'delete','deletes this data access object and all the related composites this\noperation is isolated by a transaction','this event can be listened by the onPreDelete and onDelete listeners','$conn = null','','returns true if successful','boolean','delete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296124,161513,'preSave','Empty template method to provide concrete Record classes with the\npossibility to hook into the saving procedure.','','$event','','','','presave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296125,161513,'getIncremented','returns the value of autoincremented primary key of this object (if any)','','','','','integer','getincremented','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296126,161513,'getPendingDeletes','returns Doctrine_Record instances which need to be deleted on save','','','','','array','getpendingdeletes','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296127,161513,'getErrorStack','retrieves the ErrorStack. To be called after a failed validation attempt\n(@see isValid()).','','','','returns returns the errorStack associated with this record','','geterrorstack','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296128,161513,'mapValue','sets a value that will be managed as if it were a field by magic accessor\nand mutators, @see get() and @see set().','Normally used by Doctrine for the mapping of aggregate values.','$name, $value = null','','','','mapvalue','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296129,161513,'reference','gets a related component','','$name','','','','reference','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296130,161513,'unlink','unlink removes links from this record to given records if no ids are\ngiven, it removes all links','','$alias, $ids = array(), $now = false','','returns this object (fluent interface)','','unlink','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296131,161513,'assignIdentifier','assigns an identifier to the instance, for database storage','','$id = false','','','','assignidentifier','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296132,161513,'link','creates links from this record to given records','','$alias, $ids, $now = false','','returns this object (fluent interface)','','link','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296133,161513,'synchronizeWithArray','synchronizes a Doctrine_Record instance and its relations with data from an\narray','it expects an array representation of a Doctrine_Record similar to the return value of the toArray() method. If the array contains relations it will create those that don't exist, update the ones that do, and delete the ones missing on the array b','$array, $deep = true','','','','synchronizewitharray','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296134,161513,'construct','construct Empty template method to provide concrete Record classes with\nthe possibility to hook into the constructor procedure','','','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296135,161513,'getPrepared','Retrieves data prepared for a sql transaction.','Returns an array of modified fields and values with data preparation; adds column aggregation inheritance and converts Records into primary key values.','$array = array()','','','array','getprepared','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296136,161513,'preDqlSelect','Empty template method to provide Record classes with the ability to alter\nDQL select','queries at runtime','$event','','','','predqlselect','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296137,161513,'__call','magic method used for method overloading','the function of this method is to try to find a given method from the templates (behaviors) the record is using, and if found, execute it. Note that already existing methods would not be overloaded.\nSo, in sense, this method replicates the usage of mixi','$method, $args','','returns the return value of the given method','mixed','call','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296138,161513,'getModified','retrieves an array of modified fields and associated new values.','','$old = false, $last = false','','','array','getmodified','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296139,161514,'hasColumns','Set multiple column definitions at once','','$definitions','','','','hascolumns','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296140,161514,'getOptions','getOptions returns all options of this record and the associated values','','','','returns all options and their values','array','getoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296141,161514,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296142,161514,'setUp','','','','','','','setup','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296143,161514,'setAttribute','','','$attr, $value','','','','setattribute','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296144,161514,'getListener','','','','','','','getlistener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296145,161514,'hasMany','Binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns this object','','hasmany','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296146,161514,'option','option sets or retrieves an option','','$name, $value = null','','','mixed','option','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296147,161514,'attribute','attribute sets or retrieves an option','','$attr, $value','','','mixed','attribute','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296148,161514,'setColumnOptions','Customize the array of options for a column or multiple columns. First \nargument can be a single field/column name or an array of them. The second \nargument is an array of options.','[php] public function setTableDefinition() { parent::setTableDefinition(); $this->setColumnOptions('username', array( 'unique' => true )); }','$name, $options, $columnName, $validators','','','','setcolumnoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296149,161514,'hasColumn','Sets a column definition','','$name, $type = null, $length = null, $options = array()','','','','hascolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296150,161514,'setListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener','','','','setlistener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296151,161514,'setInheritanceMap','','','$map','','','','setinheritancemap','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296152,161514,'unique','Specify an array of fields that are unique and will be validated as such','','','','','','unique','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296153,161514,'setSubclasses','','','$map','','','','setsubclasses','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296154,161514,'setColumnOption','Set an individual column option','','$columnName, $option, $value','','','','setcolumnoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296155,161514,'loadGenerator','','','$generator','','','','loadgenerator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296156,161514,'addListener','','','(Doctrine_EventListener_Interface|Doctrine_Overloadable) $listener, $name = null','','','','addlistener','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296157,161514,'actAs','Loads the given plugin.','This method loads a behavior in the record. It will add the behavior also to the record table if it. It is tipically called in @see setUp().','$tpl, $options = array()','throws Doctrine_Record_Exception if $tpl is neither an instance of Doctrine_Template subclass or a valid class name, that could be instantiated.','returns this object; provides a fluent interface.','','actas','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296158,161514,'index','','defines or retrieves an index if the second parameter is set this method defines an index if not this method retrieves index named $name','$name, $definition = array()','','','mixed','index','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296159,161514,'getTable','getTable returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296160,161514,'check','Adds a check constraint.','This method will add a CHECK constraint to the record table.','$constraint, $name = null','','returns this object','','check','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296161,161514,'bindQueryParts','bindQueryParts binds query parts to given component','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296162,161514,'hasOne','Binds One-to-One aggregate relation','','$componentName, $options','','returns this object','','hasone','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296163,161514,'setTableName','','','$tableName','','','','settablename','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296164,161515,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296165,161515,'setTable','','','$table','','','','settable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296166,161515,'getTable','','','','','','','gettable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296167,161515,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296168,161516,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296169,161516,'__construct','','','$aliases','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296170,161516,'init','','','','','','','init','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296171,161516,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296172,161517,'filterGet','filterGet defines an implementation for filtering the get() method of\nDoctrine_Record','','$record, $name','','','','filterget','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296173,161517,'filterSet','filterSet defines an implementation for filtering the set() method of\nDoctrine_Record','','$record, $name, $value','','','','filterset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296174,161518,'__construct','constructor','','$record','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296175,161518,'initNullObject','','','$null','','','','initnullobject','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296176,161518,'current','','','','','','mixed','current','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296177,161519,'getOptions','getOptions returns all options of this template and the associated values','','','','returns all options and their values','array','getoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296178,161519,'preDelete','','','$event','','','','predelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296179,161519,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296180,161519,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296181,161519,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296182,161519,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296183,161519,'postInsert','','','$event','','','','postinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296184,161519,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296185,161519,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296186,161519,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296187,161519,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296188,161519,'setOption','setOption sets an option in order to allow flexible listener','','$name, $value = null','','','','setoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296189,161519,'postSave','','','$event','','','','postsave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296190,161519,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296191,161519,'getOption','getOption returns the value of given option','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296192,161519,'postDelete','','','$event','','','','postdelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296193,161519,'preInsert','','','$event','','','','preinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296194,161519,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296195,161519,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296196,161519,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296197,161519,'preSave','','','$event','','','','presave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296198,161519,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296199,161520,'getOptions','Get array of configured options','','','','','array','getoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296200,161520,'preDelete','','','$event','','','','predelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296201,161520,'preValidate','','','$event','','','','prevalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296202,161520,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296203,161520,'preDqlUpdate','','','$event','','','','predqlupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296204,161520,'set','','','$key, (Doctrine_Record_Listener) $listener','','returns this object','','set','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296205,161520,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296206,161520,'postInsert','','','$event','','','','postinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296207,161520,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296208,161520,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296209,161520,'get','returns a Doctrine_Record_Listener on success and null on failure','','$key','','','mixed','get','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296210,161520,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296211,161520,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296212,161520,'setOption','setOption sets an option in order to allow flexible listener chaining','','$name, $value = null','','','','setoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296213,161520,'postSave','','','$event','','','','postsave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296214,161520,'preDqlDelete','','','$event','','','','predqldelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296215,161520,'getOption','getOption returns the value of given option','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296216,161520,'add','add adds a listener to the chain of listeners','','$listener, $name = null','','','','add','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296217,161520,'postDelete','','','$event','','','','postdelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296218,161520,'preInsert','','','$event','','','','preinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296219,161520,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296220,161520,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296221,161520,'postValidate','','','$event','','','','postvalidate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296222,161520,'preSave','','','$event','','','','presave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296223,161520,'preDqlSelect','','','$event','','','','predqlselect','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296224,161521,'getOptions','','','','','','','getoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296225,161521,'preDelete','','','$event','','','','predelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296226,161521,'preUnserialize','','','$event','','','','preunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296227,161521,'preSerialize','','','$event','','','','preserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296228,161521,'postInsert','','','$event','','','','postinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296229,161521,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296230,161521,'preHydrate','','','$event','','','','prehydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296231,161521,'postUnserialize','','','$event','','','','postunserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296232,161521,'postHydrate','','','$event','','','','posthydrate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296233,161521,'setOption','','','$name, $value = null','','','','setoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296234,161521,'postSave','','','$event','','','','postsave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296235,161521,'getOption','','','$name','','','','getoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296236,161521,'postDelete','','','$event','','','','postdelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296237,161521,'preInsert','','','$event','','','','preinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296238,161521,'postSerialize','','','$event','','','','postserialize','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296239,161521,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296240,161521,'preSave','','','$event','','','','presave','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296241,161522,'getRelationDql','','','$count','','','string','getrelationdql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296242,161522,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296243,161522,'getForeignFieldName','getLocalFieldName','returns the field name of the foreign column','','','','','getforeignfieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296244,161522,'getLocalFieldName','','returns the field name of the local column','','','','','getlocalfieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296245,161522,'isOneToOne','isOneToOne returns whether or not this relation is a one-to-one relation','','','','','boolean','isonetoone','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296246,161522,'getClass','getClass returns the name of the related class','','','','','string','getclass','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296247,161522,'offsetExists','','','$offset','','','','offsetexists','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296248,161522,'offsetGet','','','$offset','','','','offsetget','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296249,161522,'toArray','','','','','','array','toarray','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296250,161522,'getLocalColumnName','getLocalColumnName returns the column name of the local column','','','','','string','getlocalcolumnname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296251,161522,'__construct','constructor','','$definition','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296252,161522,'getForeignColumnName','getForeignColumnName returns the column name of the foreign column','','','','','string','getforeigncolumnname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296253,161522,'isEqual','','','','','','','isequal','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296254,161522,'offsetSet','','','$offset, $value','','','','offsetset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296255,161522,'isDeferrable','','','','','','','isdeferrable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296256,161522,'offsetUnset','','','$offset','','','','offsetunset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296257,161522,'__toString','','','','','','string','tostring','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296258,161522,'getOrderByStatement','Get the relationship orderby statement','','$alias = null, $columnNames = false','','','string','getorderbystatement','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296259,161522,'getAlias','getAlias returns the relation alias','','','','','string','getalias','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296260,161522,'getForeignKeyName','Get the name of the foreign key for this relationship','','','','','string','getforeignkeyname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296261,161522,'getTable','getTable returns the foreign table object','','','','','','gettable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296262,161522,'getType','getType returns the relation type, either 0 or 1','','','','','integer','gettype','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296263,161522,'isDeferred','','','','','','','isdeferred','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296264,161522,'isCascadeDelete','Checks whether this relation cascades deletions to the related objects on\nthe application level.','','','','','boolean','iscascadedelete','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296265,161522,'getLocal','getLocal returns the name of the local column','','','','','string','getlocal','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296266,161522,'getForeign','getForeign returns the name of the foreignkey column where the localkey\ncolumn is pointing at','','','','','string','getforeign','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296267,161522,'hasConstraint','hasConstraint whether or not this relation has an explicit constraint','','','','','boolean','hasconstraint','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296268,161522,'getOrderBy','Get the relationship orderby SQL/DQL','','$alias = null, $columnNames = false','','','string','getorderby','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296269,161523,'getLocalRefColumnName','','returns the column name of the local reference column','','','','','getlocalrefcolumnname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296270,161523,'getAssociationFactory','','','','','','','getassociationfactory','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296271,161523,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296272,161523,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296273,161523,'getAssociationTable','','','','','','','getassociationtable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296274,161523,'getLocalRefFieldName','','returns the field name of the local reference column','','','','','getlocalreffieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296275,161523,'getForeignRefColumnName','','returns the column name of the foreign reference column','','','','','getforeignrefcolumnname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296276,161523,'getForeignRefFieldName','','returns the field name of the foreign reference column','','','','','getforeignreffieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296277,161524,'getRelationDql','','','$count, $context = 'record'','','','string','getrelationdql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296278,161524,'fetchRelatedFor','','','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296279,161525,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296280,161525,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296281,161526,'fetchRelatedFor','','fetches a component related to given record','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296282,161526,'getCondition','','','$alias = null','','','','getcondition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296283,161527,'fetchRelatedFor','','','$record','','','','fetchrelatedfor','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296284,161528,'bind','binds a relation','','$name, $options = array(), $field','','','','bind','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296285,161528,'completeDefinition','Completes the given definition','','$def','','returns completed definition array','array','completedefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296286,161528,'getImpl','','returns the table class of the concrete implementation for given template if the given template is not a template then this method just returns the table class for the given record','$template','','','','getimpl','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296287,161528,'getRelation','','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296288,161528,'completeAssocDefinition','Completes the given association definition','','$def','','returns completed definition array','array','completeassocdefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296289,161528,'getIdentifiers','getIdentifiers gives a list of identifiers from given table','the identifiers are in format: [componentName].[identifier]','$table','','','','getidentifiers','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296290,161528,'__construct','constructor','','$table','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296291,161528,'hasRelation','Check if a relation alias exists','','$name','','','boolean','hasrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296292,161528,'getPendingRelation','','','$name','','returns an array defining a pending relation','array','getpendingrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296293,161528,'getTable','','','','','returns the table object this parser belongs to','','gettable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296294,161528,'getPendingRelations','','','','','returns an array containing all the pending relations','array','getpendingrelations','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296295,161528,'getRelations','getRelations returns an array containing all relation objects','','','','returns an array of Doctrine_Relation objects','array','getrelations','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296296,161528,'guessColumns','','','$classes, $foreignTable','','returns an array of column names','array','guesscolumns','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296297,161528,'unsetPendingRelations','unsetPendingRelations Removes a relation. Warning: this only affects\npending relations','','$name','','','','unsetpendingrelations','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296298,161529,'analyze','analyze a text in the encoding format','','$text, $encoding = null','','','','analyze','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296299,161529,'setTableDefinition','buildDefinition','','','','','','settabledefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296300,161529,'updateIndex','updateIndex updates the index','','$data, $encoding = null, (Doctrine_Record) $record','','','integer','updateindex','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296301,161529,'__construct','','','$options','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296302,161529,'readTableData','','','$limit = null, $offset = null','','returns The collection of results','','readtabledata','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296303,161529,'search','Searchable keyword search','','$string, (Doctrine_Query) $query = null','','returns ids and relevancy','array','search','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296304,161529,'buildTable','','','','','','','buildtable','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296305,161529,'batchUpdateIndex','','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindex','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296306,161530,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296307,161530,'__construct','','','$options = array()','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296308,161531,'analyze','','','$text','','','','analyze','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296309,161532,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296310,161533,'analyze','','','$text, $encoding = null','','','','analyze','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296311,161534,'buildRelation','','','','','','','buildrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296312,161534,'indexDirectory','indexes given directory','','$dir','','','','indexdirectory','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296313,161534,'__construct','constructor','','$options = array()','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296314,161535,'indexDirectory','','','$dir','','','','indexdirectory','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296315,161536,'add','','','$dir','','','','add','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296316,161537,'postInsert','','','$event','','','','postinsert','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296317,161537,'postUpdate','','','$event','','','','postupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296318,161537,'__construct','','','$search','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296319,161537,'preUpdate','','','$event','','','','preupdate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296320,161538,'parse','','','$file','','','','parse','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296321,161539,'query','','','$text, $includeRelevance = true','','','','query','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296322,161539,'parseClause','','','$originalClause, $recursive = false','','','','parseclause','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296323,161539,'getSqlQuery','','','','','','','getsqlquery','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296324,161539,'__construct','','','$table, (Doctrine_Table) $_table','','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296325,161539,'isExpression','','','$term','','','','isexpression','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296326,161539,'getParams','','','','','','','getparams','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296327,161539,'parseWord','','','$word','','','','parseword','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296328,161539,'parseTerm','','','$term','','','','parseterm','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296329,161539,'getWords','','','','','','','getwords','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296330,161540,'setTableDefinition','','','','','','','settabledefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296331,161540,'setUp','','','','','','','setup','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296332,161541,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296333,161541,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296334,161541,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','throws Doctrine_Sequence_Exception','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296335,161542,'lastInsertId','Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT\ncolumn.','As a convention, on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2), this method forms the name of a sequence from the arguments and returns the last id generated by that sequence. On RDBMS brands that support IDENTITY/AUTOINCREMENT ','$tableName = null, $primaryKey = null','throws Doctrine_Adapter_Db2_Exception','','integer','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296336,161542,'currId','Return the most recent value from the specified sequence in the database.','This is supported only on RDBMS brands that support sequences (e.g. Oracle, PostgreSQL, DB2). Other RDBMS brands return null.','$sequenceName','throws Doctrine_Adapter_Db2_Exception','','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296337,161542,'nextId','Returns the next free id of a sequence','','$seqName, $ondemand = true','throws Doctrine_Sequence_Exception','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296338,161543,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296339,161543,'checkSequence','Checks if there's a sequence that exists.','','$seqName','','returns The value if the table exists or not','bool','checksequence','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296340,161543,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296341,161543,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296342,161544,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296343,161544,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296344,161544,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296345,161545,'lastInsertID','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296346,161545,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296347,161545,'nextID','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296348,161546,'lastInsertId','','Returns the autoincrement ID if supported or $id or fetches the current ID in a sequence called: $table.(empty($field) ? '' : '_'.$field)','$table = null, $field = null','','returns the autoincremented id','integer','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296349,161546,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296350,161546,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296351,161547,'lastInsertId','Returns the autoincrement ID if supported or $id or fetches the current ID\nin a sequence called: $table.(empty($field) ? '' :\n'_'.$field)','','$table = null, $field = null','','','integer|boolean','lastinsertid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296352,161547,'currId','Returns the current id of a sequence','','$seqName','','returns current id in the given sequence','integer','currid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296353,161547,'nextId','Returns the next free id of a sequence','','$seqName, $onDemand = true','','returns next id in the given sequence','integer','nextid','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296354,161548,'getData','Returns internal data.','This method is used by Doctrine_Record instances when retrieving data from database.','','','','array','getdata','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296355,161548,'getColumnDefinition','Retrieves a column definition from this table schema.','','$columnName','','returns column definition; @see $_columns','array','getcolumndefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296356,161548,'isTree','Determines if table acts as tree.','','','','returns if tree return true, otherwise returns false','boolean','istree','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296357,161548,'getBoundQueryPart','Retrieves a bound query part.','','$queryPart','','returns value of the bind','string','getboundquerypart','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296358,161548,'getIdentifier','Returns the definition of the identifier key.','','','','returns can be array if a multi-column primary key is used.','string','getidentifier','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296359,161548,'getOptions','Retrieves all options of this table and the associated values.','','','','returns all options and their values','array','getoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296360,161548,'findByDql','Finds records in this table with a given DQL where clause.','','$dql, $params = array(), $hydrationMode = null','','','','findbydql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296361,161548,'removeRecord','Removes a record from the identity map.','This method deletes from the cache the given record; can be used to force reloading of an object from database.','$record','','returns true if the record was found and removed, false if the record wasn't found.','boolean','removerecord','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296362,161548,'isIdentifierAutoincrement','Checks whether a field identifier is of type autoincrement.','This method checks if the primary key is a AUTOINCREMENT column or if the table uses a natural key.','','','returns TRUE if the identifier is autoincrement FALSE otherwise','boolean','isidentifierautoincrement','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296363,161548,'getColumnCount','','','','','returns the number of columns in this table','integer','getcolumncount','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296364,161548,'getGenerator','Gets generator instance for a passed name.','','$generator','','','','getgenerator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296365,161548,'__get','Magic method for accessing to object properties.','This method is an alias for getOption.invokeSaveHooks(\'pre\', \'save\');]]>','$option','','','mixed','get','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296366,161548,'isIdentifierComposite','Checks whether a field identifier is a composite key.','','','','returns TRUE if the identifier is a composite key, FALSE otherwise','boolean','isidentifiercomposite','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296367,161548,'initIdentifier','Initializes the primary key.','Called in the construction process, builds the identifier definition copying in the schema the list of the fields which constitutes the primary key.','','','','','initidentifier','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296368,161548,'executeOne','Fetches one record with a named query.','This method uses the provided $queryKey to clone and execute the associated named query in the query registry.','$queryKey, $params = array(), $hydrationMode = Doctrine_Core::HYDRATE_RECORD','throws Doctrine_Query_Registry if no query for given queryKey is found','','','executeone','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296369,161548,'getTemplate','Retrieves a particular template by class name.','This method retrieves a behavior/template object attached to the table. For Doctrine_Template_* classes, the base name can be used.','$template','throws Doctrine_Table_Exception if the given template is not set on this table','','','gettemplate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296370,161548,'findBySql','Finds records in this table with a given SQL where clause.','','$dql, $params = array(), $hydrationMode = null','','','','findbysql','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296371,161548,'bind','Adds a relation to the table.','This method defines a relation on this table, that will be present on every record belonging to this component.','$args, $type','','','','bind','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296372,161548,'getRelationParser','Retrieves the relation parser associated with this table.','','','','returns relation parser object','','getrelationparser','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296373,161548,'getFieldValidators','Gets the names of all validators being applied on a field.','','$fieldName','','returns names of validators','array','getfieldvalidators','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296374,161548,'getTypeOf','Retrieves the type of a field.','','$fieldName','','returns false on failure','string','gettypeof','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296375,161548,'getRecordInstance','Gets the record instance for this table.','The Doctrine_Table instance always holds at least one instance of a model so that it can be reused for several things, but primarily it is first used to instantiate all the internal in memory schema definition.','','','returns Empty instance of the record','','getrecordinstance','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296376,161548,'findAll','Retrieves all the records stored in this table.','','$hydrationMode = null','','','','findall','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296377,161548,'getFieldLength','Gets the maximum length of a field.','For integer fields, length is bytes occupied. For decimal fields, it is the total number of cyphers','$fieldName','','','integer','getfieldlength','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296378,161548,'hasMany','Binds One-to-Many / Many-to-Many aggregate relation','','$componentName, $options','','returns this object','','hasmany','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296379,161548,'validateField','Validates a given field using table ATTR_VALIDATE rules.','','$fieldName, $value, $record = null','','','','validatefield','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296380,161548,'setData','Doctrine uses this function internally.','Users are strongly discouraged to use this function.','$data','','','','setdata','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296381,161548,'getRelation','Retrieves a relation object for this component.','','$alias, $recursive = true','','','','getrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296382,161548,'buildFindByWhere','','','$fieldName','','','','buildfindbywhere','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296383,161548,'setMethodOwner','','','$method, $class','','','','setmethodowner','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296384,161548,'find','Finds a record by its identifier.','indexes as $name => $definition) {\n // ...\n }]]>','$name, $params, $hydrationMode','','returns Doctrine_Collection, array, Doctrine_Record or false if no result','mixed','find','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296385,161548,'hasTemplate','Checks if the table has a given template.','','$template','','','boolean','hastemplate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296386,161548,'getClassnameToReturn','Get the classname to return. Most often this is just the\noptions&[apos;name'].','Check the subclasses option and the inheritanceMap for each subclass to see if all the maps in a subclass is met. If this is the case return that subclass name. If no subclasses match or if there are no subclasses defined return the name of the class f','','','returns The name of the class to create','string','getclassnametoreturn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296387,161548,'execute','Finds result of a named query.','This method fetches data using the provided $queryKey to choose a named query in the query registry.','$queryKey, $params = array(), $hydrationMode = Doctrine_Core::HYDRATE_RECORD','throws Doctrine_Query_Registry if no query for given queryKey is found','','','execute','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296388,161548,'getConnection','Returns the connection associated with this table (if any).','','','','returns the connection object','','getconnection','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296389,161548,'getTemplates','Retrieves all templates (behaviors) attached to this table.','','','','returns an array containing all templates','array','gettemplates','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296390,161548,'setGenerator','Set the generator responsible for creating this table','','$generator','','','','setgenerator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296391,161548,'getColumns','Retrieves all columns of the table.','','','','returns keys are column names and values are definition','array','getcolumns','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296392,161548,'getTypeOfColumn','Retrieves the type of a column.','','$columnName','','returns false if column is not found','string','gettypeofcolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296393,161548,'clear','Clears the first level cache (identityMap).','This method ensures that records are reloaded from the db.','','','','','clear','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296394,161548,'setConnection','Sets the default connection for this table.','This method assign the connection which this table will use to create queries.','$conn','','returns this object; fluent interface','','setconnection','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296395,161548,'getIdentifierColumnNames','Returns an array with all the identifier column names.','','','','returns numeric array','array','getidentifiercolumnnames','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296396,161548,'getQueryObject','','','','','returns a Doctrine_Query object','','getqueryobject','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296397,161548,'getFilters','','','','','','array','getfilters','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296398,161548,'isInheritedColumn','Checks whether a column is inherited from a component further up in the\nhierarchy.','','($columnName) $columnName','','returns TRUE if column is inherited, FALSE otherwise.','boolean','isinheritedcolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296399,161548,'setOption','Sets an option for the table.','This method sets an option and returns this object in order to allow flexible method chaining.','$name, $value','','returns this object','','setoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296400,161548,'setOptions','Sets all the options.','This method sets options of the table that are specified in the argument. It has no effect on other options.','$options','','','','setoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296401,161548,'getFieldName','Returns a column alias for a column name.','If no alias can be found the column name is returned.','$columnName','','returns column alias','string','getfieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296402,161548,'getFieldNames','Returns an array containing all the field names.','','','','returns numeric array','array','getfieldnames','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296403,161548,'createNamedQuery','Creates a named query from one in the query registry.','This method clones a new query object from a previously registered one.','$queryKey','','','','createnamedquery','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296404,161548,'addTemplate','Adds a template to this table.','','$template, $impl','','','','addtemplate','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296405,161548,'export','Exports this table to database based on the schema definition.','This method create a physical table in the database, using the definition that comes from the component Doctrine_Record instance.','','throws Doctrine_Connection_Exception if some error other than Doctrine_Core::ERR_ALREADY_EXISTS occurred during the create table operation','returns whether or not the export operation was successful false if table already existed in the database','boolean','export','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296406,161548,'isIdentifier','Checks whether a field is in the primary key.','Checks if $fieldName is part of the table identifier, which defines the one-column or multi-column primary key.','$fieldName','','returns TRUE if the field is part of the table identifier/primary key field(s),','boolean','isidentifier','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296407,161548,'__construct','the constructor','','$name, $conn, $initDefinition = false','throws Doctrine_Connection_Exception if there are no opened connections','','','construct','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296408,161548,'getOption','Returns the value of a given option.','','$name','','returns the value of given option','mixed','getoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296409,161548,'getColumnName','Returns a column name for a column alias.','If the actual name for the alias cannot be found this method returns the given alias.','$fieldName, $alias','','returns column name','string','getcolumnname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296410,161548,'setColumnOptions','Customize the array of options for a column or multiple columns. First \nargument can be a single field/column name or an array of them. The second \nargument is an array of options.','[php] public function setTableDefinition() { parent::setTableDefinition(); $this->setColumnOptions('username', array( 'unique' => true )); }','$columnName, $options, $validators','','','','setcolumnoptions','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296411,161548,'count','Implements Countable interface.','','','','returns number of records in the table','integer','count','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296412,161548,'hasColumn','Finds out whether the table definition contains a given column.','','$columnName','','','boolean','hascolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296413,161548,'getColumnNames','Returns an array containing all the column names.','','$fieldNames = null','','returns numeric array','array','getcolumnnames','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296414,161548,'initDefinition','Initializes the in-memory table definition.','','$name','','','','initdefinition','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296415,161548,'processOrderBy','Process an order by statement to be prefixed with the passed alias and \nfield names converted to column names if the 3rd argument is true.','','$alias, $orderBy, $columnNames = false','','','string','processorderby','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296416,161548,'getEnumValues','Retrieves the enum values for a given field.','','$fieldName','','','array','getenumvalues','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296417,161548,'unshiftFilter','','','$filter','','returns this object (provides a fluent interface)','','unshiftfilter','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296418,161548,'getColumnOwner','Gets the owner of a column.','The owner of a column is the name of the component in a hierarchy that defines the column.','$columnName','','returns the name of the owning/defining component','string','getcolumnowner','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296419,161548,'addForeignKey','Adds a foreignKey to the table in-memory definition.','This method adds a foreign key to the schema definition. It does not add the key to the physical table in the db; @see export().','$definition','','','','addforeignkey','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296420,161548,'getTree','Gets associated tree.','This method returns the associated Tree object (if any exists). Normally implemented by NestedSet behavior.','','','returns false if not a tree','','gettree','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296421,161548,'addRecord','Adds a record to the first level cache (identity map).','This method is used internally to cache records, ensuring that only one object that represents a sql record exists in all scopes.','$record','','returns true if record was not present in the map','boolean','addrecord','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296422,161548,'bindQueryPart','Adds default query parts to the selects executed on this table.','This method binds given value to given query part. Every query created by this table will have this part set by default.','$queryPart, $value','','returns this object','','bindquerypart','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296423,161548,'addGenerator','Adds a generate to the table instance.','','$generator, $name = null','','','','addgenerator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296424,161548,'hasRelation','Tests if a relation exists.','This method queries the table definition to find out if a relation is defined for this component. Alias defined with foreignAlias are not recognized as there's only one Doctrine_Relation object on the owning side.','$alias','','returns true if the relation exists. Otherwise false.','boolean','hasrelation','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296425,161548,'prepareValue','Performs special data preparation.','This method returns a representation of a field data, depending on the type of the given column.\nfind(11);\n $table->find(11, Doctrine_Core::HYDRATE_RECORD);\n $table->find(\'namedQueryForYearArchive\', array(2009), Doctrine_Core::HYDRATE_ARRAY);]]>\n - \n\n
It unserializes array and object typed columns
- \n\n
Uncompresses gzip typed columns
Gets the appropriate en','$fieldName, $value, $typeHint = null, $field','throws Doctrine_Table_Exception if uncompression of gzip typed column fails *','returns prepared value','mixed','preparevalue','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296426,161548,'__isset','Magic method for testing object properties existence.','This method tests if an option exists.
','$option','','','','isset','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296427,161548,'unique','Defines a n-uple of fields that must be unique for every record.','This method Will automatically add UNIQUE index definition and validate the values on save. The UNIQUE index is not created in the database until you use @see export().','$fields','','','','unique','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296428,161548,'setColumnOption','Set an individual column option','','$columnName, $option, $value','','','','setcolumnoption','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296429,161548,'removeColumn','Removes a field name from the table schema information.','','$fieldName','','returns true if the field is found and removed. False otherwise.','boolean','removecolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296430,161548,'getRecord','Returns a new record.','This method checks if a internal record exists in identityMap, if does not exist it creates a new one.','','','','','getrecord','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296431,161548,'findOneBy','Finds the first record that satisfy the clause.','','$fieldName, $value, $hydrationMode = null, $column','','','','findoneby','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296432,161548,'__toString','Generates a string representation of this object.','This method is useful for debugging purposes, or it can be overriden in Doctrine_Record to provide a value when Record is casted to (string).','','','','string','tostring','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296433,161548,'getOrderByStatement','Get the table orderby statement','','$alias = null, $columnNames = false','','','string','getorderbystatement','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296434,161548,'getGenerators','Gets all the generators for this table.','','','','','array','getgenerators','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296435,161548,'applyInheritance','','','($where) $where','','returns query where part with column aggregation inheritance added','string','applyinheritance','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296436,161548,'findBy','Find records basing on a field.','','$fieldName, $value, $hydrationMode = null, $column','','','','findby','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296437,161548,'enumIndex','Retrieves an enum index.','','$fieldName, $value','','returns can be string if native enums are used.','integer','enumindex','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296438,161548,'addNamedQuery','Adds a named query in the query registry.','This methods register a query object with a name to use in the future.','($queryKey) $queryKey, (string|Doctrine_Query) $query','','','','addnamedquery','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296439,161548,'getComponentName','Gets the subclass of Doctrine_Record that belongs to this table.','','','','','string','getcomponentname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296440,161548,'_resolveFindByFieldName','Resolves the passed find by field name inflecting the parameter.','This method resolves the appropriate field name regardless of whether the user passes a column name, field name, or a Doctrine_Inflector::classified() version of their column name. It will be inflected with Doctrine_Inflector::tableize() to get the col','$name','','','string','resolvefindbyfieldname','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296441,161548,'enumValue','Retrieves an enum value.','This method finds a enum string value. If ATTR_USE_NATIVE_ENUM is set on the connection, index and value are the same thing.','$fieldName, $index','','','mixed','enumvalue','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296442,161548,'getUniques','Gets the array of unique fields sets.','','','','returns numeric array','array','getuniques','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296443,161548,'getParentGenerator','Get the parent generator responsible for this table instance','','','','','','getparentgenerator','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296444,161548,'setColumn','Adds a column to the schema.','This method does not alter the database table; @see export();','$name, $type = null, $length = null, $options = array(), $prepend = false','throws Doctrine_Table_Exception if trying use wrongly typed parameter','','','setcolumn','2009-11-12 03:22:52','2009-11-12 03:22:52'),(1296445,161548,'create','Creates a new record.','This method create a new instance of the model defined by this table. The class of this record is the subclass of Doctrine_Record defined by this component. The record is not created in the database until you call @save().','$array = array()','','returns the created record object','','create','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296446,161548,'setColumns','Set multiple column definitions at once','','$definitions','','','','setcolumns','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296447,161548,'getTableName','Gets the table name in the db.','','','','','string','gettablename','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296448,161548,'addCheckConstraint','Adds a check constraint to the table in-memory definition.','This method adds a CHECK constraint to the schema definition. It does not add the constraint to the physical table in the db; @see export().','($definition) $definition, $name','','','','addcheckconstraint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296449,161548,'getDefinitionOf','Retrieves the definition of a field.','This method retrieves the definition of the column, basing of $fieldName which can be a column name or a field name (alias).','$fieldName','','returns false on failure','array','getdefinitionof','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296450,161548,'validateUniques','Validates all the unique indexes.','This methods validates 'unique' sets of fields for the given Doctrine_Record instance. Pushes error to the record error stack if they are generated.','$record','','','','validateuniques','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296451,161548,'getRepository','Gets the internal record repository.','','','','','','getrepository','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296452,161548,'getIndex','Retrieves an index definition.','This method returns a given index definition: @see addIndex().','$index','','returns array on success, FALSE on failure','array|boolean','getindex','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296453,161548,'getExportableFormat','Returns an exportable representation of this object.','This method produces a array representation of the table schema, where keys are tableName, columns (@see $_columns) and options. The options subarray contains 'primary' and 'foreignKeys'.','$parseForeignKeys = true','','','array','getexportableformat','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296454,161548,'getProxy','','','($id) $id = null','throws Doctrine_Find_Exception','','','getproxy','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296455,161548,'getIdentifierType','Retrieves the type of primary key.','This method finds out if the primary key is multifield.','','','','integer','getidentifiertype','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296456,161548,'isGenerator','Check whether this table was created by a record generator or not','','','','','boolean','isgenerator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296457,161548,'bindQueryParts','Binds query parts to this component.','','$queryParts','','returns this object','','bindqueryparts','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296458,161548,'hasGenerator','Checks if a generator name exists.','','$generator','','','','hasgenerator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296459,161548,'hasField','Finds out whether the table definition has a given field.','This method returns true if @see hasColumn() returns true or if an alias named $fieldName exists.','$fieldName','','','boolean','hasfield','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296460,161548,'hasOne','Binds One-to-One aggregate relation','','$componentName, $options','','returns this object','','hasone','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296461,161548,'getRelations','Retrieves all relation objects defined on this table.','','','','','array','getrelations','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296462,161548,'hasDefaultValues','Finds out whether this table has default values for columns.','','','','','boolean','hasdefaultvalues','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296463,161548,'_checkForeignKeyExists','Check if a foreign definition already exists in the fks array for a \nforeign table, local and foreign key','','$def, $foreignKeys','','returns Whether or not the foreign key was found','boolean','checkforeignkeyexists','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296464,161548,'getDefaultValueOf','Retrieves the default value (if any) for a given column.','','$fieldName','','returns default value as set in definition','mixed','getdefaultvalueof','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296465,161548,'setTableName','sets the table name in the schema definition.','','$tableName','','','','settablename','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296466,161548,'addIndex','Adds an index to this table in-memory definition.','This method adds an INDEX to the schema definition. It does not add the index to the physical table in the db; @see export().','$index, $definition','','','','addindex','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296467,161548,'construct','Construct template method.','This method provides concrete Table classes with the possibility to hook into the constructor procedure. It is called after the Doctrine_Table construction process is finished.','','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296468,161548,'createQuery','Creates a query on this table.','This method returns a new Doctrine_Query object and adds the component name of this table as the query 'from' part.tableName)) {\n // ...\n }]]>createQuery(\'myuser\')\n ->where(\'myuser.Phonenumbe','$alias = ''','','','','createquery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296469,161548,'__call','Adds support for magic finders.','This method add support for calling methods not defined in code, such as: findByColumnName, findByRelationAlias findById, findByContactId, etc.','$method, $arguments','','returns result of the finder','the','call','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296470,161548,'getMethodOwner','','','$method','','','','getmethodowner','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296471,161549,'__construct','','','$message','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296472,161550,'get','','','$oid','throws Doctrine_Table_Repository_Exception','','','get','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296473,161550,'evictAll','','','','','returns number of records evicted','integer','evictall','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296474,161550,'loadAll','','','','','','','loadall','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296475,161550,'getIterator','','','','','','ArrayIterator','getiterator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296476,161550,'contains','','','$oid','','','','contains','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296477,161550,'__construct','constructor','','$table','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296478,161550,'count','','Doctrine_Registry implements interface Countable','','','returns the number of records this registry has','integer','count','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296479,161550,'add','','','$record','','','boolean','add','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296480,161550,'evict','','','$oid','','returns whether ot not the operation was successful','boolean','evict','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296481,161550,'getTable','','','','','','','gettable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296482,161551,'getTaskName','','','','','','string','gettaskname','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296483,161551,'validateTaskName','Returns TRUE if the specified task name is valid, or FALSE otherwise','','$taskName','','','bool','validatetaskname','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296484,161551,'getOptionalArguments','','','','','','array','getoptionalarguments','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296485,161551,'getRequiredArgumentsDescriptions','','','','','','array','getrequiredargumentsdescriptions','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296486,161551,'execute','','Override with each task class','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296487,161551,'ask','','','','','','','ask','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296488,161551,'notify','','','$notification = null','','','','notify','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296489,161551,'getRequiredArguments','','','','','','array','getrequiredarguments','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296490,161551,'__construct','','Since this is an abstract classes that extend this must follow a patter of Doctrine_Task_{TASK_NAME} This is what determines the task name for executing it.','$dispatcher = null','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296491,161551,'getDescription','','','','','','string','getdescription','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296492,161551,'validate','','Validates that all required fields are present','','','returns true','bool','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296493,161551,'addArgument','','','$name, $value','','','','addargument','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296494,161551,'getOptionalArgumentsDescriptions','','','','','','array','getoptionalargumentsdescriptions','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296495,161551,'setTaskName','Sets the name of the task, the name that's used to invoke it through a\nCLI','','$taskName','throws InvalidArgumentException If the task name is invalid','','','settaskname','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296496,161551,'deriveTaskName','Returns the name of the task the specified class _would_ implement','N.B. This method does not check if the specified class is actually a Doctrine Task\nThis is public so we can easily test its reactions to fully-qualified class names, without having to add PHP 5.3-specific test code','$className','','','string|bool','derivetaskname','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296497,161551,'getArguments','','','','','','array','getarguments','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296498,161551,'setArguments','','','$args','','','','setarguments','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296499,161551,'getArgument','','','$name, $default = null','','','mixed','getargument','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296500,161552,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296501,161552,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296502,161553,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296503,161553,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296504,161554,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296505,161554,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296506,161555,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296507,161556,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296508,161557,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296509,161558,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296510,161558,'_printResults','','','$array','','','','printresults','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296511,161559,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296512,161560,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296513,161561,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296514,161562,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296515,161563,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296516,161564,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296517,161565,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296518,161566,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296519,161567,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296520,161568,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296521,161569,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296522,161570,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296523,161571,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296524,161572,'execute','','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296525,161572,'__construct','','','$dispatcher = null','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296526,161573,'addChild','Adds a plugin as a child to this plugin','','$template','','returns Chainable.','Doctrine_Template.','addchild','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296527,161573,'getOptions','getOptions returns all options of this template and the associated values','','','','returns all options and their values','array','getoptions','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296528,161573,'getInvoker','returns the last used invoker','','','','returns the record that invoked the last delegated call','','getinvoker','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296529,161573,'setTableDefinition','Blank method for template table definition','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296530,161573,'set','','','$name, $value','','','','set','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296531,161573,'setUp','Blank method for template setup','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296532,161573,'setInvoker','sets the last used invoker','','$invoker','','returns this object','','setinvoker','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296533,161573,'get','','','$name','','','','get','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296534,161573,'getPlugin','Get plugin instance','','','','','','getplugin','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296535,161573,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296536,161573,'getOption','getOption returns the value of given option','','$name, $default = null','','returns the value of given option','mixed','getoption','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296537,161573,'setTable','Set the table object that this Template belongs to','','$table','','','','settable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296538,161573,'hasPlugin','Check if this template has a generator plugin','','','','','boolean','hasplugin','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296539,161573,'getTable','returns the associated table object','','','','returns the associated table object','','gettable','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296540,161574,'setTableDefinition','Set table definition for Geographical behavior','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296541,161574,'getDistanceQuery','Initiate and get a distance query with the select parts for the number of\nkilometers and miles between this record and other zipcode records in the\ndatabase','','','','','','getdistancequery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296542,161574,'getDistance','Get distance between this record and another','','$record, $kilometers = false, $Doctrine_Record','','','integer','getdistance','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296543,161575,'setUp','Initialize the I18n plugin for the template','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296544,161575,'__construct','','','$options = array(), $array','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296545,161575,'getI18n','Get the plugin instance for the I18n template','','','','','','geti18n','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296546,161576,'getUniqueSlug','Creates a unique slug for a given Doctrine_Record. This function enforces\nthe uniqueness by incrementing the values with a postfix if the slug is\nnot unique','','(Doctrine_Record) $record, $slugFromFields','','','string','getuniqueslug','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296547,161576,'buildSlugFromSlugField','Generate the slug for a given Doctrine_Record slug field','','(Doctrine_Record) $record','','','string','buildslugfromslugfield','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296548,161576,'__construct','','','$options, $array','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296549,161576,'preInsert','Set the slug value automatically when a record is inserted','','$event','','','','preinsert','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296550,161576,'preUpdate','Set the slug value automatically when a record is updated if the options\nare configured to allow it','','$event','','','','preupdate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296551,161576,'buildSlugFromFields','Generate the slug for a given Doctrine_Record based on the configured\noptions','','(Doctrine_Record) $record','','','string','buildslugfromfields','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296552,161577,'preDelete','Skip the normal delete options so we can override it with our own','','$event','','','','predelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296553,161577,'hardDelete','Set the hard delete flag so that it is really deleted','','$bool','','','','harddelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296554,161577,'preDqlDelete','Implement preDqlDelete() hook and modify a dql delete query so it updates\nthe deleted flag instead of deleting the record','','$event','','','','predqldelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296555,161577,'__construct','','','$options','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296556,161577,'postDelete','Implement postDelete() hook and set the deleted flag to true','','$event','','','','postdelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296557,161577,'preDqlSelect','Implement preDqlSelect() hook and add the deleted flag to all queries for\nwhich this model is being used in.','','$event','','','','predqlselect','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296558,161578,'preDqlUpdate','Set the updated field for dql update queries','','$event, (Doctrine_Event) $evet','','','','predqlupdate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296559,161578,'__construct','','','$options','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296560,161578,'preInsert','Set the created and updated Timestampable columns when a record is inserted','','$event','','','','preinsert','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296561,161578,'getTimestamp','Gets the timestamp in the correct format based on the way the behavior is\nconfigured','','$type, $conn = null','','','','gettimestamp','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296562,161578,'preUpdate','Set updated Timestampable column when a record is updated','','$event, (Doctrine_Event) $evet','','','','preupdate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296563,161579,'setTableDefinition','Call set table definition for the NestedSet behavior','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296564,161579,'setUp','Set up NestedSet template','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296565,161580,'batchUpdateIndexTableProxy','Proxy method so the batch updating can be called from table classes','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindextableproxy','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296566,161580,'setUp','Setup the Searchable template behavior','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296567,161580,'__construct','','','$options = array()','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296568,161580,'searchTableProxy','Searchable keyword search proxy for Doctrine_Table','','$string, (Doctrine_Query) $query = null','','returns ids and relevancy','array','searchtableproxy','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296569,161580,'batchUpdateIndex','Make the batchUpdateIndex() function available to the template so\nDoctrine_Record child classes with the behavior enabled can all the\nfunction','','$limit = null, $offset = null, $encoding = null','','','','batchupdateindex','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296570,161581,'setTableDefinition','Set table definition for Sluggable behavior','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296571,161582,'setTableDefinition','Set table definition for SoftDelete behavior','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296572,161582,'hardDelete','Add a hardDelete() method to any of the models who act as SoftDelete\nbehavior','','(Doctrine_Connection) $conn = null','','returns Number of affected rows.','integer','harddelete','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296573,161583,'setTableDefinition','Set table definition for Timestampable behavior','','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296574,161584,'revert','revert reverts this record to given version, this method only works if\nversioning plugin is enabled','','$version','throws Doctrine_Record_Exception if given version does not exist','returns this object','','revert','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296575,161584,'setUp','Setup the Versionable behavior for the template','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296576,161584,'__construct','','','$options = array()','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296577,161584,'getAuditLog','Get plugin for Versionable template','','','','','','getauditlog','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296578,161585,'beginInternalTransaction','Initiates a transaction.','This method must only be used by Doctrine itself to initiate transactions. Userland-code must usebeginTransaction .','$savepoint = null','','','','begininternaltransaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296579,161585,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296580,161585,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296581,161585,'rollback','','Cancel any database changes done during a transaction or since a specific savepoint that is in progress. This function may only be called when auto-committing is disabled, otherwise it will fail. Therefore, a new transaction is implicitly started after','$savepoint = null','throws Doctrine_Transaction_Exception if the rollback operation fails at database level','returns false if rollback couldn't be performed, true otherwise','boolean','rollback','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296582,161585,'addCollection','addCollection adds a collection in the internal array of collections','at the end of each commit this array is looped over and of every collection Doctrine then takes a snapshot in order to keep the collections up to date with the database','$coll','','returns this object','','addcollection','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296583,161585,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296584,161585,'addInvalid','addInvalid adds record into invalid records list','','$record','','returns false if record already existed in invalid records list, otherwise true','boolean','addinvalid','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296585,161585,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296586,161585,'createSavePoint','releaseSavePoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296587,161585,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296588,161585,'getState','getState returns the state of this transaction module.','','','','returns the connection state','integer','getstate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296589,161585,'getTransactionLevel','getTransactionLevel get the current transaction nesting level','','','','','integer','gettransactionlevel','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296590,161585,'beginTransaction','beginTransaction Start a transaction or set a savepoint.','if trying to set a savepoint and there is no active transaction a new transaction is being started\nThis method should only be used by userland-code to initiate transactions. To initiate a transaction from inside Doctrine use throws Doctrine_Transaction_Exception if the transaction fails at database level','returns current transaction nesting level','integer','begintransaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296591,161585,'getInvalid','Return the invalid records','','','','returns An array of invalid records','array','getinvalid','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296592,161585,'commit','Commit the database changes done during a transaction that is in progress\nor release a savepoint. This function may only be called when \nauto-committing is disabled, otherwise it will fail.','Listeners: preTransactionCommit, postTransactionCommit','$savepoint = null','throws Doctrine_Validator_Exception if the transaction fails due to record validations','returns false if commit couldn't be performed, true otherwise','boolean','commit','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296593,161585,'setIsolation','','Set the transacton isolation level. (implemented by the connection drivers)\nexample:\n','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296594,161585,'getInternalTransactionLevel','','','','','','','getinternaltransactionlevel','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296595,161585,'getIsolation','getTransactionIsolation','fetches the current session transaction isolation level\nnote: some drivers may support setting the transaction isolation level but not fetching it','','throws PDOException if something fails at the PDO level','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296596,161586,'_doBeginTransaction','Begins a database transaction.','','','','','','dobegintransaction','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296597,161586,'_doCommit','Performs the commit.','','','','','','docommit','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296598,161586,'_doRollback','Performs the rollback.','','','','','','dorollback','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296599,161586,'setIsolation','Set the transacton isolation level.','','$isolation, $options = array()','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296600,161587,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296601,161587,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296602,161587,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296603,161587,'setIsolation','Set the transacton isolation level.','','$isolation','throws PDOException if something fails at the PDO level','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296604,161587,'getIsolation','getTransactionIsolation','','','','returns returns the current session transaction isolation level','string','getisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296605,161588,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296606,161588,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296607,161588,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296608,161588,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296609,161589,'rollbackSavePoint','rollbackSavePoint releases given savepoint','','$savepoint','','','','rollbacksavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296610,161589,'releaseSavePoint','releaseSavePoint releases given savepoint','','$savepoint','','','','releasesavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296611,161589,'createSavePoint','createSavepoint creates a new savepoint','','$savepoint','','','','createsavepoint','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296612,161589,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level or unknown wait option','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296613,161590,'setIsolation','Set the transacton isolation level.','','$isolation','throws Doctrine_Transaction_Exception if using unknown isolation level','','','setisolation','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296614,161591,'setTableDefinition','Used to define table attributes required for the given implementation','','','throws Doctrine_Tree_Exception if table attributes have not been defined','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296615,161591,'factory','Factory method to create a Tree.','This is a factory method that returns a tree instance based upon chosen implementation.','$table, $implName, $options = array(), $impName','throws Doctrine_Exception if class $implName does not extend Doctrine_Tree','','','factory','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296616,161591,'setUp','this method is used for setting up relations and attributes and should be\nused by specific implementations','','','','','','setup','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296617,161591,'setAttribute','sets tree attribute value','','$name, $value','','','','setattribute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296618,161591,'getAttribute','gets tree attribute value','','$name','','','','getattribute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296619,161591,'__construct','constructor, creates tree with reference to table and any options','','$table, $options','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296620,161591,'getBaseComponent','Returns the base tree component.','','','','','','getbasecomponent','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296621,161592,'fetchTree','optimised method to returns iterator for traversal of the entire tree from\nroot','','$options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','Iterator','fetchtree','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296622,161592,'createRoot','creates root node from given record or from a new record','','$record = null','','','','createroot','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296623,161592,'fetchRoot','returns root node','','$root_id = 1','','','','fetchroot','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296624,161592,'fetchBranch','optimised method that returns iterator for traversal of the tree from the\ngiven record primary key','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns instance of Doctrine_Node_<Implementation>_PreOrderIterator','iterator','fetchbranch','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296625,161593,'fetchTree','Fetches a tree.','','$options = array(), $hydrationMode = null, $fetchmode','','returns The tree or FALSE if the tree could not be found.','mixed','fetchtree','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296626,161593,'fetchRoots','Fetches all root nodes. If the tree has only one root this is the same as \nfetchRoot().','','','','returns The root nodes.','mixed','fetchroots','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296627,161593,'setTableDefinition','used to define table attributes required for the NestetSet implementation','adds lft and rgt columns for corresponding left and right values','','','','','settabledefinition','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296628,161593,'getBaseAlias','Enter description here...','','','','','','getbasealias','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296629,161593,'resetBaseQuery','Enter description here...','','','','','','resetbasequery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296630,161593,'setBaseQuery','Enter description here...','','$query','','','','setbasequery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296631,161593,'createRoot','Creates root node from given record or from a new record.','Note: When using a tree with multiple root nodes (hasManyRoots), you MUST pass in a record to use as the root. This can either be a new/transient record that already has the root id column set to some numeric value OR a persistent record. In the latter ','$record = null','','','','createroot','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296632,161593,'fetchRoot','Fetches a/the root node.','','$rootId = 1','','','','fetchroot','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296633,161593,'__construct','constructor, creates tree with reference to table and sets default root\noptions','','$table, $options','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296634,161593,'fetchBranch','Fetches a branch of a tree.','','$pk, $options = array(), $hydrationMode = null, $fetchmode','','returns The branch or FALSE if the branch could not be found.','mixed','fetchbranch','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296635,161593,'getBaseQuery','Enter description here...','','$options','','','unknown','getbasequery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296636,161593,'returnQueryWithRootId','returns parsed query with root id where clause added if applicable','','$query, $rootId = 1, $root_id','','','','returnquerywithrootid','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296637,161594,'validateRecord','Validates a given record and saves possible errors in\nDoctrine_Validator::$stack','','$record','','','','validaterecord','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296638,161594,'hasErrors','Whether or not errors exist on this validator','','','','returns True/false for whether or not this validate instance has error','boolean','haserrors','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296639,161594,'getStringLength','Get length of passed string. Will use multibyte character functions if they\nexist','','$string','','','integer','getstringlength','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296640,161594,'validateLength','Validates the length of a field.','','$value, $type, $maximumLength','','returns True/false for whether the value passed validation','boolean','validatelength','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296641,161594,'getValidator','Get a validator instance for the passed $name','','$name','','','Doctrine_Validator_Interface','getvalidator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296642,161594,'isValidType','Validate the type of the passed variable','','$var, $type','','','boolean','isvalidtype','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296643,161595,'validate','checks if given value is a valid country code','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296644,161595,'getCountries','returns all available country codes','','','','','array','getcountries','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296645,161596,'validate','checks if given value is a valid credit card number','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296646,161597,'validate','checks if given value is a valid date','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296647,161598,'__get','__get an alias for getOption','','$arg','','','','get','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296648,161598,'getArgs','returns all args and their associated values','','','','returns all args as an associative array','array','getargs','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296649,161598,'getArg','returns the value of an argument','','($arg) $arg','','returns the value of the option','mixed','getarg','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296650,161598,'__set','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','set','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296651,161598,'__isset','','','$arg','','','','isset','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296652,161598,'__toString','','','','','','','tostring','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296653,161598,'setArg','sets given value to an argument','','($arg) $arg, ($value) $value','','returns this object','','setarg','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296654,161599,'validate','checks if given value is a valid email address','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296655,161600,'set','Alias for add()','','$fieldName, $errorCode','','','','set','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296656,161600,'clear','Removes all errors from the stack.','','','','','','clear','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296657,161600,'get','Get errors for field','','$fieldName','','','mixed','get','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296658,161600,'getIterator','Enter description here...','','','','','unknown','getiterator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296659,161600,'getClassname','Get the classname where the errors occured','','','','','string','getclassname','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296660,161600,'contains','Check if a field has an error','','$fieldName','','','boolean','contains','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296661,161600,'toArray','','','','','','','toarray','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296662,161600,'__construct','Constructor','','$className','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296663,161600,'count','Count the number of errors','','','','','integer','count','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296664,161600,'add','Adds an error to the stack.','','$invalidFieldName, $errorCode = 'general', $errorType','','','','add','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296665,161600,'remove','Removes all existing errors for the specified field from the stack.','','$fieldName','','','','remove','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296666,161600,'getValidators','Get array of failed validators','','','','','array','getvalidators','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296667,161601,'getInvalidRecords','','','','','','','getinvalidrecords','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296668,161601,'getIterator','','','','','','','getiterator','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296669,161601,'__construct','','','$invalid, (Doctrine_Validator) $validator','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296670,161601,'count','','','','','','','count','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296671,161601,'inspect','This method will apply the value of the $function variable as a user_func \nto tall errorstack objects in the exception','','$function','','','','inspect','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296672,161602,'validate','checks if the given value is a valid date in the future.','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296673,161603,'validate','checks if given value is a valid html color code','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296674,161604,'validate','checks if given value is valid ip address','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296675,161605,'validate','checks if given value is more length than the minimum length required','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296676,161606,'validate','checks that value doesn't contain any space chars','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296677,161607,'validate','checks that value isn't blank a value is blank when its either null\nor contains only space characters','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296678,161608,'validate','checks that given value isn't null','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296679,161609,'validate','checks if the given value is a valid date in the past.','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296680,161610,'validate','checks if value is within given range','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296681,161611,'validate','checks if value has been modified','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296682,161612,'validate','checks if given value satisfies a regular expression','','$value, $args','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296683,161613,'validate','','checks if given value is a valid time','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296684,161614,'validate','checks if given value is a valid timestamp (YYYY-MM-DD HH:MM:SS)','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296685,161615,'validate','checks if given value is unique','','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296686,161616,'validate','checks if given value is a valid unsigned integer or float','valid values: null, '', 5, '5', 5.9, '5.9' invalid values: -5, '-5', 'five', -5.9, '-5.9', '5.5.5'','$value','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296687,161617,'validate','checks if given value is a valid US state code','','$value, $args','','','boolean','validate','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296688,161617,'getStates','','','','','','','getstates','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296689,161618,'execute','returns a collection of Doctrine_Record objects','','','','','','execute','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296690,161618,'getConnection','returns the connection object','','','','','','getconnection','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296691,161618,'drop','drops this view from the database','','','throws Doctrine_View_Exception','','','drop','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296692,161618,'__construct','constructor','','$query, $viewName','','','','construct','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296693,161618,'getViewDql','Get the view dql string','','','','','string','getviewdql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296694,161618,'getViewSql','Get the view sql string','','','','','string','getviewsql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296695,161618,'getQuery','returns the associated query object','','','','','','getquery','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296696,161618,'getSelectSql','returns the select sql for this view','','','','','string','getselectsql','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296697,161618,'create','creates this view','','','throws Doctrine_View_Exception','','','create','2009-11-12 03:22:53','2009-11-12 03:22:53'),(1296698,161618,'getName','returns the name of this view','','','','','string','getname','2009-11-12 03:22:53','2009-11-12 03:22:53'); /*!40000 ALTER TABLE `api_method` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `api_parameter` -- DROP TABLE IF EXISTS `api_parameter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `api_parameter` ( `id` int(11) NOT NULL auto_increment, `api_method_id` int(11) default NULL, `name` varchar(255) default NULL, `type` varchar(255) default NULL, `default_value` varchar(255) default NULL, `description` varchar(255) default NULL, `is_optional` tinyint(1) default NULL, `slug` longtext, `created_at` datetime default NULL, `updated_at` datetime default NULL, PRIMARY KEY (`id`), KEY `api_method_id_idx` (`api_method_id`), CONSTRAINT `api_parameter_ibfk_1` FOREIGN KEY (`api_method_id`) REFERENCES `api_method` (`id`), CONSTRAINT `api_parameter_ibfk_2` FOREIGN KEY (`api_method_id`) REFERENCES `api_method` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1417142 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `api_parameter` -- LOCK TABLES `api_parameter` WRITE; /*!40000 ALTER TABLE `api_parameter` DISABLE KEYS */; INSERT INTO `api_parameter` VALUES (1288900,1182251,'$directory','','null','setIsolation(\'READ UNCOMMITTED\');]]>',1,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288901,1182252,'$var','','','a variable of any type',0,'var','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288902,1182252,'$output','','true','whether to output the content',1,'output','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288903,1182253,'$class','','','Can be a string named after the class, an instance of the class, or an\n instance of the class reflected',0,'class','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288904,1182254,'$path','','',' ',0,'path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288905,1182254,'$mode','','0777',' ',1,'mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288906,1182255,'$tablename','','',' ',0,'tablename','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288907,1182256,'$yamlPath','','','Path to your yaml schema files',0,'yaml-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288908,1182256,'$directory','','','Directory to generate your models in',0,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288909,1182257,'$migrationsPath','','',' ',0,'migrations-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288910,1182258,'$tableName','','',' ',0,'table-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288911,1182259,'$bool','','null',' ',1,'bool','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288912,1182260,'$classes','','null',' ',1,'classes','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288913,1182261,'$specifiedConnections','','array()','Array of connections you wish to create the database for',1,'specified-connections','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288914,1182262,'$matches','','','An array of matches from a pcre_replace call',0,'matches','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288915,1182263,'$className','','',' ',0,'class-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288916,1182263,'$classname','','',' ',0,'classname','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288917,1182264,'$classname','','',' ',0,'classname','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288918,1182265,'$classname','','',' ',0,'classname','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288919,1182266,'$yamlPath','','','Path to write the yaml data fixtures to',0,'yaml-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288920,1182266,'$individualFiles','','false','Whether or not to dump data to individual fixtures files',1,'individual-files','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288921,1182267,'$classes','classes','','Array of classes to filter through, otherwise uses get_declared_classes()',0,'classes','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288922,1182268,'$target','','null',' ',1,'target','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288923,1182268,'$includedDrivers','','array()',' ',1,'included-drivers','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288924,1182269,'$migrationsPath','','',' ',0,'migrations-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288925,1182269,'$modelsPath','','null',' ',1,'models-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288926,1182270,'$tableName','','',' ',0,'table-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288927,1182274,'$type','','',' ',0,'type','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288928,1182275,'$yamlPath','','','Path to your yaml schema files',0,'yaml-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288929,1182275,'$directory','','','Directory to generate your models in',0,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288930,1182275,'$options','','array()','Array of options to pass to the schema importer',1,'options','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288931,1182276,'$yamlPath','','','Path to your yaml data fixtures',0,'yaml-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288932,1182276,'$append','','false','Whether or not to append the data',1,'append','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288933,1182277,'$folderPath','','',' ',0,'folder-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288934,1182278,'$specifiedConnections','','array()','Array of connections you wish to drop the database for',1,'specified-connections','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288935,1182279,'$directory','','','Directory to write your models to',0,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288936,1182279,'$databases','','array()','Array of databases to generate models for',1,'databases','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288937,1182280,'$array','','','An array of models to be exported',0,'array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288938,1182282,'$className','','','Name of the Migration class to generate',0,'class-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288939,1182282,'$migrationsPath','','','Path to directory which contains your migration classes',0,'migrations-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288940,1182283,'$yamlPath','','','Path to write oyur yaml schema file to',0,'yaml-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288941,1182284,'$directory','','null','Directory containing your models',1,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288942,1182286,'$migrationsPath','','','Path to migrations directory which contains your migration classes',0,'migrations-path','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288943,1182286,'$to','','null','Version you wish to migrate to.',1,'to','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288944,1182287,'$directory','','','Path to directory of models or array of directory paths',0,'directory','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288945,1182288,'$name','','',' ',0,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288946,1182289,'$offset','','',' ',0,'offset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288947,1182290,'$offset','','',' ',0,'offset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288948,1182290,'$value','','',' ',0,'value','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288949,1182291,'$offset','','',' ',0,'offset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288950,1182292,'$offset','','',' ',0,'offset','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288951,1182293,'$name','','',' ',0,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288952,1182294,'$name','','',' ',0,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288953,1182295,'$array','','','an array of key => value pairs',0,'array','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288954,1182296,'$name','$name','',' ',0,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288955,1182296,'$value','$value','',' ',0,'value','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288956,1182299,'$mode','','',' ',0,'mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288957,1182300,'$mode','','',' ',0,'mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288958,1182302,'$config','','','An array of configuration keys.',0,'config','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288959,1182303,'$sql','','','The SQL statement with placeholders.',0,'sql','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288960,1182306,'$value','','','Raw string',0,'value','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288961,1182309,'$statement','','',' ',0,'statement','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288962,1182315,'$queryString','','',' ',0,'query-string','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288963,1182317,'$input','','',' ',0,'input','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288964,1182318,'$prepareString','','',' ',0,'prepare-string','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288965,1182320,'$statement','','',' ',0,'statement','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288966,1182328,'$query','','',' ',0,'query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288967,1182329,'$query','','',' ',0,'query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288968,1182331,'$input','','',' ',0,'input','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288969,1182333,'$name','','null',' ',1,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288970,1182334,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288971,1182336,'$query','','',' ',0,'query','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288972,1182337,'$fail','','true',' ',1,'fail','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288973,1182338,'$name','','',' ',0,'name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288974,1182338,'$message','','''',' ',1,'message','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288975,1182338,'$code','','0',' ',1,'code','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288976,1182339,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288977,1182339,'$value','','',' ',0,'value','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288978,1182341,'$tableName','','null','OPTIONAL Name of table.',1,'table-name','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288979,1182341,'$primaryKey','','null','OPTIONAL Name of primary key column.',1,'primary-key','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288980,1182342,'$sql','','','SQL query',0,'sql','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288981,1182348,'$mode','','','A fetch mode.',0,'mode','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288982,1182350,'$config','','','An array of configuration keys.',0,'config','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288983,1182351,'$sql','','','The SQL statement with placeholders.',0,'sql','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288984,1182354,'$value','','','Raw string',0,'value','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288985,1182355,'$ident','string|array|Doctrine_Expr','','The identifier or expression.',0,'ident','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288986,1182355,'$alias','','','An alias for the table.',0,'alias','2008-07-25 07:40:26','2008-07-25 07:40:26'),(1288987,1182358,'$sql','','',' ',0,'sql','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288988,1182364,'$sql','','',' ',0,'sql','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288989,1182366,'$input','','',' ',0,'input','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288990,1182368,'$resourceUrl','','',' ',0,'resource-url','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288991,1182370,'$sql','','',' ',0,'sql','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288992,1182374,'$mode','','',' ',0,'mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288993,1182376,'$fetchStyle','','','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',0,'fetch-style','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288994,1182376,'$cursorOrientation','','','For a PDOStatement object representing a scrollable cursor,\n this value determines which row will be returned to\n the caller. This value must be one of\n the Doctrine::FETCH_ORI_* constants, defaultin',0,'cursor-orientation','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288995,1182376,'$cursorOffset','','',' \n For a Doctrine_Adapter_Statement_Interface object representing a\n scrollable cursor for which the\n $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value\n specifies ',0,'cursor-offset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288996,1182379,'$no','','','
',0,'no','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288997,1182379,'$value','','',' ',0,'value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288998,1182383,'$columnIndex','','0','0-indexed number of the column you wish to retrieve from the row. If no\n value is supplied,\n Doctrine_Adapter_Statement_Interface->fetchColumn()\n fetches the first column.',1,'column-index','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1288999,1182385,'$className','',''stdClass'','Name of the created class, defaults to stdClass.',1,'class-name','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289000,1182385,'$args','','array()','Elements of this array are passed to the constructor.',1,'args','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289001,1182386,'$mode','','','The fetch mode must be one of the Doctrine::FETCH_* constants.',0,'mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289002,1182386,'$arg1','','null',' ',1,'arg1','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289003,1182386,'$arg2','','null',' ',1,'arg2','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289004,1182388,'$fetchStyle','','Doctrine::FETCH_BOTH','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',1,'fetch-style','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289005,1182388,'$cursorOrientation','','Doctrine::FETCH_ORI_NEXT','For a PDOStatement object representing a scrollable cursor,\n this value determines which row will be returned to\n the caller. This value must be one of\n the Doctrine::FETCH_ORI_* constants, defaultin',1,'cursor-orientation','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289006,1182388,'$cursorOffset','','null',' \n For a Doctrine_Adapter_Statement_Interface object representing a\n scrollable cursor for which the\n $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value\n specifies ',1,'cursor-offset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289007,1182390,'$column','','','Number of the column (1-indexed) or name of the column in the result set.\n If using the column name, be aware that the\n name should match the case of the column, as\n returned by the driver.',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289008,1182390,'$param','','','Name of the PHP variable to which the column will be bound.',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289009,1182390,'$type','','null','Data type of the parameter, specified by the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289010,1182391,'$column','','','
',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289011,1182391,'[[[amp]]]$variable','','',' ',0,'amp-variable','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289012,1182391,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.\n To return an INOUT parameter from a stored\n procedure, use the bitwise OR operator to set the\n Doctrine::PARAM_INPUT_OUTPUT bits f',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289013,1182391,'$length','','null','Length of the data type. To indicate that a parameter is an OUT parameter\n from a stored procedure, you must explicitly\n set the length.',1,'length','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289014,1182391,'$driverOptions','','array()',' ',1,'driver-options','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289015,1182391,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289016,1182391,'$variable','','','Name of the PHP variable to bind to the SQL statement parameter.',0,'variable','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289017,1182392,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289018,1182393,'$params','','null','An array of values with as many elements as there are\n bound parameters in the SQL statement being executed.',1,'params','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289019,1182394,'$column','','','The 0-indexed column in the result set.',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289020,1182395,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289021,1182395,'$value','','','The value to bind to the parameter.',0,'value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289022,1182395,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289023,1182397,'$fetchStyle','','Doctrine::FETCH_BOTH','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',1,'fetch-style','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289024,1182397,'$columnIndex','','','Returns the indicated 0-indexed column when the value of $fetchStyle is\n Doctrine::FETCH_COLUMN. Defaults to 0.',0,'column-index','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289025,1182398,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289026,1182398,'$value','','','the value of given attribute',0,'value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289027,1182401,'$columnIndex','','0','0-indexed number of the column you wish to retrieve from the row. If no\n value is supplied,\n Doctrine_Adapter_Statement_Interface->fetchColumn()\n fetches the first column.',1,'column-index','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289028,1182403,'$className','',''stdClass'','Name of the created class, defaults to stdClass.',1,'class-name','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289029,1182403,'$args','','array()','Elements of this array are passed to the constructor.',1,'args','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289030,1182404,'$mode','','','The fetch mode must be one of the Doctrine::FETCH_* constants.',0,'mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289031,1182404,'$arg1','','null',' ',1,'arg1','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289032,1182404,'$arg2','','null',' ',1,'arg2','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289033,1182406,'$fetchStyle','','Doctrine::FETCH_BOTH','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',1,'fetch-style','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289034,1182406,'$cursorOrientation','','Doctrine::FETCH_ORI_NEXT','For a PDOStatement object representing a scrollable cursor,\n this value determines which row will be returned to\n the caller. This value must be one of\n the Doctrine::FETCH_ORI_* constants, defaultin',1,'cursor-orientation','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289035,1182406,'$cursorOffset','','null',' \n For a Doctrine_Adapter_Statement_Interface object representing a\n scrollable cursor for which the\n $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value\n specifies ',1,'cursor-offset','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289036,1182408,'$column','','','Number of the column (1-indexed) or name of the column in the result set.\n If using the column name, be aware that the\n name should match the case of the column, as\n returned by the driver.',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289037,1182408,'$param','','','Name of the PHP variable to which the column will be bound.',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289038,1182408,'$type','','null','Data type of the parameter, specified by the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289039,1182409,'$column','','','
',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289040,1182409,'[[[amp]]]$variable','','',' ',0,'amp-variable','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289041,1182409,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.\n To return an INOUT parameter from a stored\n procedure, use the bitwise OR operator to set the\n Doctrine::PARAM_INPUT_OUTPUT bits f',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289042,1182409,'$length','','null','Length of the data type. To indicate that a parameter is an OUT parameter\n from a stored procedure, you must explicitly\n set the length.',1,'length','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289043,1182409,'$driverOptions','','array()',' ',1,'driver-options','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289044,1182409,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289045,1182409,'$variable','','','Name of the PHP variable to bind to the SQL statement parameter.',0,'variable','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289046,1182410,'$mock','','',' ',0,'mock','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289047,1182411,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289048,1182412,'$params','','null','An array of values with as many elements as there are\n bound parameters in the SQL statement being executed.',1,'params','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289049,1182413,'$column','','','The 0-indexed column in the result set.',0,'column','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289050,1182414,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289051,1182414,'$value','','','The value to bind to the parameter.',0,'value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289052,1182414,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289053,1182416,'$fetchMode','','Doctrine::FETCH_BOTH',' ',1,'fetch-mode','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289054,1182416,'$fetchStyle','','','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',0,'fetch-style','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289055,1182416,'$columnIndex','','','Returns the indicated 0-indexed column when the value of $fetchStyle is\n Doctrine::FETCH_COLUMN. Defaults to 0.',0,'column-index','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289056,1182417,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289057,1182417,'$value','','','the value of given attribute',0,'value','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289058,1182418,'$table','\n \n ','',' ',0,'table','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289059,1182419,'$options','','',' ',0,'options','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289060,1182420,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289061,1182420,'$version','','',' ',0,'version','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289062,1182421,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289063,1182422,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289064,1182423,'$auditLog','\n \n ','',' ',0,'audit-log','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289065,1182424,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289066,1182425,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:27','2008-07-25 07:40:27'),(1289067,1182426,'$option','','','the option name',0,'option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289068,1182429,'$namespace','','null','optional query namespace',1,'namespace','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289069,1182430,'$query','string|array','','sql query string',0,'query','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289070,1182430,'$namespace','','null','connection namespace',1,'namespace','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289071,1182433,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289072,1182435,'$driver','Doctrine_Cache_Interface|string','','cache driver name or a driver object',0,'driver','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289073,1182435,'$options','','array()','cache driver options',1,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289074,1182436,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289075,1182438,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289076,1182439,'$option','','','the option name',0,'option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289077,1182439,'$value','','','option value',0,'value','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289078,1182441,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289079,1182444,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289080,1182445,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289081,1182446,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289082,1182446,'$data','','','data to cache',0,'data','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289083,1182446,'$lifeTime','','false','if != false, set a specific lifetime for this cache record (null =>\n infinite lifeTime)',1,'life-time','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289084,1182447,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289085,1182447,'$testCacheValidity','','true','if set to false, the cache validity won't be tested',1,'test-cache-validity','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289086,1182448,'$options','','array()','associative array of cache driver options',1,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289087,1182449,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289088,1182450,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289089,1182451,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289090,1182451,'$data','','','data to cache',0,'data','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289091,1182451,'$lifeTime','','false','if != false, set a specific lifetime for this cache record (null =>\n infinite lifeTime)',1,'life-time','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289092,1182452,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289093,1182452,'$testCacheValidity','','true','if set to false, the cache validity won't be tested',1,'test-cache-validity','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289094,1182455,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289095,1182456,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289096,1182457,'$data','','','data to cache',0,'data','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289097,1182457,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289098,1182457,'$lifeTime','','false','if != false, set a specific lifetime for this cache record (null =>\n infinite lifeTime)',1,'life-time','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289099,1182458,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289100,1182458,'$testCacheValidity','','true','if set to false, the cache validity won't be tested',1,'test-cache-validity','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289101,1182459,'$options','','',' ',0,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289102,1182459,'$_options','','','an array of options',0,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289103,1182464,'$option','','','the option name',0,'option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289104,1182465,'$options','','',' ',0,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289105,1182465,'$_options','','','an array of options',0,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289106,1182466,'$option','','','the option name',0,'option','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289107,1182466,'$value','','','option value',0,'value','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289108,1182467,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289109,1182468,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289110,1182469,'$data','','','data to cache',0,'data','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289111,1182469,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289112,1182469,'$lifeTime','','false','if != false, set a specific lifetime for this cache record (null =>\n infinite lifeTime)',1,'life-time','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289113,1182470,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289114,1182470,'$testCacheValidity','','true','if set to false, the cache validity won't be tested',1,'test-cache-validity','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289115,1182471,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289116,1182472,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289117,1182473,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289118,1182473,'$data','','','data to cache',0,'data','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289119,1182473,'$lifeTime','','false','if != false, set a specific lifetime for this cache record (null =>\n infinite lifeTime)',1,'life-time','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289120,1182474,'$id','','','cache id',0,'id','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289121,1182474,'$testCacheValidity','','true','if set to false, the cache validity won't be tested',1,'test-cache-validity','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289122,1182475,'$options','','array()','associative array of cache driver options',1,'options','2008-07-25 07:40:28','2008-07-25 07:40:28'),(1289123,1182476,'$notification','','null',' ',1,'notification','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289124,1182476,'$style','',''HEADER'',' ',1,'style','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289125,1182477,'$task','','null',' ',1,'task','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289126,1182477,'$full','','false',' ',1,'full','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289127,1182478,'$args','','',' ',0,'args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289128,1182479,'$args','','',' ',0,'args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289129,1182480,'$config','','array()',' ',1,'config','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289130,1182481,'$args','','',' ',0,'args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289131,1182482,'$directory','','null',' ',1,'directory','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289132,1182483,'$exception','','',' ',0,'exception','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289133,1182484,'$args','','',' ',0,'args','2008-07-25 07:40:29','2008-07-25 07:40:29'),(1289134,1182486,'$stream','','','A stream',0,'stream','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289135,1182487,'$text','','','The text',0,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289136,1182487,'$size','','null','The maximum size of the returned string (65 by default)',1,'size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289137,1182488,'$section','','','The section name',0,'section','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289138,1182488,'$text','','','The text message',0,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289139,1182488,'$size','','null','The maximum size allowed for a line (65 by default)',1,'size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289140,1182489,'$name','','','The style name',0,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289141,1182489,'$options','','array()','An array of options',1,'options','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289142,1182490,'$text','','''','The test to style',1,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289143,1182490,'$parameters','','array()','An array of options or a style name',1,'parameters','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289144,1182490,'$stream','','STDOUT',' ',1,'stream','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289145,1182491,'$size','','','The maximum line size for a message',0,'size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289146,1182492,'$text','','','The text',0,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289147,1182492,'$size','','null','The maximum size of the returned string (65 by default)',1,'size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289148,1182493,'$section','','','The section name',0,'section','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289149,1182493,'$text','','','The text message',0,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289150,1182493,'$size','','null','The maximum size allowed for a line (65 by default)',1,'size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289151,1182494,'$maxLineSize','','65',' ',1,'max-line-size','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289152,1182495,'$text','','''','The test to style',1,'text','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289153,1182495,'$parameters','','array()','An array of parameters',1,'parameters','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289154,1182495,'$stream','stream','STDOUT','A stream (default to STDOUT)',1,'stream','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289155,1182497,'$name','','',' ',0,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289156,1182497,'$coll','\n \n ','',' ',0,'coll','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289157,1182499,'$a','','',' ',0,'a','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289158,1182499,'$b','','',' ',0,'b','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289159,1182500,'$record','\n \n ','','record to be added',0,'record','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289160,1182500,'$key','','null','optional key for the record',1,'key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289161,1182501,'$conn','\n \n ','null',' ',1,'conn','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289162,1182504,'$type','','',' ',0,'type','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289163,1182504,'$data','','',' ',0,'data','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289164,1182506,'$null','\n \n ','',' ',0,'null','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289165,1182507,'$name','','null',' ',1,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289166,1182509,'$key','','','the key of the element',0,'key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289167,1182510,'$key','','','the key of the element',0,'key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289168,1182511,'$conn','\n \n ','null','optional connection parameter',1,'conn','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289169,1182514,'$data','','',' ',0,'data','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289170,1182519,'$table','Doctrine_Table|string','',' ',0,'table','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289171,1182519,'$keyColumn','','null',' ',1,'key-column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289172,1182520,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289173,1182520,'$relation','\n \n ','',' ',0,'relation','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289174,1182521,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289175,1182524,'$array','','',' ',0,'array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289176,1182528,'$key','','',' ',0,'key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289177,1182528,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289178,1182530,'$column','','',' ',0,'column','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289179,1182531,'$key','','',' ',0,'key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289180,1182532,'$type','','',' ',0,'type','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289181,1182532,'$deep','','false',' ',1,'deep','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289182,1182534,'$array','','',' ',0,'array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289183,1182535,'$deep','','false',' ',1,'deep','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289184,1182535,'$prefixKey','','false',' ',1,'prefix-key','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289185,1182536,'$serialized','','',' ',0,'serialized','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289186,1182537,'$array','','','representation of a Doctrine_Collection',0,'array','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289187,1182543,'$collection','','',' ',0,'collection','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289188,1182548,'$table','\n \n ','',' ',0,'table','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289189,1182551,'$name','','',' ',0,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289190,1182552,'$name','','',' ',0,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289191,1182554,'$definition','','array()',' ',1,'definition','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289192,1182556,'$index','','',' ',0,'index','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289193,1182556,'$field','','',' ',0,'field','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289194,1182557,'$field','','',' ',0,'field','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289195,1182557,'$value','','',' ',0,'value','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289196,1182558,'$field','','',' ',0,'field','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289197,1182560,'$name','','',' ',0,'name','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289198,1182560,'$value','','',' ',0,'value','2008-07-25 07:40:33','2008-07-25 07:40:33'),(1289199,1182561,'$target','','null',' ',1,'target','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289200,1182561,'$includedDrivers','','array()',' ',1,'included-drivers','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289201,1182562,'$listener','Doctrine_EventListener_Interface|Doctrine_Overloadable','',' ',0,'listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289202,1182563,'$name','','',' ',0,'name','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289203,1182563,'$value','','',' ',0,'value','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289204,1182563,'$namespace','','null',' ',1,'namespace','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289205,1182565,'$listener','Doctrine_EventListener_Interface|Doctrine_Overloadable','',' ',0,'listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289206,1182565,'$name','','null',' ',1,'name','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289207,1182566,'$namespace','','null',' ',1,'namespace','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289208,1182568,'$template','','',' ',0,'template','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289209,1182569,'$name','','',' ',0,'name','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289210,1182569,'$value','','',' ',0,'value','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289211,1182569,'$namespace','','',' ',0,'namespace','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289212,1182571,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289213,1182572,'$template','','','name of the class template',0,'template','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289214,1182572,'$class','','','name of the class to be bound',0,'class','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289215,1182573,'$listener','Doctrine_EventListener_Interface|Doctrine_Overloadable','',' ',0,'listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289216,1182574,'$component','\n \n ','',' ',0,'component','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289217,1182577,'$listener','Doctrine_EventListener_Interface|Doctrine_Overloadable','',' ',0,'listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289218,1182577,'$name','','null',' ',1,'name','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289219,1182579,'$attribute','','','either a Doctrine::ATTR_* integer constant or a string\n corresponding to a constant',0,'attribute','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289220,1182579,'$value','','','the value of the attribute',0,'value','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289221,1182580,'$listener','Doctrine_EventListener','',' ',0,'listener','2008-07-25 07:40:34','2008-07-25 07:40:34'),(1289222,1182584,'$table','','','The table to insert data into',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289223,1182584,'$values','','','An associateve array containing column-value pairs.',0,'values','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289224,1182584,'$identifier','','',' ',0,'identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289225,1182585,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289226,1182585,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289227,1182587,'$option','','',' ',0,'option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289228,1182588,'$query','','','sql query',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289229,1182588,'$params','','array()','query parameters',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289230,1182591,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289231,1182591,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289232,1182591,'$colnum','','0','0-indexed column number to retrieve',1,'colnum','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289233,1182592,'$savepoint','','null','name of a savepoint to release',1,'savepoint','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289234,1182593,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289235,1182593,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289236,1182594,'$savepoint','','null','name of a savepoint to set',1,'savepoint','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289237,1182595,'$table','','','The table to delete data from',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289238,1182595,'$identifier','','','An associateve array containing identifier column-value pairs.',0,'identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289239,1182596,'$item','','',' ',0,'item','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289240,1182597,'$query','','',' ',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289241,1182597,'$limit','','0',' ',1,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289242,1182597,'$offset','','0',' ',1,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289243,1182598,'$name','','',' ',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289244,1182602,'$savepoint','','null','name of a savepoint to rollback to',1,'savepoint','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289245,1182603,'$e','','',' ',0,'e','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289246,1182603,'$invoker','','',' ',0,'invoker','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289247,1182604,'$table','','null','name of the table into which a new row was inserted',1,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289248,1182604,'$field','','null','name of the field into which a new row was inserted',1,'field','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289249,1182607,'$query','','','DQL query',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289250,1182607,'$params','','array()','query parameters',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289251,1182607,'$hydrationMode','','null','Doctrine::FETCH_ARRAY or Doctrine::FETCH_RECORD',1,'hydration-mode','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289252,1182608,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289253,1182608,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289254,1182610,'$name','','','the name of the module to get',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289255,1182611,'$feature','','','the name of the feature',0,'feature','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289256,1182612,'$name','','',' ',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289257,1182614,'$query','','','sql query',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289258,1182614,'$params','','array()','query parameters',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289259,1182615,'$input','','','parameter to be quoted',0,'input','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289260,1182615,'$type','','null',' ',1,'type','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289261,1182616,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289262,1182616,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289263,1182616,'$colnum','','0','0-indexed column number to retrieve',1,'colnum','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289264,1182617,'$charset','','','charset',0,'charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289265,1182619,'$str','','','identifier name to be quoted',0,'str','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289266,1182619,'$checkOption','','true','check the 'quote_identifier' option',1,'check-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289267,1182620,'$name','','','component name',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289268,1182621,'$manager','\n \n ','','the manager object',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289269,1182621,'$adapter','PDO|Doctrine_Adapter_Interface','','database driver',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289270,1182621,'$user','','null',' ',1,'user','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289271,1182621,'$pass','','null',' ',1,'pass','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289272,1182622,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289273,1182623,'$table','\n \n ','','a Doctrine_Table object to be added into registry',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289274,1182624,'$format','','null','time format',1,'format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289275,1182626,'$query','','','sql query',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289276,1182626,'$params','','array()','query parameters',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289277,1182627,'$table','','','The table to insert data into.',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289278,1182627,'$values','','','An associateve array containing column-value pairs.',0,'values','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289279,1182629,'$table','','','name of the table on which the REPLACE query will\n be executed.',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289280,1182629,'$fields','','',' \n an associative array that describes the fields and the\n values that will be inserted or updated in the specified table.\n The indexes of the array are the names of all the\n fields of the table.\n
\n an array containing all key fields (primary key fields\n or unique index fields) for this table\n\n the uniqueness of a row will be determined according to\n the provided key fields\n
\nthis method wi',0,'keys','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289282,1182630,'$option','','','
',0,'option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289283,1182630,'$value','','',' ',0,'value','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289284,1182632,'$statement','','',' ',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289285,1182634,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289286,1182634,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289287,1182636,'$query','','','DQL query',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289288,1182636,'$params','','array()','query parameters',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289289,1182637,'$statement','','','sql query to be executed',0,'statement','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289290,1182637,'$params','','array()','prepared statement params',1,'params','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289291,1182638,'$name','','','component name',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289292,1182639,'$name','','',' ',0,'name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289293,1182640,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289294,1182640,'$value','','',' ',0,'value','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289295,1182642,'$query','','',' ',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289296,1182642,'$limit','','false',' ',1,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289297,1182642,'$offset','','false',' ',1,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289298,1182642,'$isManip','','false',' ',1,'is-manip','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289299,1182643,'$query','','','query to modify',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289300,1182643,'$limit','','','limit the number of rows',0,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289301,1182643,'$offset','','','start reading from given offset',0,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289302,1182644,'$value','int|array','null','integer error code, null to get the current\n error code-message map, or an array with a new\n error code-message map',1,'value','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289303,1182647,'$charset','','','charset',0,'charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289304,1182648,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289305,1182648,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289306,1182648,'$pdo','PDO','','database handle',0,'pdo','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289307,1182649,'$query','','','query to modify',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289308,1182649,'$limit','','','limit the number of rows',0,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289309,1182649,'$offset','','','start reading from given offset',0,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289310,1182650,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289311,1182651,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289312,1182651,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289313,1182651,'$pdo','PDO','','database handle',0,'pdo','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289314,1182652,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289315,1182652,'$adapter','PDO|Doctrine_Adapter','','database handler',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289316,1182654,'$conn','Doctrine_Connection','null','Doctrine_Connection object, every connection\n module holds an instance of Doctrine_Connection',1,'conn','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289317,1182656,'$seqName','','',' ',0,'seq-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289318,1182656,'$seq_name','','','The sequence name to verify.',0,'seq-name','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289319,1182657,'$native','','false','determines if the raw version string should be returned',1,'native','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289320,1182658,'$identifier','','','identifier name to be quoted',0,'identifier','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289321,1182658,'$checkOption','','false','check the 'quote_identifier' option',1,'check-option','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289322,1182659,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289323,1182659,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289324,1182659,'$pdo','PDO','','database handle',0,'pdo','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289325,1182660,'$query','','',' ',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289326,1182660,'$limit','','',' ',0,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289327,1182660,'$offset','','',' ',0,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289328,1182660,'$isManip','','false',' ',1,'is-manip','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289329,1182661,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289330,1182662,'$charset','','','charset',0,'charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289331,1182663,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289332,1182663,'$adapter','PDO|Doctrine_Adapter','','database handler',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289333,1182664,'$table','','','name of the table on which the REPLACE query will be executed.',0,'table','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289334,1182664,'$fields','','',' \n associative array that describes the fields and the values that\n will be inserted or updated in the specified table. The indexes of the\n array are the names of all the fields of the table. The values of the\n array ar',0,'fields','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289335,1182664,'$keys','','','
',0,'keys','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289336,1182665,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289337,1182666,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289338,1182666,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289339,1182667,'$format','',''YYYY-MM-DD HH24:MI:SS'',' ',1,'format','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289340,1182668,'$query','','','query to modify',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289341,1182668,'$limit','','','limit the number of rows',0,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289342,1182668,'$offset','','','start reading from given offset',0,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289343,1182669,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289344,1182670,'$item','','',' ',0,'item','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289345,1182671,'$native','','false','determines if the raw version string should be returned',1,'native','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289346,1182672,'$charset','','','charset',0,'charset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289347,1182673,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289348,1182673,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289349,1182673,'$pdo','PDO','','database handle',0,'pdo','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289350,1182674,'$query','','','query to modify',0,'query','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289351,1182674,'$limit','','false','limit the number of rows',1,'limit','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289352,1182674,'$offset','','false','start reading from given offset',1,'offset','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289353,1182674,'$isManip','','false','if the query is a DML query',1,'is-manip','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289354,1182675,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289355,1182678,'$m','','','the name of the method',0,'m','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289356,1182678,'$a','','','method arguments',0,'a','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289357,1182679,'$key','','',' ',0,'key','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289358,1182684,'$filter','','',' ',0,'filter','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289359,1182686,'$manager','\n \n ','',' ',0,'manager','2008-07-25 07:40:36','2008-07-25 07:40:36'),(1289360,1182686,'$adapter','','',' ',0,'adapter','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289361,1182686,'$pdo','PDO','','database handle',0,'pdo','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289362,1182689,'$errorInfo','','','error info array',0,'error-info','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289363,1182692,'$columnIndex','','0','0-indexed number of the column you wish to retrieve from the row. If no\n value is supplied,\n Doctrine_Adapter_Statement_Interface->fetchColumn()\n fetches the first column.',1,'column-index','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289364,1182694,'$className','',''stdClass'','Name of the created class, defaults to stdClass.',1,'class-name','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289365,1182694,'$args','','array()','Elements of this array are passed to the constructor.',1,'args','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289366,1182696,'$mode','','','The fetch mode must be one of the Doctrine::FETCH_* constants.',0,'mode','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289367,1182696,'$arg1','','null',' ',1,'arg1','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289368,1182696,'$arg2','','null',' ',1,'arg2','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289369,1182698,'$fetchMode','','Doctrine::FETCH_BOTH',' ',1,'fetch-mode','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289370,1182698,'$cursorOrientation','','Doctrine::FETCH_ORI_NEXT','For a PDOStatement object representing a scrollable cursor,\n this value determines which row will be returned to\n the caller. This value must be one of\n the Doctrine::FETCH_ORI_* constants, defaultin',1,'cursor-orientation','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289371,1182698,'$cursorOffset','','null',' \n For a Doctrine_Adapter_Statement_Interface object representing a\n scrollable cursor for which the\n $cursorOrientation parameter is set to Doctrine::FETCH_ORI_ABS, this value\n specifies ',1,'cursor-offset','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289372,1182698,'$fetchStyle','','','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',0,'fetch-style','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289373,1182700,'$column','','','Number of the column (1-indexed) or name of the column in the result set.\n If using the column name, be aware that the\n name should match the case of the column, as\n returned by the driver.',0,'column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289374,1182700,'$param','','','Name of the PHP variable to which the column will be bound.',0,'param','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289375,1182700,'$type','','null','Data type of the parameter, specified by the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289376,1182701,'$column','','','
',0,'column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289377,1182701,'[[[amp]]]$variable','','',' ',0,'amp-variable','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289378,1182701,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.\n To return an INOUT parameter from a stored\n procedure, use the bitwise OR operator to set the\n Doctrine::PARAM_INPUT_OUTPUT bits f',1,'type','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289379,1182701,'$length','','null','Length of the data type. To indicate that a parameter is an OUT parameter\n from a stored procedure, you must explicitly\n set the length.',1,'length','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289380,1182701,'$driverOptions','','array()',' ',1,'driver-options','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289381,1182701,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289382,1182701,'$variable','','','Name of the PHP variable to bind to the SQL statement parameter.',0,'variable','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289383,1182703,'$conn','\n \n ','','Doctrine_Connection object, every connection\n statement holds an instance of Doctrine_Connection',0,'conn','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289384,1182703,'$stmt','','',' ',0,'stmt','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289385,1182704,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289386,1182705,'$params','','null','An array of values with as many elements as there are\n bound parameters in the SQL statement being executed.',1,'params','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289387,1182706,'$column','','','The 0-indexed column in the result set.',0,'column','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289388,1182708,'$param','','','Parameter identifier. For a prepared statement using named placeholders,\n this will be a parameter name of the form :name.\n For a prepared statement using question mark\n placeholders, this will be the 1-inde',0,'param','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289389,1182708,'$value','','','The value to bind to the parameter.',0,'value','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289390,1182708,'$type','','null','Explicit data type for the parameter using the Doctrine::PARAM_* constants.',1,'type','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289391,1182710,'$fetchMode','','Doctrine::FETCH_BOTH','Controls how the next row will be returned to the caller.\n This value must be one of the Doctrine::FETCH_*\n constants, defaulting to\n Doctrine::FETCH_BOTH',1,'fetch-mode','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289392,1182710,'$columnIndex','','null','Returns the indicated 0-indexed column when the value of $fetchStyle is\n Doctrine::FETCH_COLUMN. Defaults to 0.',1,'column-index','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289393,1182711,'$attribute','','',' ',0,'attribute','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289394,1182711,'$value','','','the value of given attribute',0,'value','2008-07-25 07:40:37','2008-07-25 07:40:37'),(1289395,1182712,'$record','\n \n ','','record to be updated',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289396,1182714,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289397,1182715,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289398,1182716,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289399,1182717,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289400,1182718,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289401,1182719,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289402,1182720,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289403,1182721,'$records','','',' ',0,'records','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289404,1182722,'$record','\n \n ','','record to be inserted',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289405,1182723,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289406,1182724,'$tables','','','an array of Doctrine_Table objects or component names',0,'tables','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289407,1182725,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289408,1182727,'$directory','','',' ',0,'directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289409,1182727,'$format','',''yml'',' ',1,'format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289410,1182727,'$models','','array()',' ',1,'models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289411,1182728,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289412,1182728,'$fieldName','','',' ',0,'field-name','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289413,1182728,'$Doctrine_Record','','',' ',0,'doctrine-record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289414,1182730,'$models','','',' ',0,'models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289415,1182732,'$format','','',' ',0,'format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289416,1182733,'$directory','','',' ',0,'directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289417,1182733,'$format','',''yml'',' ',1,'format','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289418,1182733,'$models','','array()',' ',1,'models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289419,1182733,'$_exportIndividualFiles','','false',' ',1,'export-individual-files','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289420,1182735,'$num','','3',' ',1,'num','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289421,1182735,'$models','','array()',' ',1,'models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289422,1182736,'$directory','','',' ',0,'directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289423,1182737,'$models','','null',' ',1,'models','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289424,1182738,'$bool','','null',' ',1,'bool','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289425,1182739,'$data','','',' ',0,'data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289426,1182739,'$array','','',' ',0,'array','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289427,1182740,'$directory','','',' ',0,'directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289428,1182741,'$data','','',' ',0,'data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289429,1182743,'$num','','3',' ',1,'num','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289430,1182744,'$array','','',' ',0,'array','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289431,1182746,'$className','','',' ',0,'class-name','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289432,1182746,'$data','','',' ',0,'data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289433,1182747,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289434,1182748,'$directory','','null',' ',1,'directory','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289435,1182749,'$rowKey','','',' ',0,'row-key','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289436,1182749,'$row','','',' ',0,'row','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289437,1182750,'$model','','',' ',0,'model','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289438,1182750,'$nestedSetData','','',' ',0,'nested-set-data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289439,1182750,'$parent','','null',' ',1,'parent','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289440,1182751,'$className','','',' ',0,'class-name','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289441,1182751,'$data','','',' ',0,'data','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289442,1182752,'$current','','','new definition',0,'current','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289443,1182752,'$previous','','','old definition',0,'previous','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289444,1182753,'$value','','','boolean value to be parsed',0,'value','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289445,1182754,'$charset','','','name of the charset',0,'charset','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289446,1182755,'$collation','','','name of the collation',0,'collation','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289447,1182756,'$field','','',' \n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289448,1182757,'$field','','','native field description',0,'field','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289449,1182758,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:39','2008-07-25 07:40:39'),(1289450,1182759,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289451,1182760,'$field','','','native field description',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289452,1182761,'$name','','','name the field to be declared.',0,'name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289453,1182761,'$field','','','
\n associative array with the name of the properties\n of the field being declared as array indexes.\n Currently, the types of supported field properties\n are as follows:\n
\n\n unsigned',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289454,1182762,'$charset','','','name of the charset',0,'charset','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289455,1182763,'$collation','','','name of the collation',0,'collation','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289456,1182764,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289457,1182765,'$field','','','native field description',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289458,1182766,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289459,1182767,'$field','','','native field description',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289460,1182768,'$name','','','name the field to be declared.',0,'name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289461,1182768,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n unsigned Boolea',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289462,1182769,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289463,1182770,'$field','','','native field description',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289464,1182771,'$value','','','boolean value to be parsed',0,'value','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289465,1182772,'$name','','','name the field to be declared.',0,'name','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289466,1182772,'$field','','','
\n associative array with the name of the properties\n of the field being declared as array indexes.\n Currently, the types of supported field properties\n are as follows:\n
\n\n unsigned',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289467,1182773,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289468,1182774,'$field','','','native field description',0,'field','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289469,1182783,'$option','','','the name of the option',0,'option','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289470,1182785,'$invoker','Doctrine_Connection|Doctrine_Connection_Statement|','','
',0,'invoker','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289471,1182785,'$code','','','the event code',0,'code','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289472,1182785,'$query','','null','the sql query associated with this event (if any)',1,'query','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289473,1182785,'$params','','array()',' ',1,'params','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289474,1182788,'$option','','','the name of the option',0,'option','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289475,1182788,'[[[amp]]]$value','','',' ',0,'amp-value','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289476,1182788,'$value','','','the value of the given option',0,'value','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289477,1182791,'$option','','','the name of the option',0,'option','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289478,1182791,'$value','','','the value of the given option',0,'value','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289479,1182793,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289480,1182794,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289481,1182795,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289482,1182796,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289483,1182797,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289484,1182798,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289485,1182799,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289486,1182800,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289487,1182801,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289488,1182802,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289489,1182803,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289490,1182804,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289491,1182805,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289492,1182806,'$collection','\n \n ','',' ',0,'collection','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289493,1182807,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289494,1182808,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289495,1182809,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289496,1182810,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289497,1182811,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289498,1182812,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289499,1182813,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289500,1182814,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289501,1182815,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289502,1182816,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289503,1182817,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289504,1182818,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289505,1182819,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289506,1182820,'$connection','\n \n ','',' ',0,'connection','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289507,1182821,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289508,1182822,'$collection','\n \n ','',' ',0,'collection','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289509,1182823,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289510,1182824,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289511,1182825,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:40','2008-07-25 07:40:40'),(1289512,1182826,'$listener','','',' ',0,'listener','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289513,1182826,'$name','','null',' ',1,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289514,1182827,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289515,1182828,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289516,1182829,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289517,1182830,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289518,1182831,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289519,1182832,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289520,1182833,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289521,1182834,'$key','','',' ',0,'key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289522,1182835,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289523,1182836,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289524,1182837,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289525,1182838,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289526,1182839,'$collection','\n \n ','',' ',0,'collection','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289527,1182840,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289528,1182841,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289529,1182842,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289530,1182843,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289531,1182844,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289532,1182845,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289533,1182846,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289534,1182847,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289535,1182848,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289536,1182849,'$key','','',' ',0,'key','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289537,1182849,'$listener','\n \n ','',' ',0,'listener','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289538,1182850,'$record','\n \n ','',' ',0,'record','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289539,1182851,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289540,1182852,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289541,1182853,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289542,1182854,'$connection','\n \n ','',' ',0,'connection','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289543,1182855,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289544,1182856,'$collection','\n \n ','',' ',0,'collection','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289545,1182857,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289546,1182858,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289547,1182859,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289548,1182860,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289549,1182861,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289550,1182862,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289551,1182863,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289552,1182864,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289553,1182865,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289554,1182866,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289555,1182867,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289556,1182868,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289557,1182869,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289558,1182870,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289559,1182871,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289560,1182872,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289561,1182873,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289562,1182874,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289563,1182875,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289564,1182876,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289565,1182877,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289566,1182878,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289567,1182879,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289568,1182880,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289569,1182881,'$event','\n \n ','',' ',0,'event','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289570,1182882,'$value','int|array','null','integer error code, null to get the current\n error code-message map, or an array with a new\n error code-message map',1,'value','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289571,1182883,'$directory','','null','optional directory parameter',1,'directory','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289572,1182884,'$database','','',' ',0,'database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289573,1182884,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289574,1182885,'$table','','','name of the table on which the constraint is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289575,1182885,'$name','','','name of the constraint to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289576,1182885,'$definition','','',' \n associative array that defines properties of the constraint to be\n created. Currently, only one property\n named FIELDS is supported. This property\n is also an associative with the names of ',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289577,1182886,'$sequenceName','','','name of the sequence to be dropped',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289578,1182887,'$table','','','name of the table on which the index is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289579,1182887,'$name','','','name of the index to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289580,1182887,'$definition','','','associative array that defines properties of the index to be created.',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289581,1182888,'$name','','','name the field to be declared.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289582,1182888,'$field','','','
\n associative array with the name of the properties of the field\n being declared as array indexes. Currently, the types of supported\n field properties are as follows:\n
\n\n length Integer val',0,'field','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289583,1182889,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289584,1182889,'$fields','','','Associative array that contains the definition of each field of the new\n table The indexes of the array entries are the names\n of the fields of the table an the array entry values\n are associ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289585,1182889,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289586,1182890,'$field','','','field definition array',0,'field','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289587,1182891,'$definition','','','foreign key definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289588,1182892,'$database','','','
',0,'database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289589,1182892,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289590,1182893,'$classes','','',' ',0,'classes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289591,1182894,'$charset','','','name of the charset',0,'charset','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289592,1182895,'$collation','','','name of the collation',0,'collation','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289593,1182896,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289594,1182896,'$name','','','name of the index to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289595,1182897,'$sequenceName','','','name of the sequence to be dropped',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289596,1182898,'$table','','','name of the table on which the constraint is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289597,1182898,'$name','','','name of the constraint to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289598,1182898,'$definition','','',' \n associative array that defines properties of the constraint to be\n created. Currently, only one property\n named FIELDS is supported. This property\n is also an associative with the names of ',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289599,1182899,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289600,1182899,'$changes','','','associative array that contains the details of each type *',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289601,1182899,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289602,1182900,'$table','\n \n ','','
',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289603,1182901,'$definition','','',' ',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289604,1182902,'$table','','','name of the table on which the foreign key is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289605,1182902,'$definition','','','associative array that defines properties of the foreign key to be created.',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289606,1182903,'$definition','','','check definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289607,1182904,'$classes','','',' ',0,'classes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289608,1182905,'$table','','','name of table that should be dropped from the database',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289609,1182906,'$table','\n \n ','','the table in which the plugins belong to',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289610,1182907,'$directory','','null','optional directory parameter',1,'directory','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289611,1182908,'$action','','','foreign key referential action',0,'action','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289612,1182908,'1','','','foreign key referential action in uppercase',0,'1','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289613,1182909,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289614,1182909,'$changes','','',' \n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289615,1182909,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289616,1182910,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289617,1182910,'$name','','','name of the index to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289618,1182911,'$table','','','name of table that should be dropped from the database',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289619,1182912,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289620,1182912,'$name','','','name of the constraint to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289621,1182912,'$primary','','false','hint if the constraint is primary',1,'primary','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289622,1182913,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289623,1182913,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289624,1182913,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289625,1182914,'$table','','','name of the table on which the index is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289626,1182914,'$name','','','name of the index to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289627,1182914,'$definition','','','
\n associative array that defines properties of the index to be created.\n Currently, only one property named FIELDS\n is supported. This property is also an\n associative with the names of the i',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289628,1182916,'$definition','','','
\n an associative array with the following structure: name\n optional constraint name\n
\nlocal the local field(s)
\nforeign the foreign reference field(s)
\nfor',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289629,1182918,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289630,1182918,'$name','','','name of the foreign key to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289631,1182919,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289632,1182919,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289633,1182919,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289634,1182920,'$name','','','name of the index',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289635,1182920,'$definition','','','index definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289636,1182921,'$database','','','
',0,'database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289637,1182921,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289638,1182922,'$table','','','name of the table on which the foreign key is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289639,1182922,'$definition','','','associative array that defines properties of the foreign key to be created.',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289640,1182923,'$fields','','',' \n a multidimensional associative array. The first dimension\n determines the field name, while the second dimension is keyed with\n the name of the properties of the field being declared as array\n indexes. Cu',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289641,1182924,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289642,1182924,'$fields','','','Associative array that contains the definition of each field of the new\n table',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289643,1182924,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289644,1182925,'$database','','','
',0,'database','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289645,1182925,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289646,1182926,'$fields','','',' ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289647,1182927,'$table','','','name of the table',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289648,1182928,'$table','','','name of the table on which the index is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289649,1182928,'$name','','','name of the index to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289650,1182928,'$definition','','',' \n associative array that defines properties of the index to be created.\n Currently, only one property named FIELDS\n is supported. This property is also an\n associative with the names of the i',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289651,1182929,'[[[amp]]]$changes','','','
',0,'amp-changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289652,1182929,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289653,1182930,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289654,1182931,'$seqName','','','name of the sequence to be dropped',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289655,1182932,'$table','','','name of the table on which the constraint is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289656,1182932,'$name','','','name of the constraint to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289657,1182932,'$definition','','',' \n associative array that defines properties of the constraint to be\n created. Currently, only one property named\n FIELDS is supported. This property is also an\n ass',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289658,1182933,'$name','','','name of the table that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289659,1182934,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289660,1182934,'$changes','','','
\n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289661,1182934,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289662,1182935,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289663,1182935,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289664,1182935,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289665,1182937,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289666,1182938,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289667,1182938,'$fields','','','
\n Associative array that contains the definition of each field of the\n new table The indexes of the array entries are the\n names of the fields of the table an the array entry\n ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289668,1182938,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289669,1182939,'$name','','','name of the PK field',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289670,1182939,'$table','','','name of the table',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289671,1182939,'$start','','null','start value for the sequence',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289672,1182940,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289673,1182941,'$seqName','','','name of the sequence to be dropped',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289674,1182942,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289675,1182942,'$changes','','','
\n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289676,1182942,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289677,1182943,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289678,1182943,'$name','','','name of the index to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289679,1182944,'$name','','','name of the table that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289680,1182944,'$this->conns','','','database object that is extended by this class',0,'this-conns','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289681,1182945,'$sequenceName','','','
',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289682,1182945,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289683,1182945,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289684,1182945,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289685,1182946,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289686,1182947,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289687,1182948,'$seqName','','','name of the sequence to be dropped',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289688,1182949,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289689,1182949,'$changes','','',' \n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289690,1182949,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289691,1182950,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289692,1182950,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289693,1182950,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289694,1182952,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289695,1182953,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289696,1182954,'$table','','','name of the table on which the index is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289697,1182954,'$name','','','name of the index to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289698,1182954,'$definition','','','
\n associative array that defines properties of the index to be created.\n Currently, only one property named FIELDS\n is supported. This property is also an\n associative with the names of the i',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289699,1182955,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289700,1182955,'$fields','','','Associative array that contains the definition of each field of the new\n table The indexes of the array entries are the names\n of the fields of the table an the array entry values\n are associ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289701,1182955,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n 'type&ap',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289702,1182956,'$field','','','field definition array',0,'field','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289703,1182957,'$definition','','','
',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289704,1182958,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289705,1182958,'$changes','','',' \n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289706,1182958,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the value\n is true or actually perform them otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289707,1182959,'$table','','','name of table that should be used in method',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289708,1182959,'$name','','','name of the index to be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289709,1182960,'$table','','','name of table that should be dropped from the database',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289710,1182961,'$sequenceName','','','name of the sequence to be created',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289711,1182961,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289712,1182961,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n 'type&ap',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289713,1182962,'$table','','','
',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289714,1182962,'$name','','',' ',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289715,1182963,'$name','','',' ',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289716,1182963,'$definition','','','index definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289717,1182963,'$charset','','','name of the index',0,'charset','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289718,1182964,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289719,1182965,'$fields','','',' ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289720,1182966,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289721,1182966,'$fields','','',' \n Associative array that contains the definition of each field of the\n new table The indexes of the array entries are the\n names of the fields of the table an the array entry\n ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289722,1182966,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289723,1182967,'$definition','','','foreign key definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289724,1182968,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289725,1182968,'$this->conn','','','database object that is extended by this class',0,'this-conn','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289726,1182969,'$seqName','','','name of the sequence to be dropped',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289727,1182969,'$this->conn','','','database object that is extended by this class',0,'this-conn','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289728,1182970,'$table','','','name of the table',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289729,1182971,'$name','','','name of the table that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289730,1182972,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289731,1182972,'$changes','','','
\n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289732,1182972,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289733,1182974,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289734,1182974,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289735,1182974,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289736,1182975,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289737,1182975,'$db','','','database object that is extended by this class',0,'db','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289738,1182976,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289739,1182976,'$fields','','','
\n Associative array that contains the definition of each field of the\n new table The indexes of the array entries are the\n names of the fields of the table an the array entry\n ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289740,1182976,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289741,1182977,'$name','','','name of the PK field',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289742,1182977,'$table','','','name of the table',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289743,1182977,'$start','','1','start value for the sequence',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289744,1182978,'$name','','','name of the database that should be dropped',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289745,1182979,'$name','unknown_type','','
',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289746,1182979,'$fields','','',' ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289747,1182979,'$options','','array()',' ',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289748,1182980,'$definition','','','foreign key definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289749,1182981,'$sequenceName','','','name of the sequence to be dropped',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289750,1182982,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289751,1182982,'$changes','','','associative array that contains the details of each type *',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289752,1182982,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289753,1182983,'$name','','','name of the table that is intended to be changed.',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289754,1182983,'$changes','','',' \n associative array that contains the details of each type\n of change that is intended to be performed. The types of\n changes that are currently supported are defined\n as follows:\n
\nname
\nNew name f',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289755,1182983,'$check','','false','indicates whether the function should just check if the DBMS driver\n can perform the requested table alterations if the\n value is true or actually perform them\n otherwise.',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289756,1182984,'$sequenceName','','','
',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289757,1182984,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289758,1182984,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289759,1182984,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289760,1182985,'$name','','','name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289761,1182987,'$code','','',' ',0,'code','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289762,1182987,'$message','','',' ',0,'message','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289763,1182989,'$schema','','',' ',0,'schema','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289764,1182989,'$format','',''yml'',' ',1,'format','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289765,1182989,'$directory','','null',' ',1,'directory','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289766,1182989,'$models','','array()',' ',1,'models','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289767,1182990,'$directory','','null',' ',1,'directory','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289768,1182990,'$models','','array()',' ',1,'models','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289769,1182991,'$table','','','name of the table on which the index is to be created',0,'table','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289770,1182991,'$name','','','name of the index to be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289771,1182991,'$definition','','',' \n associative array that defines properties of the index to be created.\n Currently, only one property named FIELDS\n is supported. This property is also an\n associative with the names of the i',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289772,1182992,'$name','','','Name of the database that should be created',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289773,1182992,'$fields','','','Associative array that contains the definition of each field of the new\n table The indexes of the array entries are the names\n of the fields of the table an the array entry values\n are associ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289774,1182992,'$options','','array()','An associative array of table options:',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289775,1182993,'$definition','','','foreign key definition',0,'definition','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289776,1182994,'$databaseFile','','','Path of the database that should be dropped',0,'database-file','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289777,1182995,'$sequenceName','','','name of the sequence to be dropped',0,'sequence-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289778,1182996,'$name','','','
',0,'name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289779,1182996,'$changes','','',' ',0,'changes','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289780,1182996,'$check','','false',' ',1,'check','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289781,1182997,'$seqName','','','name of the sequence to be created',0,'seq-name','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289782,1182997,'$start','','1','start value of the sequence; default is 1',1,'start','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289783,1182997,'$options','','array()','An associative array of table options: array(\n 'comment' => 'Foo',\n 'charset' => 'utf8',\n 'collate' => 'utf8_unicode_ci',\n );',1,'options','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289784,1182998,'$databaseFile','','','Path of the database that should be dropped',0,'database-file','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289785,1182999,'$fields','','',' ',0,'fields','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289786,1183000,'$expr','','',' ',0,'expr','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289787,1183001,'$clause','','',' ',0,'clause','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289788,1183003,'$clause','','',' ',0,'clause','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289789,1183004,'$expr','','',' ',0,'expr','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289790,1183004,'$conn','','null',' ',1,'conn','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289791,1183007,'$str','','','literal string or column name',0,'str','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289792,1183008,'$column','','','the column to use',0,'column','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289793,1183009,'$column','','',' ',0,'column','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289794,1183010,'$args','','',' ',0,'args','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289795,1183011,'$expression','','','the value to compare to',0,'expression','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289796,1183011,'$value1','','','the lower value to compare with',0,'value1','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289797,1183011,'$value2','','','the higher value to compare with',0,'value2','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289798,1183012,'$column','','',' ',0,'column','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289799,1183012,'$expression1','','',' ',0,'expression1','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289800,1183012,'$expression2','','',' ',0,'expression2','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289801,1183013,'$str','','','literal string or column name',0,'str','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289802,1183014,'$m','','',' ',0,'m','2008-07-25 07:40:41','2008-07-25 07:40:41'),(1289803,1183014,'$