You are here

public function FileLocator::getPaths 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::getPaths()

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

Return value

array

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

File

vendor/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();