Exemplo n.º 1
0
 /**
  * @copydoc DataSet::__construct
  */
 public function __construct($name, array $params = null)
 {
     parent::__construct($name, $params);
     $this->addWYSIWYGTranslations();
     $this->setProperty('exttype', 'grid');
 }
Exemplo n.º 2
0
 public function __construct(array $data)
 {
     parent::__construct($data);
 }
Exemplo n.º 3
0
 /**
  * @copydoc DataSet::__construct
  */
 public function __construct($name, array $params = null)
 {
     parent::__construct($name, $params);
     $this->setTitle('TXT_IMG_MANAGER');
     $this->setProperty('exttype', 'grid');
 }