<?php
/**
 * TPlaceHolder class file
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link https://github.com/pradosoft/prado
 * @copyright Copyright &copy; 2005-2015 The PRADO Group
 * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
 * @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>
 * @package System.Web.UI.WebControls
 * @since 3.0
 */
class TPlaceHolder extends TControl
{
}