You are here

public function FileLocator::getPaths in Plug 7

Gets all the paths that this file locator looks for mapping files.

Return value

array

2 methods override FileLocator::getPaths()
DefaultFileLocator::getPaths in lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Retrieves the defined metadata lookup paths.
SymfonyFileLocator::getPaths in lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Gets all the paths that this file locator looks for mapping files.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

public function getPaths();