Ejemplo n.º 1
0
 /**
  * Configure the grid before displaying it.
  * @param FOLDER_GRID $grid The grid to be displayed.
  * @access private
  */
 protected function _set_up_grid($grid)
 {
     $grid->set_folders($this->folders);
 }