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);
 }
Ejemplo n.º 2
0
 /**
  * @param CONTEXT $context Context to which this grid belongs.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->css_class .= ' small-tiles';
 }