Prado\Web\UI\WebControls\TWizard::applyControlProperties PHP 메소드

applyControlProperties() 보호된 메소드

Applies various properties to the components of wizard
protected applyControlProperties ( )
    protected function applyControlProperties()
    {
        $this->applyHeaderProperties();
        $this->applySideBarProperties();
        $this->applyStepContentProperties();
        $this->applyNavigationProperties();
    }
TWizard