Commit 188520e9 authored by zYne's avatar zYne

Added missing runtime classes to compiler runtime classes list

parent 0cdd144b
...@@ -32,64 +32,75 @@ class Doctrine_Compiler { ...@@ -32,64 +32,75 @@ class Doctrine_Compiler {
* @var array $classes an array containing all runtime classes of Doctrine framework * @var array $classes an array containing all runtime classes of Doctrine framework
*/ */
private static $classes = array( private static $classes = array(
"Doctrine", 'Access',
"Configurable", 'Adapter_Exception',
"Overloadable", 'Adapter_Interface',
"Access", 'Doctrine',
'Configurable',
"Manager", 'Collection',
"Table", 'Collection_Immediate',
"Table_Exception", 'Connection',
"Exception", 'Connection_Exception',
'Connection_UnitOfWork',
"Null", 'Connection_Transaction',
"Identifier", 'DB',
"Record", 'DB_Exception',
"Record_Exception", 'DB_EventListener',
"Record_Iterator", 'DB_Event',
"Collection", 'DB_EventListener_Chain',
"Collection_Immediate", 'DB_EventListener_Interface',
"Validator", 'DB_Profiler',
"Validator_Exception", 'DB_Statement',
"Validator_Notnull", 'Exception',
"Validator_Nospace", 'EventListener_Interface',
"Validator_Range", 'EventListener',
"Validator_Regexp", 'EventListener_Empty',
"Validator_Country", 'EventListener_Chain',
"Validator_Notblank", 'Hydrate',
"Validator_Creditcard", 'Identifier',
"Validator_Date", 'Locking_Exception',
"Validator_Ip", 'Manager',
"Validator_Unique", 'Null',
"Validator_Usstate", 'Overloadable',
"Validator_Htmlcolor", 'Query',
"Validator_Email", 'Query_Part',
"Hydrate", 'Query_From',
"Query", 'Query_Orderby',
"Query_Part", 'Query_Groupby',
"Query_From", 'Query_Condition',
"Query_Orderby", 'Query_Where',
"Query_Groupby", 'Query_Having',
"Query_Condition", 'Query_Exception',
"Query_Where", 'Query_Set',
"Query_Having", 'RawSql',
"Query_Exception", 'RawSql_Exception',
"RawSql", 'Record',
"RawSql_Exception", 'Record_Exception',
"EventListener_Interface", 'Record_Iterator',
"EventListener", 'Relation',
"EventListener_Empty", 'Relation_ForeignKey',
"EventListener_Chain", 'Relation_LocalKey',
"Relation", 'Relation_Association',
"Relation_ForeignKey", 'Relation_Association_Self',
"Relation_LocalKey", 'Table',
"Relation_Association", 'Table_Exception',
"DB", 'Validator',
"DBStatement", 'Validator_Exception',
"Connection", 'Validator_Notnull',
"Connection_Exception", 'Validator_Nospace',
"Connection_UnitOfWork", 'Validator_Range',
"Connection_Transaction"); 'Validator_Regexp',
'Validator_Country',
'Validator_Notblank',
'Validator_Creditcard',
'Validator_Date',
'Validator_Ip',
'Validator_Unique',
'Validator_Usstate',
'Validator_Htmlcolor',
'Validator_Email',
'View',
'View_Exception');
/** /**
* getRuntimeClasses * getRuntimeClasses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment