eZ\Publish\Core\REST\Server\Values\ContentTypeList::__construct PHP Method

__construct() public method

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