final function reflow()
 {
     // Uncomment this to see the frames before they're laid out, instead of
     // during rendering.
     //echo $this->_frame; flush();
     $this->_reflower->reflow();
 }
예제 #2
0
 final function reflow(Frame_Decorator $block = null)
 {
     // Uncomment this to see the frames before they're laid out, instead of
     // during rendering.
     // echo $this->_frame; flush();
     $this->_reflower->reflow($block);
 }