Exemplo n.º 1
0
 public function __construct(KConfig $config)
 {
     parent::__construct($config);
     $this->_state->insert('paths', 'com://admin/files.filter.path');
 }
Exemplo n.º 2
0
 public function __construct(KObjectConfig $config)
 {
     parent::__construct($config);
     $this->getState()->insert('paths', 'com:files.filter.path');
 }