blob: 3b9829db6f5970184efcc9c83e6e7cb559713367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/**
* @author Daniel Sampedro Bello <darthdaniel85@gmail.com>
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
* @since 3.3
* @package Prado\Wsat\pages
*/
namespace Prado\Wsat\pages;
Prado::using("System.Wsat.TWsatARGenerator");
class TWsatHome extends TPage
{
}
|