addReferencesTable(); $this->addRelationshipWithEmployersTable(); $this->addDocumentElement(); $this->getElement('documents') ->setDescription('Please upload the documents from step #1. Ensure all documents are completed in full, ' . 'including signature and date.') ->getDecorator('Description')->setOption('placement', 'prepend'); return $this; } public function addButtons() { return $this->addStepButtons(); } }