You are here

public function FileLocator::getAllClassNames in Zircon Profile 8

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

Gets all class names that are found with this file locator.

Parameters

string $globalBasename Passed to allow excluding the basename.:

Return value

array

2 methods override FileLocator::getAllClassNames()
DefaultFileLocator::getAllClassNames in vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Gets all class names that are found with this file locator.
SymfonyFileLocator::getAllClassNames in vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Gets all class names that are found with this file locator.

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php, line 49

Class

FileLocator
Locates the file that contains the metadata information for a given class name.

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

public function getAllClassNames($globalBasename);