0 0 0 0 EOF; } /** * {@inheritdoc} */ protected function getFormProperties() { return [ 'base_id' => static::FORM_TYPE_INTEGER, 'hotfolder' => static::FORM_TYPE_STRING, 'move_archived' => static::FORM_TYPE_BOOLEAN, 'move_error' => static::FORM_TYPE_BOOLEAN, 'delfolder' => static::FORM_TYPE_BOOLEAN, 'copy_spe' => static::FORM_TYPE_BOOLEAN, 'cold' => static::FORM_TYPE_INTEGER, ]; } }