* @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\WebControls */ namespace Prado\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 * @package Prado\Web\UI\WebControls * @since 3.0 */ class TPlaceHolder extends \Prado\Web\UI\TControl { }