PressBooks\Modules\Import\Epub\Epub201::kneadHref PHP Метод

kneadHref() защищенный Метод

Change hrefs
protected kneadHref ( DOMDocument $doc, string $type, string $href ) : DOMDocument
$doc DOMDocument
$type string front-matter, part, chapter, back-matter, ...
$href string original filename, with (relative) path
Результат DOMDocument
    protected function kneadHref(\DOMDocument $doc, $type, $href)
    {
        // TODO: Fix self-referencing URLs
        return $doc;
    }