Doctrine\OXM\Mapping\Driver\YAMLDriver::loadMappingFile PHP Method

loadMappingFile() protected method

Loads a mapping file with the given name and returns a map from class/entity names to their corresponding elements.
protected loadMappingFile ( string $file ) : array
$file string The mapping file to load.
return array
    protected function loadMappingFile($file)
    {
        // TODO: Implement loadMappingFile() method.
        throw new \Exception("Not yet implemented");
    }