summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Advanced/Samples/I18N/LanguageList.php
blob: 0fea7ac2ad4daa2b05fccea383b1214afe394d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Language List
 * @author $Author: weizhuo $
 * @package prado.examples
 */

/**
 *
 * @author $Author: weizhuo $
 */
class LanguageList extends TTemplateControl
{

}