PHP Class Prado\Web\UI\TCompositeControl

TCompositeControl is the base class for controls that are composed by other controls.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TControl, implements INamingContainer
Afficher le fichier Open project: pradosoft/prado Class Usage Examples

Méthodes protégées

Méthode Description
initRecursive ( $namingContainer = null ) Performs the OnInit step for the control and all its child controls.

Method Details

initRecursive() protected méthode

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