You are here

public function FileLocator::getAllClassNames in Plug 7

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 lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Gets all class names that are found with this file locator.
SymfonyFileLocator::getAllClassNames in lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Gets all class names that are found with this file locator.

File

lib/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);