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;
    }