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
ScormAicc
classes
AICC
class.ilAICCBlock.php
class.ilAICCBlockGUI.php
class.ilAICCCourse.php
class.ilAICCCourseGUI.php
class.ilAICCExplorer.php
class.ilAICCObject.php
class.ilAICCObjectGUI.php
class.ilAICCPresentationGUI.php
class.ilAICCTree.php
class.ilAICCUnit.php
class.ilAICCUnitGUI.php
class.ilObjAICCTracking.php
HACP
SCORM
Verification
class.ilObjAICCCourseInterchangeFiles.php
class.ilObjAICCLearningModule.php
class.ilObjAICCLearningModuleGUI.php
class.ilObjHACPLearningModule.php
class.ilObjHACPLearningModuleGUI.php
class.ilObjSAHSLearningModule.php
class.ilObjSAHSLearningModuleAccess.php
class.ilObjSAHSLearningModuleGUI.php
class.ilObjSAHSLearningModuleListGUI.php
class.ilObjSCORMLearningModule.php
class.ilObjSCORMLearningModuleGUI.php
class.ilObjSCORMValidator.php
class.ilSAHSEditGUI.php
class.ilSAHSPresentationGUI.php
class.ilSCORMCertificateAdapter.php
class.ilScormLP.php
class.ilSCORMOfflineMode.php
class.ilSCORMOfflineModeGUI.php
class.ilSCORMOfflineModeUsersTableGUI.php
class.ilSCORMTrackingItemPerUserTableGUI.php
class.ilSCORMTrackingItems.php
class.ilSCORMTrackingItemsPerScoFilterGUI.php
class.ilSCORMTrackingItemsPerScoTableGUI.php
class.ilSCORMTrackingItemsPerUserFilterGUI.php
class.ilSCORMTrackingItemsPerUserTableGUI.php
class.ilSCORMTrackingItemsScoTableGUI.php
class.ilSCORMTrackingItemsTableGUI.php
class.ilSCORMTrackingUsersTableGUI.php
sop
sahs_server.php
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
class.ilAICCTree.php
Go to the documentation of this file.
1
<?php
2
/*
3
+-----------------------------------------------------------------------------+
4
| ILIAS open source |
5
+-----------------------------------------------------------------------------+
6
| Copyright (c) 1998-2001 ILIAS open source, University of Cologne |
7
| |
8
| This program is free software; you can redistribute it and/or |
9
| modify it under the terms of the GNU General Public License |
10
| as published by the Free Software Foundation; either version 2 |
11
| of the License, or (at your option) any later version. |
12
| |
13
| This program is distributed in the hope that it will be useful, |
14
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
15
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16
| GNU General Public License for more details. |
17
| |
18
| You should have received a copy of the GNU General Public License |
19
| along with this program; if not, write to the Free Software |
20
| Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21
+-----------------------------------------------------------------------------+
22
*/
23
24
require_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMTree.php"
);
25
33
class
ilAICCTree
extends
ilSCORMTree
34
{
35
42
function
ilAICCTree
($a_id = 0)
43
{
44
parent::ilTree
($a_id);
45
$this->
setTableNames
(
'scorm_tree'
,
'aicc_object'
);
46
$this->
setTreeTablePK
(
'slm_id'
);
47
}
48
49
50
}
51
?>
Modules
ScormAicc
classes
AICC
class.ilAICCTree.php
Generated on Wed Apr 27 2016 21:01:12 for ILIAS by
1.8.1.2 (using
Doxyfile
)