You are here

public function FileLocator::fileExists in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php \Doctrine\Common\Persistence\Mapping\Driver\FileLocator::fileExists()

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 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Checks if a file can be found for this class name.
SymfonyFileLocator::fileExists in vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Checks if a file can be found for this class name.

File

vendor/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\Driver

Code

public function fileExists($className);