@@ -79,6 +79,7 @@ <h2 id="synopsis">Synopsis</h2>
79
79
</ li > < li > public static string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkBIC.html "> checkBIC</ a > ()
80
80
</ li > < li > public static bool < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/isNationalTransaction.html "> isNationalTransaction</ a > ()
81
81
</ li > < li > public static bool < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/crossCheckIbanBic.html "> crossCheckIbanBic</ a > ()
82
+ </ li > < li > private static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkDateFormat.html "> checkDateFormat</ a > ()
82
83
</ li > < li > public static string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/getDate.html "> getDate</ a > ()
83
84
</ li > < li > public static string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/getDateWithOffset.html "> getDateWithOffset</ a > ()
84
85
</ li > < li > public static string < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/getDateWithMinOffsetFromToday.html "> getDateWithMinOffsetFromToday</ a > ()
@@ -90,7 +91,7 @@ <h2 id="synopsis">Synopsis</h2>
90
91
</ li > < li > public static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/sanitizeLongText.html "> sanitizeLongText</ a > ()
91
92
</ li > < li > public static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkRequiredCollectionKeys.html "> checkRequiredCollectionKeys</ a > ()
92
93
</ li > < li > public static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkRequiredPaymentKeys.html "> checkRequiredPaymentKeys</ a > ()
93
- </ li > < li > public static bool < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsNotAllKeys .html "> containsNotAllKeys </ a > ()
94
+ </ li > < li > public static bool < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsAllKeys .html "> containsAllKeys </ a > ()
94
95
</ li > < li > public static bool < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsNotAnyKey.html "> containsNotAnyKey</ a > ()
95
96
</ li > < li > private static string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkActiveOrHistoricCurrencyCode.html "> checkActiveOrHistoricCurrencyCode</ a > ()
96
97
</ li > < li > private static string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkBoolean.html "> checkBoolean</ a > ()
@@ -104,6 +105,8 @@ <h2 id="synopsis">Synopsis</h2>
104
105
</ li > < li > private static float|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkAmountFormat.html "> checkAmountFormat</ a > ()
105
106
</ li > < li > private string|false < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkSeqType.html "> checkSeqType</ a > ()
106
107
</ li > < li > private static bool|string < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkLocalInstrument.html "> checkLocalInstrument</ a > ()
108
+ </ li > < li > private static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkCategoryPurpose.html "> checkCategoryPurpose</ a > ()
109
+ </ li > < li > private static void < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkPurpose.html "> checkPurpose</ a > ()
107
110
</ li > </ ul >
108
111
109
112
}< br /> </ div >
@@ -229,14 +232,23 @@ <h4>private</h4>
229
232
— Checks if the amount fits the format: A float with only two decimals, not lower than 0.01, not greater than 999,999,999.99.</ li >
230
233
< li id ="checkBoolean "> < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkBoolean.html "> checkBoolean()</ a >
231
234
— Checks if $bbi is a valid batch booking indicator. Returns 'true' for "1", "true", "on" and "yes", returns 'false' for "0", "false", "off", "no", and ""</ li >
235
+ < li id ="checkCategoryPurpose ">
236
+ < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkCategoryPurpose.html "> checkCategoryPurpose()</ a >
237
+ </ li >
232
238
< li id ="checkCharset ">
233
239
< a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkCharset.html "> checkCharset()</ a >
234
240
</ li >
241
+ < li id ="checkDateFormat ">
242
+ < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkDateFormat.html "> checkDateFormat()</ a >
243
+ </ li >
235
244
< li id ="checkLength "> < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkLength.html "> checkLength()</ a >
236
245
— Checks if the length of the input string not longer than the entered length</ li >
237
246
< li id ="checkLocalInstrument ">
238
247
< a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkLocalInstrument.html "> checkLocalInstrument()</ a >
239
248
</ li >
249
+ < li id ="checkPurpose ">
250
+ < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkPurpose.html "> checkPurpose()</ a >
251
+ </ li >
240
252
< li id ="checkRestrictedIdentificationSEPA1 ">
241
253
< a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkRestrictedIdentificationSEPA1.html "> checkRestrictedIdentificationSEPA1()</ a >
242
254
</ li >
@@ -274,7 +286,7 @@ <h4>public</h4>
274
286
< li id ="checkRequiredPaymentKeys ">
275
287
< a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/checkRequiredPaymentKeys.html "> checkRequiredPaymentKeys()</ a >
276
288
</ li >
277
- < li id ="containsNotAllKeys "> < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsNotAllKeys .html "> containsNotAllKeys ()</ a >
289
+ < li id ="containsAllKeys "> < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsAllKeys .html "> containsAllKeys ()</ a >
278
290
— Checks if $arr misses one of the given $keys</ li >
279
291
< li id ="containsNotAnyKey "> < a title ="AbcAeffchen\SepaUtilities\SepaUtilities " href ="../classes/AbcAeffchen_SepaUtilities_SepaUtilities/containsNotAnyKey.html "> containsNotAnyKey()</ a >
280
292
— Checks if $arr not contains any key of $keys</ li >
0 commit comments