Prado\Web\UI\WebControls\TWizardNavigationEventParameter::__construct PHP Méthode

__construct() public méthode

Constructor.
public __construct ( $currentStep )
    public function __construct($currentStep)
    {
        $this->_currentStep = $currentStep;
        $this->_nextStep = $currentStep;
    }