Esempio n. 1
0
 /**
  * Save current form reference and sections list, and initialize the cache
  *
  * @param array $params   Widget params OPTIONAL
  * @param array $sections Sections list OPTIONAL
  */
 public function __construct(array $params = array(), array $sections = array())
 {
     $this->sections['main'] = 'Info';
     parent::__construct($params, $sections);
 }