printer = $printer; } /** * Returns all of the children painted in the right order */ protected abstract function _paintChildren(); // ################################################################### /** * Adds a child node to the element * * @param BSPrinterElement A child element */ public function addChild(BSPrinterElement $child) { $this->children[] = $child; } } /*=====================================================================* || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>