Sulu\Component\Content\Metadata\Factory\StructureMetadataFactory::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\Config\Loader\LoaderInterface $loader, array $typePaths, array $defaultTypes, mixed $cachePath, mixed $debug = false )
$loader Symfony\Component\Config\Loader\LoaderInterface
$typePaths array
$defaultTypes array
$cachePath mixed
$debug mixed
    public function __construct(LoaderInterface $loader, array $typePaths, array $defaultTypes, $cachePath, $debug = false)
    {
        $this->typePaths = $typePaths;
        $this->cachePath = $cachePath;
        $this->loader = $loader;
        $this->debug = $debug;
        $this->defaultTypes = $defaultTypes;
    }