catGeneratorConfiguration.class.php 265 Bytes
Newer Older
Игорь's avatar
init    
Игорь committed
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * cat module configuration.
 *
 * @package    sf
 * @subpackage cat
 * @author     Atma
 * @version    SVN: $Id: configuration.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
 */
class catGeneratorConfiguration extends BaseCatGeneratorConfiguration
{
}