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
Datei anzeigen Open project: pradosoft/prado Class Usage Examples

Protected Methods

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

Method Details

initRecursive() protected method

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