eZ\Publish\Core\REST\Server\Values\ContentTypeList::__construct PHP Метод

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

Construct.
public __construct ( array $contentTypes, string $path )
$contentTypes array
$path string
    public function __construct(array $contentTypes, $path)
    {
        $this->contentTypes = $contentTypes;
        $this->path = $path;
    }
ContentTypeList