diff --git a/code/MultiFormStep.php b/code/MultiFormStep.php index 8ea6194..6591b93 100644 --- a/code/MultiFormStep.php +++ b/code/MultiFormStep.php @@ -118,23 +118,6 @@ class MultiFormStep extends DataObject { $this->write(); } - /** - * @TODO what does this method do? What is it's responsibility? - * - */ - public function start() { - - } - - /** - * @TODO what does this method do, in relation to MultiForm->finish() ? - * I thought we were finalising the entire form on MultiForm, and not - * each step? - */ - public function finish() { - - } - /** * Returns the first value of $next_step * @@ -210,14 +193,6 @@ class MultiFormStep extends DataObject { // ##################### Utility #################### - /** - * @TODO Do we need this? Can't we just check for the return value of getPreviousStep, - * and do boolean logic from that? - */ - public function hasPreviousStep() { - die('MultiFormStep->hasPreviousStep(): Not implemented yet'); - } - /** * Determines whether this step is the final step in the multi-step process or not, * based on the variable $is_final_step - to set the final step, create this variable