Data Structures | Variables

payment/bmf/lib/SOAP/Type/class.ilBMFType_duration.php File Reference

Go to the source code of this file.

Data Structures

class  ilBMFType_duration

Variables

 $ereg_duration = '(-)?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?T?([0-9]+H)?([0-9]+M)?([0-9]+S)?'
 $t = ilBMFType_duration::_test('P1Y2M3DT10H30M')
print Add should be PT0S
print Add should be n

Variable Documentation

$ereg_duration = '(-)?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?T?([0-9]+H)?([0-9]+M)?([0-9]+S)?'
$t = ilBMFType_duration::_test('P1Y2M3DT10H30M')
print Subtract should be n

Definition at line 163 of file class.ilBMFType_duration.php.

Referenced by CASClient::validateST().

print Subtract should be PT0S

Definition at line 163 of file class.ilBMFType_duration.php.