예제 #1
0
 function &create(&$root, &$pipeline)
 {
     $box = new LegendBox($root);
     $box->readCSS($pipeline->get_current_css_state());
     $box->create_content($root, $pipeline);
     return $box;
 }
예제 #2
0
 function &create(&$root, &$pipeline)
 {
     $box = new LegendBox($root);
     $box->create_content($root, $pipeline);
     return $box;
 }