summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TPlaceHolder.php
blob: 020141cff0d3d3d5e95e48a5df2fc02e4f5580b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
/**
 * TPlaceHolder class file
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.pradosoft.com/
 * @copyright Copyright &copy; 2005-2013 PradoSoft
 * @license http://www.pradosoft.com/license/
 * @version $Id: TPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $
 * @package System.Web.UI.WebControls
 */

/**
 * TPlaceHolder class
 *
 * TPlaceHolder reserves a place on a template, where static texts or controls
 * may be inserted. You may add or remove texts or child controls of TPlaceHolder
 * by manipulating the {@link TControl::getControls Controls} property.
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @version $Id: TPlaceHolder.php 3245 2013-01-07 20:23:32Z ctrlaltca $
 * @package System.Web.UI.WebControls
 * @since 3.0
 */
class TPlaceHolder extends TControl
{
}