discount_phoneGeneratorConfiguration.class.php 461 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

/**
 * discount_phone module configuration.
 *
 * @package    sf
 * @subpackage discount_phone
 * @author     Atma
 * @version    SVN: $Id: configuration.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
 */
class discount_phoneGeneratorConfiguration extends BaseDiscount_phoneGeneratorConfiguration
{
    public function getListBatchActions()
    {
        return array();
    }

    public function getListActions()
    {
        return array();
    }
}