public function preUp(\Doctrine\DBAL\Schema\Schema $schema) { parent::preUp($schema); $this->_tmpDir = rtrim(sys_get_temp_dir(), \DIRECTORY_SEPARATOR) . \DIRECTORY_SEPARATOR . uniqid(); mkdir($this->_tmpDir, 0777, true); $this->storeElementAnswers(); $this->storeAttachments(); }
public function preUp(Schema $schema) { parent::preUp($schema); $this->pre(); }