public function FileDriver::getLocator in Plug 7
Retrieves the locator used to discover mapping files by className.
Return value
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ FileDriver.php, line 197
Class
- FileDriver
- Base driver for file-based metadata drivers.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function getLocator() {
return $this->locator;
}