SproutCMS

This is the code documentation for the SproutCMS project

function isOrphan()

Is this node an orphan?
Orphans are at the top of the tree, and they don't have any children.

Usage

bool $Treenode->isOrphan ( );

Return value

  • bool
    if it's an orphan, false otherwise