Example #1
0
 /**
  * Get properties specifications as strings
  *
  * @see parent::getProps()
  *
  * @return array
  */
 function getProps()
 {
     $specs = parent::getProps();
     $specs["wsdl_external"] = "str";
     $specs["wsdl_mode"] = "bool default|1";
     $specs["evenement_name"] = "str";
     $specs["single_parameter"] = "str";
     $specs["encoding"] = "enum list|UTF-8|ISO-8859-1|ISO-8859-15 default|UTF-8";
     $specs["type_soap"] = "enum list|CMbSOAPClient|CNuSOAPClient default|CMbSOAPClient notNull";
     $specs["iv_passphrase"] = "str show|0 loggable|0";
     $specs["safe_mode"] = "bool default|0";
     $specs["return_mode"] = "enum list|normal|raw|file";
     $specs["soap_version"] = "enum list|SOAP_1_1|SOAP_1_2 default|SOAP_1_1 notNull";
     $specs["xop_mode"] = "bool default|0";
     $specs["use_tunnel"] = "bool default|0";
     $specs["socket_timeout"] = "num min|1";
     $specs["connection_timeout"] = "num min|1";
     $specs["feature"] = "enum list|SOAP_SINGLE_ELEMENT_ARRAYS|SOAP_USE_XSI_ARRAY_TYPE|SOAP_WAIT_ONE_WAY_CALLS";
     $specs["local_cert"] = "str";
     $specs["passphrase"] = "password show|0 loggable|0";
     $specs["verify_peer"] = "bool default|0";
     $specs["cafile"] = "str";
     $specs["stream_context"] = "str";
     return $specs;
 }
 function getProps()
 {
     $props = parent::getProps();
     $props["fileextension"] = "str";
     $props["fileextension_write_end"] = "str";
     $props["fileprefix"] = "str";
     $props["sort_files_by"] = "enum list|date|name|size default|name";
     return $props;
 }
Example #3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["port"] = "num default|22";
     $props["timeout"] = "num default|10";
     $props["fileprefix"] = "str";
     $props["fileextension_write_end"] = "str";
     $props["fileextension"] = "str";
     return $props;
 }
 function getProps()
 {
     $props = parent::getProps();
     $props["port"] = "num default|25";
     $props["email"] = "email";
     $props["auth"] = "bool default|1";
     $props["ssl"] = "bool";
     $props["timeout"] = "num default|5";
     $props["debug"] = "bool default|0";
     return $props;
 }
Example #5
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specs = parent::getProps();
     $specs["ssl"] = "bool default|0";
     $specs["port"] = "num default|21";
     $specs["timeout"] = "num default|5";
     $specs["pasv"] = "bool default|0";
     $specs["mode"] = "enum list|FTP_ASCII|FTP_BINARY default|FTP_BINARY";
     $specs["counter"] = "str protected loggable|0";
     $specs["fileprefix"] = "str";
     $specs["fileextension"] = "str";
     $specs["filenbroll"] = "enum list|1|2|3|4";
     $specs["fileextension_write_end"] = "str";
     return $specs;
 }
Example #6
0
 /**
  * field properties
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["host"] = "text autocomplete";
     $props["port"] = "num default|25";
     $props["auth_ssl"] = "enum list|None|SSL/TLS|STARTTLS";
     $props["password"] = "******";
     $props["timeout"] = "num default|5 max|30";
     $props["type"] = "enum notNull list|pop3|imap";
     $props["extension"] = "str";
     $props["cron_update"] = "bool default|1";
     $props["is_private"] = "bool default|0";
     $props["libelle"] = "str notNull";
     $props["last_update"] = "dateTime loggable|0";
     $props["object_id"] = "ref notNull class|CMbObject meta|object_class";
     $props["object_class"] = "str notNull class show|0";
     $props["_server"] = "str maxLength|255";
     return $props;
 }
Example #7
0
 /**
  * Get the properties of our class as string
  * 
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["port"] = "num notNull";
     return $props;
 }