ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
ILIAS
Todo List
Deprecated List
Modules
Namespaces
Data Structures
Files
File List
cron
include
Modules
Bibliographic
Blog
BookingManager
Category
CategoryReference
Chatroom
Cloud
Course
CourseReference
DataCollection
Exercise
ExternalFeed
File
Folder
Forum
Glossary
Group
HTMLLearningModule
ILinc
ItemGroup
LearningModule
MediaCast
MediaPool
OrgUnit
Poll
Portfolio
RemoteCategory
RemoteCourse
RemoteFile
RemoteGlossary
RemoteGroup
RemoteLearningModule
RemoteTest
RemoteWiki
RootFolder
Scorm2004
classes
adlparser
seq_editor
buildRTE.php
class.ilContObjectManifestBuilder.php
class.ilGlossarySelectorGUI.php
class.ilObjectivesAlignmentTableGUI.php
class.ilObjSCORM2004LearningModule.php
class.ilObjSCORM2004LearningModuleGUI.php
class.ilQuestionExporter.php
class.ilSCORM13MDImporter.php
class.ilSCORM2004Asset.php
class.ilSCORM2004AssetGUI.php
class.ilSCORM2004Chapter.php
class.ilSCORM2004ChapterGUI.php
class.ilSCORM2004DeleteData.php
class.ilSCORM2004EditorExplorerGUI.php
class.ilSCORM2004EntryAsset.php
class.ilSCORM2004Export.php
class.ilSCORM2004ExportTableGUI.php
class.ilSCORM2004FinalAsset.php
class.ilSCORM2004Node.php
class.ilSCORM2004NodeFactory.php
class.ilSCORM2004NodeGUI.php
class.ilSCORM2004OrganizationHFormGUI.php
class.ilSCORM2004Page.php
class.ilSCORM2004PageConfig.php
class.ilSCORM2004PageGUI.php
class.ilSCORM2004PageLayout.php
class.ilSCORM2004PageNode.php
class.ilSCORM2004PageNodeGUI.php
class.ilSCORM2004Sco.php
class.ilSCORM2004ScoGUI.php
class.ilSCORM2004SeqChapter.php
class.ilSCORM2004SeqChapterGUI.php
class.ilSCORM2004SeqRule.php
class.ilSCORM2004StoreData.php
class.ilSCORM2004Tracking.php
class.ilSCORM2004TrackingItems.php
class.ilSCORM2004TrackingItemsPerScoFilterGUI.php
class.ilSCORM2004TrackingItemsPerUserFilterGUI.php
class.ilSCORM2004TrackingItemsTableGUI.php
class.ilSCORM2004TrackingTableGUI.php
class.ilSCORM2004Tree.php
class.ilScormEditorDBMigrationUtil.php
class.ilScormExportUtil.php
class.ilScormSpecialPagesTableGUI.php
ilSCORM13DB.php
ilSCORM13Package.php
ilSCORM13Player.php
ilSCORM13Player_mysql.php
ilSCORM13Player_sqlite.php
JSMin_lib.php
JSON.php
mimemap.php
updateADLTree.php
data
ScormAicc
Session
Survey
SurveyQuestionPool
SystemFolder
Test
TestQuestionPool
WebResource
Wiki
WorkspaceFolder
WorkspaceRootFolder
Services
setup
sso
webservice
calendar.php
confirmReg.php
error.php
feed.php
goto.php
ilias.php
index.php
login.php
logout.php
payment.php
privfeed.php
pwassist.php
register.php
rootindex.php
sessioncheck.php
shib_login.php
shib_logout.php
start.php
storeScorm2004.php
studip_referrer.php
webdav.php
Globals
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
Data Structures
|
Functions
ilSCORM13Player.php File Reference
Go to the source code of this file.
Data Structures
class
ilSCORM13Player
Functions
datecmp
($a, $b)
Function Documentation
datecmp
(
$a
,
$b
)
Definition at line
2146
of file
ilSCORM13Player.php
.
{
if
(strtotime($a[
'date'
]) == strtotime($b[
'date'
])) {
return
0;
}
return
(strtotime($a[
'date'
]) < strtotime($b[
'date'
])) ? 1 :-1;
}
Modules
Scorm2004
classes
ilSCORM13Player.php
Generated on Wed Apr 27 2016 21:02:20 for ILIAS by
1.8.1.2 (using
Doxyfile
)