PHP Класс Prado\Web\UI\TCompositeControl

TCompositeControl is the base class for controls that are composed by other controls.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends TControl, implements INamingContainer
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
initRecursive ( $namingContainer = null ) Performs the OnInit step for the control and all its child controls.

Описание методов

initRecursive() защищенный Метод

This method overrides the parent implementation by ensuring child controls are created first. Only framework developers should use this method.
protected initRecursive ( $namingContainer = null )