Prado\Web\UI\WebControls\TWizardStepCollection::__construct PHP Метод

__construct() публичный Метод

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