csSettingGeneratorConfiguration.class.php 344 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

/**
 * news module helper.
 *
 * @package    ./
 * @subpackage news
 * @author     Your name here
 * @version    SVN: $Id: helper.php 12474 2008-10-31 10:41:27Z fabien $
 */
class csSettingGeneratorConfiguration extends BaseCsSettingGeneratorConfiguration
{
  public function getTableMethod()
  {
    return 'findSettingsByGroup';
  }
}