The Symfony File Locator makes a simplifying assumptions compared to the DefaultFileLocator. By assuming paths only contain entities of a certain namespace the mapping files consists of the short classname only.
@author Fabien Potencier <fabien@symfony.com> @author Benjamin Eberlei <kontakt@beberlei.de> @license MIT
Expanded class hierarchy of SymfonyFileLocator
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SymfonyFileLocator:: |
protected | property | File extension that is searched for. | |
SymfonyFileLocator:: |
protected | property | The paths where to look for mapping files. | |
SymfonyFileLocator:: |
protected | property | A map of mapping directory path to namespace prefix used to expand class shortnames. | |
SymfonyFileLocator:: |
public | function | Add Namespace Prefixes | |
SymfonyFileLocator:: |
public | function |
Check if a file can be found for this class name. Overrides FileLocator:: |
|
SymfonyFileLocator:: |
public | function |
Locate mapping file for the given class name. Overrides FileLocator:: |
|
SymfonyFileLocator:: |
public | function |
Get all class names that are found with this file locator. Overrides FileLocator:: |
|
SymfonyFileLocator:: |
public | function |
Get the file extension that mapping files are suffixed with. Overrides FileLocator:: |
|
SymfonyFileLocator:: |
public | function | Get Namespace Prefixes | |
SymfonyFileLocator:: |
public | function |
Get all the paths that this file locator looks for mapping files. Overrides FileLocator:: |
|
SymfonyFileLocator:: |
public | function | Set the file extension used to look for mapping files under | |
SymfonyFileLocator:: |
public | function | Constructor |