DecoratorFactory
in package
Tags
Table of Contents
- createForDocument() : LinkDecoratorInterface
- createForElement() : LinkDecoratorInterface
- createForNamespace() : LinkDecoratorInterface
Methods
createForDocument()
public
static createForDocument(DOMDocument $targetDocument) : LinkDecoratorInterface
Parameters
- $targetDocument : DOMDocument
Return values
LinkDecoratorInterface —createForElement()
public
static createForElement(DOMElement $node) : LinkDecoratorInterface
Parameters
- $node : DOMElement
Return values
LinkDecoratorInterface —createForNamespace()
public
static createForNamespace(string $ns) : LinkDecoratorInterface
Parameters
- $ns : string