예제 #1
0
 public function __construct($layout, $post)
 {
     $this->_layout = $layout;
     $this->_debugger = Upfront_Debug::get_debugger();
     self::$grid = Upfront_Grid::get_grid();
 }