コード例 #1
0
 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
ファイル: frame_decorator.cls.php プロジェクト: julkar9/gss
 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);
 }