FluentDOM\Node\ParentNode\Implementation::insertBefore PHP Method

insertBefore() abstract public method

abstract public insertBefore ( DOMNode $newChild, DOMNode $refChild = NULL )
$newChild DOMNode
$refChild DOMNode
    public abstract function insertBefore(\DOMNode $newChild, \DOMNode $refChild = NULL);