SproutCMS

This is the code documentation for the SproutCMS project

function sanitiseNode()

Recursively sanitises a node and its children, echoing any output in order of appearance

Usage

void $RichTextSanitiser->sanitiseNode ( DOMNode $node );

Arguments

  1. DOMNode $node
    The node to sanitise

Return value

  • void