Show
Ignore:
Timestamp:
07/13/08 00:34:09 (6 months ago)
Author:
jwage
Message:

fixes #1188 - Removing generate accessors functionality

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Import/Schema.php

    r4637 r4679  
    8686                                                          'inheritance', 
    8787                                                          'detect_relations', 
    88                                                           'generate_accessors', 
    8988                                                          'listeners'), 
    9089 
     
    293292                          'package'             =>  null, 
    294293                          'inheritance'         =>  array(), 
    295                           'detect_relations'    =>  false, 
    296                           'generate_accessors'  =>  false); 
     294                          'detect_relations'    =>  false); 
    297295         
    298296        $array = Doctrine_Parser::load($schema, $type); 
     
    307305                            'package', 
    308306                            'inheritance', 
    309                             'detect_relations', 
    310                             'generate_accessors'); 
     307                            'detect_relations'); 
    311308 
    312309        // Loop over and build up all the global values and remove them from the array