eZ\Publish\Core\FieldType\RichText\Normalizer\DocumentTypeDefinition::__construct PHP Method

__construct() public method

public __construct ( $documentElement, $namespace, $dtdPath )
    public function __construct($documentElement, $namespace, $dtdPath)
    {
        $this->documentElement = $documentElement;
        $this->namespace = $namespace;
        $this->dtdPath = $dtdPath;
    }