public function FileLocator::fileExists in Plug 7
Checks if a file can be found for this class name.
Parameters
string $className:
Return value
bool
2 methods override FileLocator::fileExists()
- DefaultFileLocator::fileExists in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ DefaultFileLocator.php - Checks if a file can be found for this class name.
- SymfonyFileLocator::fileExists in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ SymfonyFileLocator.php - Checks if a file can be found for this class name.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ FileLocator.php, line 58
Class
- FileLocator
- Locates the file that contains the metadata information for a given class name.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function fileExists($className);