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 |
$ereg_duration = '(-)?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?T?([0-9]+H)?([0-9]+M)?([0-9]+S)?' |
Definition at line 56 of file class.ilBMFType_duration.php.
Referenced by ilBMFType_duration::duration_to_unix(), and ilBMFType_duration::is_duration().
$t = ilBMFType_duration::_test('P1Y2M3DT10H30M') |
Definition at line 154 of file class.ilBMFType_duration.php.
Referenced by ilBMFBase::_decode(), ilBMFWSDL::_getComplexTypeForElement(), ilBMFBase::_isHash(), ilBMFType_duration::_test(), ilFormat::fdateDB2dateDE(), ilFormat::ftimestamp2dateDB(), ilFormat::ftimestamp2dateDE(), ilFormat::ftimestamp2datetimeDE(), ilBMFWSDL::getComplexTypeChildType(), ilBMFWSDL::getComplexTypeNameForElement(), ilUtil::getMySQLTimestamp(), wsdl::getTypeDef(), makeTimestamp(), ilObjTestGUI::outPrintUserResults(), ilTestOutputGUI::outShowAnswersDetails(), ilObjTestGUI::outShowAnswersDetails(), searchForm(), searchTest(), PHPlot::SetDefaultDashedStyle(), str2date(), and ilUtil::stripSlashes().
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.