Prado\Web\UI\WebControls\TWizard::addParsedObject PHP Method

addParsedObject() public method

This method overrides the parent implementation and is invoked when template is being instantiated.
public addParsedObject ( $object )
    public function addParsedObject($object)
    {
        if ($object instanceof TWizardStep) {
            $this->getWizardSteps()->add($object);
        }
    }
TWizard