0 0 21 EOF; } /** * {@inheritdoc} */ protected function getFormProperties() { return [ 'proxy' => static::FORM_TYPE_STRING, 'proxyport' => static::FORM_TYPE_STRING, 'passive' => static::FORM_TYPE_BOOLEAN, 'ssl' => static::FORM_TYPE_BOOLEAN, 'password' => static::FORM_TYPE_STRING, 'user' => static::FORM_TYPE_STRING, 'ftppath' => static::FORM_TYPE_STRING, 'localpath' => static::FORM_TYPE_STRING, 'port' => static::FORM_TYPE_INTEGER, 'host' => static::FORM_TYPE_STRING, ]; } }