1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Mapping/Driver
Marco Pivetta 905acf9176 Removing Doctrine\ORM\Mapping\Driver\Driver interface
Interface has been moved to Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
2012-07-04 20:59:21 +02:00
..
AbstractFileDriver.php Removing unused imports 2012-07-04 20:59:21 +02:00
AnnotationDriver.php Removing unused imports 2012-07-04 20:59:21 +02:00
DatabaseDriver.php Removing unused imports 2012-07-04 20:59:21 +02:00
DoctrineAnnotations.php LGPL => MIT 2012-05-26 14:37:00 +02:00
Driver.php Updating mapping driver interface to comply with Doctrine\Common\Persistence\Mapping\Driver\MappingDriver 2012-07-04 20:59:20 +02:00
DriverChain.php Removing Doctrine\ORM\Mapping\Driver\Driver interface 2012-07-04 20:59:21 +02:00
PHPDriver.php Removing API that should be moved to common 2012-07-04 20:59:20 +02:00
SimplifiedXmlDriver.php Removing API that should be moved to common 2012-07-04 20:59:20 +02:00
SimplifiedYamlDriver.php Removing API that should be moved to common 2012-07-04 20:59:20 +02:00
StaticPHPDriver.php Updating mapping driver interface to comply with Doctrine\Common\Persistence\Mapping\Driver\MappingDriver 2012-07-04 20:59:20 +02:00
XmlDriver.php Reducing code duplication 2012-07-04 20:59:20 +02:00
YamlDriver.php Reducing code duplication 2012-07-04 20:59:20 +02:00