Not used anymore, checked if we could use soap connection. As soap is no longer a reliable interface in LimeSurvey it is deprecated for now.

deprecated
deprecated
package Gems
subpackage Validate
copyright Copyright (c) 2011 Erasmus MC
license New BSD License

 Methods

Returns true if and only if $value meets the validation requirements

isValid(mixed $value, $context = array()) : boolean

If $value fails validation, then this method returns false, and getMessages() will return an array of messages that explain why the validation failed.

Parameters

$value

mixed

$context

Exceptions

\Zend_Valid_Exception If validation of $value is impossible

Returns

boolean

 Constants

 

Error constants

ERROR_NO_LS_SOAP = 'noLimeServerSoap'