public function MappingDriver::getAllClassNames in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php \Doctrine\Common\Persistence\Mapping\Driver\MappingDriver::getAllClassNames()
Gets the names of all mapped classes known to this driver.
Return value
array The names of all mapped classes known to this driver.
4 methods override MappingDriver::getAllClassNames()
- AnnotationDriver::getAllClassNames in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ AnnotationDriver.php - Gets the names of all mapped classes known to this driver.
- FileDriver::getAllClassNames in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ FileDriver.php - Gets the names of all mapped classes known to this driver.
- MappingDriverChain::getAllClassNames in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ MappingDriverChain.php - Gets the names of all mapped classes known to this driver.
- StaticPHPDriver::getAllClassNames in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ StaticPHPDriver.php - @todo Same code exists in AnnotationDriver, should we re-use it somehow or not worry about it?
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ MappingDriver.php, line 47
Class
- MappingDriver
- Contract for metadata drivers.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function getAllClassNames();