Prado\Web\UI\WebControls\TWizardStepCollection::__construct PHP Method

__construct() public method

Constructor.
public __construct ( TWizard $wizard )
$wizard TWizard
    public function __construct(TWizard $wizard)
    {
        $this->_wizard = $wizard;
    }