dokeos-backup
[ class tree: dokeos-backup ] [ index: dokeos-backup ] [ all elements ]

Element index for package dokeos-backup

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ]

a

$active
in file Quiz.class.php, variable Quiz::$active
    Active
$answered
in file Survey.class.php, variable Survey::$answered
    Answer status
$answers
in file QuizQuestion.class.php, variable QuizQuestion::$answers
    Answers
$author
in file Survey.class.php, variable Survey::$author
    The author's name
$avail_from
in file Survey.class.php, variable Survey::$avail_from
    The availability period
$avail_till
in file Survey.class.php, variable Survey::$avail_till
add_answer
in file SurveyQuestion.class.php, method SurveyQuestion::add_answer()
    Add an answer option to this SurveyQuestion
add_answer
in file QuizQuestion.class.php, method QuizQuestion::add_answer()
    Add an answer to this QuizQuestion
add_invitation
in file Survey.class.php, method Survey::add_invitation()
    Add an invitation to this survey
add_linked_resource
in file Resource.class.php, method Resource::add_linked_resource()
    Add linked resource
add_question
in file Survey.class.php, method Survey::add_question()
    Add a question to this survey
add_question
in file Quiz.class.php, method Quiz::add_question()
    Add a question to this Quiz
add_resource
in file Course.class.php, method Course::add_resource()
    Add a resource from a given type to this course
Announcement
in file Announcement.class.php, method Announcement::Announcement()
    Create a new announcement
Announcement
in file Announcement.class.php, class Announcement
    An announcement
Announcement.class.php
procedural page Announcement.class.php
top

b

build
in file CourseBuilder.class.php, method CourseBuilder::build()
    Build the course-object
build_announcements
in file CourseBuilder.class.php, method CourseBuilder::build_announcements()
    Build the announcements
build_course_descriptions
in file CourseBuilder.class.php, method CourseBuilder::build_course_descriptions()
    Build the course-descriptions
build_documents
in file CourseBuilder.class.php, method CourseBuilder::build_documents()
    Build the documents
build_events
in file CourseBuilder.class.php, method CourseBuilder::build_events()
    Build the events
build_forums
in file CourseBuilder.class.php, method CourseBuilder::build_forums()
    Build the forums
build_forum_category
in file CourseBuilder.class.php, method CourseBuilder::build_forum_category()
    Build a forum-category
build_forum_posts
in file CourseBuilder.class.php, method CourseBuilder::build_forum_posts()
    Build the forum-posts
build_forum_topics
in file CourseBuilder.class.php, method CourseBuilder::build_forum_topics()
    Build the forum-topics
build_learnpaths
in file CourseBuilder.class.php, method CourseBuilder::build_learnpaths()
    Build the learnpaths
build_links
in file CourseBuilder.class.php, method CourseBuilder::build_links()
    Build the links
build_link_category
in file CourseBuilder.class.php, method CourseBuilder::build_link_category()
    Build a link category
build_quizzes
in file CourseBuilder.class.php, method CourseBuilder::build_quizzes()
    Build the Quizzes
build_quiz_questions
in file CourseBuilder.class.php, method CourseBuilder::build_quiz_questions()
    Build the Quiz-Questions
build_surveys
in file CourseBuilder.class.php, method CourseBuilder::build_surveys()
    Build the Surveys
build_survey_questions
in file CourseBuilder.class.php, method CourseBuilder::build_survey_questions()
    Build the Survey Questions
build_tool_intro
in file CourseBuilder.class.php, method CourseBuilder::build_tool_intro()
    Build tool intro
backup.php
procedural page backup.php
top

c

$category_id
in file Forum.class.php, variable Forum::$category_id
    Category-id
$category_id
in file Link.class.php, variable Link::$category_id
    Id of this links category
$code
in file Course.class.php, variable Course::$code
$code
in file SurveyInvitation.class.php, variable SurveyInvitation::$code
    Survey code
$code
in file Survey.class.php, variable Survey::$code
    The survey code
$comment
in file Document.class.php, variable Document::$comment
$content
in file Event.class.php, variable Event::$content
    The content
$content
in file CourseDescription.class.php, variable CourseDescription::$content
    The content
$content
in file Announcement.class.php, variable Announcement::$content
    The content of the announcement
$content_license
in file Learnpath.class.php, variable Learnpath::$content_license
    License of the content
$content_local
in file Learnpath.class.php, variable Learnpath::$content_local
    Location of the content (local or remote)
$content_maker
in file Learnpath.class.php, variable Learnpath::$content_maker
    Content editor/publisher
$course
in file CourseRestorer.class.php, variable CourseRestorer::$course
    The course-object
$course
in file CourseRecycler.class.php, variable CourseRecycler::$course
    A course-object with the items to delete
$course
in file CourseBuilder.class.php, variable CourseBuilder::$course
    The course
$creation_date
in file Survey.class.php, variable Survey::$creation_date
    Creation date
clean_backup_dir
in file CourseArchiver.class.php, method CourseArchiver::clean_backup_dir()
    Delete old temp-dirs
Course
in file Course.class.php, method Course::Course()
    Create a new Course-object
Course
in file Course.class.php, class Course
    A course-object to use in Export/Import/Backup/Copy
CourseArchiver
in file CourseArchiver.class.php, class CourseArchiver
    Some functions to write a course-object to a zip-file and to read a course- object from such a zip-file.
CourseBuilder
in file CourseBuilder.class.php, class CourseBuilder
    Class which can build a course-object from a Dokeos-course.
CourseBuilder
in file CourseBuilder.class.php, method CourseBuilder::CourseBuilder()
    Create a new CourseBuilder
CourseDescription
in file CourseDescription.class.php, class CourseDescription
    A course description
CourseDescription
in file CourseDescription.class.php, method CourseDescription::CourseDescription()
    Create a new Event
CourseRecycler
in file CourseRecycler.class.php, class CourseRecycler
    Class to delete items from a Dokeos-course
CourseRecycler
in file CourseRecycler.class.php, method CourseRecycler::CourseRecycler()
    Create a new CourseRecycler
CourseRestorer
in file CourseRestorer.class.php, method CourseRestorer::CourseRestorer()
    Create a new CourseRestorer
CourseRestorer
in file CourseRestorer.class.php, class CourseRestorer
    Class to restore items from a course object to a Dokeos-course
CourseSelectForm
in file CourseSelectForm.class.php, class CourseSelectForm
    Class to show a form to select resources
Course.class.php
procedural page Course.class.php
CourseArchiver.class.php
procedural page CourseArchiver.class.php
CourseBuilder.class.php
procedural page CourseBuilder.class.php
CourseRecycler.class.php
procedural page CourseRecycler.class.php
CourseRestorer.class.php
procedural page CourseRestorer.class.php
CourseSelectForm.class.php
procedural page CourseSelectForm.class.php
copy_course.php
procedural page copy_course.php
create_backup.php
procedural page create_backup.php
top

d

$date
in file Announcement.class.php, variable Announcement::$date
    The date on which this announcement was made
$debug
in file Learnpath.class.php, variable Learnpath::$debug
    Debug level for this lp
$default_encoding
in file Learnpath.class.php, variable Learnpath::$default_encoding
    Default character encoding
$default_view_mod
in file Learnpath.class.php, variable Learnpath::$default_view_mod
    View mode by default ('embedded' or 'fullscreen')
$description
in file Learnpath.class.php, variable Learnpath::$description
    The description
$description
in file Link.class.php, variable Link::$description
    The description
$description
in file LinkCategory.class.php, variable LinkCategory::$description
    The description
$description
in file QuizQuestion.class.php, variable QuizQuestion::$description
    The description
$description
in file Quiz.class.php, variable Quiz::$description
    The description
$description
in file Forum.class.php, variable Forum::$description
    The description
$destination_db
in file Course.class.php, variable Course::$destination_db
$destination_id
in file Resource.class.php, variable Resource::$destination_id
    The id from this resource in the destination course
$destination_path
in file Course.class.php, variable Course::$destination_path
$display
in file SurveyQuestion.class.php, variable SurveyQuestion::$display
    Display ?
$display_order
in file Announcement.class.php, variable Announcement::$display_order
    The display order of this announcement
$display_order
in file LinkCategory.class.php, variable LinkCategory::$display_order
    The display order
$display_order
in file Learnpath.class.php, variable Learnpath::$display_order
    Display order
display_form
in file CourseSelectForm.class.php, method CourseSelectForm::display_form()
    Display the form
display_hidden_quiz_questions
in file CourseSelectForm.class.php, method CourseSelectForm::display_hidden_quiz_questions()
DOCUMENT
in file Document.class.php, constant DOCUMENT
Document
in file Document.class.php, method Document::Document()
    Create a new Document
Document
in file Document.class.php, class Document
    An document
Document.class.php
procedural page Document.class.php
top

e

$email_sent
in file Announcement.class.php, variable Announcement::$email_sent
    Has the e-mail been sent?
$end_date
in file Event.class.php, variable Event::$end_date
    The end date
Event
in file Event.class.php, method Event::Event()
    Create a new Event
Event
in file Event.class.php, class Event
    An event
top

f

$file_option
in file CourseRestorer.class.php, variable CourseRestorer::$file_option
    What to do with files with same name (FILE_SKIP, FILE_RENAME or
$file_type
in file Document.class.php, variable Document::$file_type
$firstname
in file ForumPost.class.php, variable ForumPost::$firstname
    Poster firstname
$firstname
in file ForumTopic.class.php, variable ForumTopic::$firstname
    Poster firstname
$force_commit
in file Learnpath.class.php, variable Learnpath::$force_commit
    Whether additional commits should be forced or not
$forum_id
in file ForumTopic.class.php, variable ForumTopic::$forum_id
    Parent forum
FILE_OVERWRITE
in file CourseRestorer.class.php, constant FILE_OVERWRITE
FILE_RENAME
in file CourseRestorer.class.php, constant FILE_RENAME
FILE_SKIP
in file CourseRestorer.class.php, constant FILE_SKIP
FOLDER
in file Document.class.php, constant FOLDER
Forum
in file Forum.class.php, class Forum
    A forum
Forum
in file Forum.class.php, method Forum::Forum()
    Create a new ForumPost
ForumCategory
in file ForumCategory.class.php, class ForumCategory
    A forum-category
ForumCategory
in file ForumCategory.class.php, method ForumCategory::ForumCategory()
    Create a new ForumCategory
ForumPost
in file ForumPost.class.php, class ForumPost
    A forum-post
ForumPost
in file ForumPost.class.php, method ForumPost::ForumPost()
    Create a new ForumPost
ForumTopic
in file ForumTopic.class.php, method ForumTopic::ForumTopic()
    Create a new ForumTopic
ForumTopic
in file ForumTopic.class.php, class ForumTopic
    A forum-topic/thread
top

g

get_available_backups
in file CourseArchiver.class.php, method CourseArchiver::get_available_backups()
get_course
in file CourseBuilder.class.php, method CourseBuilder::get_course()
    Get the created course
get_id
in file Resource.class.php, method Resource::get_id()
    Returns the id of this resource.
get_items
in file Learnpath.class.php, method Learnpath::get_items()
    Get the items
get_linked_resources
in file Resource.class.php, method Resource::get_linked_resources()
    Get linked resources
get_new_id
in file CourseRestorer.class.php, method CourseRestorer::get_new_id()
    Gets the new ID of one specific tool item from the tool name and the old ID
get_posted_course
in file CourseSelectForm.class.php, method CourseSelectForm::get_posted_course()
    Get the posted course
get_tool
in file Resource.class.php, method Resource::get_tool()
    Get the constant which defines the tool of this resource. This is used in the item_properties table.
get_type
in file Resource.class.php, method Resource::get_type()
    Resturns the type of this resource
top

h

has_item
in file Learnpath.class.php, method Learnpath::has_item()
    Check if a given resource is used as an item in this chapter
has_resources
in file Course.class.php, method Course::has_resources()
    Does this course has resources?
top

i

$id
in file ToolIntro.class.php, variable ToolIntro::$id
$intro
in file Survey.class.php, variable Survey::$intro
    Introduction text
$intro_text
in file ToolIntro.class.php, variable ToolIntro::$intro_text
    intro text
$invitation_code
in file SurveyInvitation.class.php, variable SurveyInvitation::$invitation_code
    Invitation code
$invitation_date
in file SurveyInvitation.class.php, variable SurveyInvitation::$invitation_date
    Invitation date
$invitation_ids
in file Survey.class.php, variable Survey::$invitation_ids
$invited
in file Survey.class.php, variable Survey::$invited
    Invitation status
$invite_mail
in file Survey.class.php, variable Survey::$invite_mail
    Invitation and reminder mail contents
$is_shared
in file Survey.class.php, variable Survey::$is_shared
    Flag for shared status
$items
in file Learnpath.class.php, variable Learnpath::$items
    The items
$item_properties
in file Resource.class.php, variable Resource::$item_properties
    The properties of this resource
import_uploaded_file
in file CourseArchiver.class.php, method CourseArchiver::import_uploaded_file()
is_linked_resource
in file Course.class.php, method Course::is_linked_resource()
    Check if a resource links to the given resource
is_restored
in file Resource.class.php, method Resource::is_restored()
    Check if this resource is allready restored in the destination course.
import_backup.php
procedural page import_backup.php
top

j

$js_lib
in file Learnpath.class.php, variable Learnpath::$js_lib
    JavaScript library used
top

l

$lang
in file Survey.class.php, variable Survey::$lang
    The survey's language
$lastname
in file ForumTopic.class.php, variable ForumTopic::$lastname
    Poster lastname
$lastname
in file ForumPost.class.php, variable ForumPost::$lastname
    Poster lastname
$last_post
in file ForumTopic.class.php, variable ForumTopic::$last_post
    Last post
$last_post
in file Forum.class.php, variable Forum::$last_post
$linked_resources
in file Resource.class.php, variable Resource::$linked_resources
    Linked resources
$lp_type
in file Learnpath.class.php, variable Learnpath::$lp_type
    Type of learnpath (can be dokeos (1), scorm (2), aicc (3))
Learnpath
in file Learnpath.class.php, method Learnpath::Learnpath()
    Create a new learnpath
Learnpath
in file Learnpath.class.php, class Learnpath
    A learnpath
Link
in file Link.class.php, method Link::Link()
    Create a new Link
Link
in file Link.class.php, class Link
    A WWW-link from the Links-module in a Dokeos-course.
LinkCategory
in file LinkCategory.class.php, method LinkCategory::LinkCategory()
    Create a new LinkCategory
LinkCategory
in file LinkCategory.class.php, class LinkCategory
    A LinkCategory
links_to
in file Resource.class.php, method Resource::links_to()
    Checks if this resource links to a given resource
Learnpath.class.php
procedural page Learnpath.class.php
top

m

$max_value
in file SurveyQuestion.class.php, variable SurveyQuestion::$max_value
    Maximum value for the vote
$media
in file Quiz.class.php, variable Quiz::$media
    Sound or video file
top

n

$name
in file Learnpath.class.php, variable Learnpath::$name
    The name
top

o

$on_homepage
in file Link.class.php, variable Link::$on_homepage
    Display link on course homepage
$options
in file SurveyQuestion.class.php, variable SurveyQuestion::$options
    Question's options
top

p

$parent_post_id
in file ForumPost.class.php, variable ForumPost::$parent_post_id
    Parent post
$path
in file Course.class.php, variable Course::$path
$path
in file Document.class.php, variable Document::$path
$path
in file ScormDocument.class.php, variable ScormDocument::$path
$path
in file Learnpath.class.php, variable Learnpath::$path
    Path to the learning path files
$ponderation
in file QuizQuestion.class.php, variable QuizQuestion::$ponderation
    Ponderation
$position
in file QuizQuestion.class.php, variable QuizQuestion::$position
    Position
$poster_ip
in file ForumPost.class.php, variable ForumPost::$poster_ip
    Poster-ip
$post_time
in file ForumPost.class.php, variable ForumPost::$post_time
    The time
$prevent_reinit
in file Learnpath.class.php, variable Learnpath::$prevent_reinit
    Whether to prevent reinitialisation or not
top

q

$question
in file QuizQuestion.class.php, variable QuizQuestion::$question
    The question
$question_ids
in file Quiz.class.php, variable Quiz::$question_ids
    Questions
$question_ids
in file Survey.class.php, variable Survey::$question_ids
    Questions and invitations lists
$quiz_type
in file QuizQuestion.class.php, variable QuizQuestion::$quiz_type
    Type
$quiz_type
in file Quiz.class.php, variable Quiz::$quiz_type
    Type
Quiz.class.php
procedural page Quiz.class.php
QuizQuestion.class.php
procedural page QuizQuestion.class.php
Quiz
in file Quiz.class.php, class Quiz
    An Quiz
Quiz
in file Quiz.class.php, method Quiz::Quiz()
    Create a new Quiz
QuizQuestion
in file QuizQuestion.class.php, class QuizQuestion
    An QuizQuestion
QuizQuestion
in file QuizQuestion.class.php, method QuizQuestion::QuizQuestion()
    Create a new QuizQuestion
top

r

$random
in file Quiz.class.php, variable Quiz::$random
    random
$ref
in file Learnpath.class.php, variable Learnpath::$ref
    The reference
$reminder_date
in file SurveyInvitation.class.php, variable SurveyInvitation::$reminder_date
    Reminder date
$reminder_mail
in file Survey.class.php, variable Survey::$reminder_mail
$resources
in file Course.class.php, variable Course::$resources
Resource.class.php
procedural page Resource.class.php
recycle_course.php
procedural page recycle_course.php
read_course
in file CourseArchiver.class.php, method CourseArchiver::read_course()
    Read a course-object from a zip-file
recycle
in file CourseRecycler.class.php, method CourseRecycler::recycle()
    Delete all items from the course.
recycle_announcements
in file CourseRecycler.class.php, method CourseRecycler::recycle_announcements()
    Delete announcements
recycle_cours_description
in file CourseRecycler.class.php, method CourseRecycler::recycle_cours_description()
    Delete course description
recycle_documents
in file CourseRecycler.class.php, method CourseRecycler::recycle_documents()
    Delete documents
recycle_events
in file CourseRecycler.class.php, method CourseRecycler::recycle_events()
    Delete events
recycle_forums
in file CourseRecycler.class.php, method CourseRecycler::recycle_forums()
    Delete forums
recycle_forum_categories
in file CourseRecycler.class.php, method CourseRecycler::recycle_forum_categories()
    Delete forum-categories
recycle_learnpaths
in file CourseRecycler.class.php, method CourseRecycler::recycle_learnpaths()
    Recycle learnpaths
recycle_links
in file CourseRecycler.class.php, method CourseRecycler::recycle_links()
    Delete links
recycle_link_categories
in file CourseRecycler.class.php, method CourseRecycler::recycle_link_categories()
    Delete link-categories
recycle_quizzes
in file CourseRecycler.class.php, method CourseRecycler::recycle_quizzes()
    Recycle quizzes - doesn't remove the questions and their answers, as they might still be used later
recycle_surveys
in file CourseRecycler.class.php, method CourseRecycler::recycle_surveys()
    Recycle surveys - removes everything
Resource
in file Resource.class.php, class Resource
    Representation of a resource in a Dokeos-course.
Resource
in file Resource.class.php, method Resource::Resource()
    Create a new Resource
RESOURCE_ANNOUNCEMENT
in file Resource.class.php, constant RESOURCE_ANNOUNCEMENT
RESOURCE_COURSEDESCRIPTION
in file Resource.class.php, constant RESOURCE_COURSEDESCRIPTION
RESOURCE_DOCUMENT
in file Resource.class.php, constant RESOURCE_DOCUMENT
    All possible resource-types
RESOURCE_EVENT
in file Resource.class.php, constant RESOURCE_EVENT
RESOURCE_FORUM
in file Resource.class.php, constant RESOURCE_FORUM
RESOURCE_FORUMCATEGORY
in file Resource.class.php, constant RESOURCE_FORUMCATEGORY
RESOURCE_FORUMPOST
in file Resource.class.php, constant RESOURCE_FORUMPOST
RESOURCE_FORUMTOPIC
in file Resource.class.php, constant RESOURCE_FORUMTOPIC
RESOURCE_LEARNPATH
in file Resource.class.php, constant RESOURCE_LEARNPATH
RESOURCE_LINK
in file Resource.class.php, constant RESOURCE_LINK
RESOURCE_LINKCATEGORY
in file Resource.class.php, constant RESOURCE_LINKCATEGORY
RESOURCE_QUIZ
in file Resource.class.php, constant RESOURCE_QUIZ
RESOURCE_QUIZQUESTION
in file Resource.class.php, constant RESOURCE_QUIZQUESTION
RESOURCE_SCORM
in file Resource.class.php, constant RESOURCE_SCORM
RESOURCE_SURVEY
in file Resource.class.php, constant RESOURCE_SURVEY
RESOURCE_SURVEYINVITATION
in file Resource.class.php, constant RESOURCE_SURVEYINVITATION
RESOURCE_SURVEYQUESTION
in file Resource.class.php, constant RESOURCE_SURVEYQUESTION
RESOURCE_TOOL_INTRO
in file Resource.class.php, constant RESOURCE_TOOL_INTRO
restore
in file CourseRestorer.class.php, method CourseRestorer::restore()
    Restore a course.
restore_announcements
in file CourseRestorer.class.php, method CourseRestorer::restore_announcements()
    Restore announcements
restore_course_descriptions
in file CourseRestorer.class.php, method CourseRestorer::restore_course_descriptions()
    Restore course-description
restore_documents
in file CourseRestorer.class.php, method CourseRestorer::restore_documents()
    Restore documents
restore_events
in file CourseRestorer.class.php, method CourseRestorer::restore_events()
    Restore events
restore_forums
in file CourseRestorer.class.php, method CourseRestorer::restore_forums()
    Restore forums
restore_forum_category
in file CourseRestorer.class.php, method CourseRestorer::restore_forum_category()
    Restore forum-categories
restore_learnpaths
in file CourseRestorer.class.php, method CourseRestorer::restore_learnpaths()
    Restore learnpaths
restore_links
in file CourseRestorer.class.php, method CourseRestorer::restore_links()
    Restore links
restore_link_category
in file CourseRestorer.class.php, method CourseRestorer::restore_link_category()
    Restore a link-category
restore_post
in file CourseRestorer.class.php, method CourseRestorer::restore_post()
    restore a forum-post
restore_quizzes
in file CourseRestorer.class.php, method CourseRestorer::restore_quizzes()
    Restore Quiz
restore_quiz_question
in file CourseRestorer.class.php, method CourseRestorer::restore_quiz_question()
    Restore quiz-questions
restore_scorm_documents
in file CourseRestorer.class.php, method CourseRestorer::restore_scorm_documents()
    Restore scorm documents
restore_surveys
in file CourseRestorer.class.php, method CourseRestorer::restore_surveys()
    Restore Quiz
restore_survey_question
in file CourseRestorer.class.php, method CourseRestorer::restore_survey_question()
    Restore survey-questions
restore_tool_intro
in file CourseRestorer.class.php, method CourseRestorer::restore_tool_intro()
    Restore tool intro
restore_topic
in file CourseRestorer.class.php, method CourseRestorer::restore_topic()
    Restore a forum-topic
top

s

$shared_question_id
in file SurveyQuestion.class.php, variable SurveyQuestion::$shared_question_id
    Shared question ID
$size
in file Document.class.php, variable Document::$size
$sort
in file SurveyQuestion.class.php, variable SurveyQuestion::$sort
    Sorting order
$source_id
in file Resource.class.php, variable Resource::$source_id
    The id from this resource in the source course
$start_date
in file Event.class.php, variable Event::$start_date
    The start date
$subtitle
in file Survey.class.php, variable Survey::$subtitle
$surveythanks
in file Survey.class.php, variable Survey::$surveythanks
    Thanks text
$survey_id
in file SurveyQuestion.class.php, variable SurveyQuestion::$survey_id
    Survey ID
$survey_question
in file SurveyQuestion.class.php, variable SurveyQuestion::$survey_question
    Question and question comment
$survey_question_comment
in file SurveyQuestion.class.php, variable SurveyQuestion::$survey_question_comment
$survey_question_type
in file SurveyQuestion.class.php, variable SurveyQuestion::$survey_question_type
    Question type
ScormDocument.class.php
procedural page ScormDocument.class.php
Survey.class.php
procedural page Survey.class.php
SurveyInvitation.class.php
procedural page SurveyInvitation.class.php
SurveyQuestion.class.php
procedural page SurveyQuestion.class.php
ScormDocument
in file ScormDocument.class.php, class ScormDocument
    ScormDocument class
ScormDocument
in file ScormDocument.class.php, method ScormDocument::ScormDocument()
    Create a new Scorm Document
set_file_option
in file CourseRestorer.class.php, method CourseRestorer::set_file_option()
    Set the file-option
set_new_id
in file Resource.class.php, method Resource::set_new_id()
    Set the destination id
show
in file Event.class.php, method Event::show()
    Show this Event
show
in file Forum.class.php, method Forum::show()
    Show this resource
show
in file ForumCategory.class.php, method ForumCategory::show()
    Show this resource
show
in file SurveyInvitation.class.php, method SurveyInvitation::show()
    Show this invitation
show
in file Document.class.php, method Document::show()
    Show this document
show
in file CourseDescription.class.php, method CourseDescription::show()
    Show this Event
show
in file ToolIntro.class.php, method ToolIntro::show()
    Show this resource
show
in file SurveyQuestion.class.php, method SurveyQuestion::show()
    Show this question
show
in file Course.class.php, method Course::show()
    Show this course resources
show
in file QuizQuestion.class.php, method QuizQuestion::show()
    Show this question
show
in file ForumPost.class.php, method ForumPost::show()
    Show this resource
show
in file Learnpath.class.php, method Learnpath::show()
    Show this learnpath
show
in file Survey.class.php, method Survey::show()
    Show this survey
show
in file Link.class.php, method Link::show()
    Show this resource
show
in file Announcement.class.php, method Announcement::show()
    Show this announcement
show
in file ForumTopic.class.php, method ForumTopic::show()
    Show this resource
show
in file Resource.class.php, method Resource::show()
    Show this resource
show
in file Quiz.class.php, method Quiz::show()
    Show this question
show
in file LinkCategory.class.php, method LinkCategory::show()
    Show this LinkCategory
show
in file ScormDocument.class.php, method ScormDocument::show()
    Show this document
Survey
in file Survey.class.php, class Survey
    A survey
Survey
in file Survey.class.php, method Survey::Survey()
    Create a new Survey
SurveyInvitation
in file SurveyInvitation.class.php, class SurveyInvitation
    An SurveyInvitation
SurveyInvitation
in file SurveyInvitation.class.php, method SurveyInvitation::SurveyInvitation()
    Create a new SurveyInvitation
SurveyQuestion
in file SurveyQuestion.class.php, method SurveyQuestion::SurveyQuestion()
    Create a new SurveyQuestion
SurveyQuestion
in file SurveyQuestion.class.php, class SurveyQuestion
    An QuizQuestion
top

t

$template
in file Survey.class.php, variable Survey::$template
    Template used
$text
in file ForumPost.class.php, variable ForumPost::$text
    The text
$time
in file ForumTopic.class.php, variable ForumTopic::$time
    The time
$title
in file Event.class.php, variable Event::$title
    The title
$title
in file ForumTopic.class.php, variable ForumTopic::$title
    The title
$title
in file Link.class.php, variable Link::$title
    The title
$title
in file LinkCategory.class.php, variable LinkCategory::$title
    The title
$title
in file CourseDescription.class.php, variable CourseDescription::$title
    The title
$title
in file Quiz.class.php, variable Quiz::$title
    The title
$title
in file Announcement.class.php, variable Announcement::$title
    The title of the announcement
$title
in file Survey.class.php, variable Survey::$title
    The title and subtitle
$title
in file ForumCategory.class.php, variable ForumCategory::$title
    The title
$title
in file Forum.class.php, variable Forum::$title
    The title
$title
in file Document.class.php, variable Document::$title
$title
in file ForumPost.class.php, variable ForumPost::$title
    The title
$title
in file ScormDocument.class.php, variable ScormDocument::$title
$topic_id
in file ForumPost.class.php, variable ForumPost::$topic_id
    Topic id
$topic_notify
in file ForumTopic.class.php, variable ForumTopic::$topic_notify
    Topic notify
$topic_notify
in file ForumPost.class.php, variable ForumPost::$topic_notify
    Topic notify
$type
in file Resource.class.php, variable Resource::$type
    The type of this resource
ToolIntro
in file ToolIntro.class.php, method ToolIntro::ToolIntro()
    Create a new text introduction
ToolIntro
in file ToolIntro.class.php, class ToolIntro
    A WWW-link from the Links-module in a Dokeos-course.
top

u

$url
in file Link.class.php, variable Link::$url
    The URL
$user
in file SurveyInvitation.class.php, variable SurveyInvitation::$user
    User info
top

v

$visibility
in file Learnpath.class.php, variable Learnpath::$visibility
    The learnpath visibility on the homepage
top

w

write_course
in file CourseArchiver.class.php, method CourseArchiver::write_course()
    Write a course and all its resources to a zip-file.
top

Documentation generated on Wed, 05 Sep 2007 06:14:15 +0200 by phpDocumentor 1.4.0