function &create(&$root, &$pipeline) { $box = new LegendBox($root); $box->readCSS($pipeline->get_current_css_state()); $box->create_content($root, $pipeline); return $box; }
function &create(&$root, &$pipeline) { $box = new LegendBox($root); $box->create_content($root, $pipeline); return $box; }