Exemple #1
0
<?php

wtk_txt_children_data($this, $_indent, $_width);
$content = $this->renderChildren();
echo wtk_txt_wrap($content, $_width, $_indent);
?>

Exemple #2
0
<?php

if ($ordered) {
} else {
    echo $_indent . ' * ';
    wtk_txt_children_data($this, $_indent . '   ', $_width - 2);
    $item = $this->renderChildren();
    echo trim($item) . "\n";
}