[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/config/Loader/ -> FileLoader.php (summary)

FileLoader is the abstract class used by all built-in loaders that are file based.

Author: Fabien Potencier <fabien@symfony.com>
File Size: 126 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  __construct()
  setCurrentDir()
  getLocator()
  import()

Functions
Functions that are not part of a class:

__construct(FileLocatorInterface $locator)   X-Ref
No description

setCurrentDir($dir)   X-Ref
Sets the current directory.

param: string $dir

getLocator()   X-Ref
Returns the file locator used by this loader.

return: FileLocatorInterface

import($resource, $type = null, $ignoreErrors = false, $sourceResource = null)   X-Ref
Imports a resource.

param: mixed       $resource       A Resource
param: string|null $type           The resource type or null if unknown
param: bool        $ignoreErrors   Whether to ignore import errors or not
param: string|null $sourceResource The original resource importing the new resource
return: mixed



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1