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
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

보호된 메소드들

메소드 설명
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 )