Prado\Web\UI\WebControls\TWizardStep::getAllowReturn PHP Méthode

getAllowReturn() public méthode

public getAllowReturn ( ) : boolean
Résultat boolean whether this step can be re-visited. Default to true.
    public function getAllowReturn()
    {
        return $this->getViewState('AllowReturn', true);
    }