Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Tags API: Difference between revisions

From MoodleDocs
m (Just adding the template)
 
No edit summary
Line 37: Line 37:
|
|
| The user that the Tag belongs to
| The user that the Tag belongs to
|-
| examplefield
|
|
|
|-
|-
| timecreated
| timecreated
Line 54: Line 49:
|}
|}


==Use Tag API==
==Tag API Usage==


===Title for the example goes here===
===Title for the example goes here===

Revision as of 03:29, 12 January 2012

Moodle 2.0


WORK IN PROGRESS: I've currently just created a template, so please ignore this page until this wip notices has been removed. However, you are free to help in the construction of this page by improving it. Please review the tion=history edit history if you would like to contact the user who put up this notice. If this article has not been edited by that user in a while, please remove this template.


Objectives

The goals of Tags API:

  • example goal


Overview

Tag API provides following functionalities:

  1. example functionality

Tag API database table

Field Type Default Info
id int(10) auto-incrementing The unique ID for this Tag.
userid int(10) The user that the Tag belongs to
timecreated int(10)
timemodified int(10)

Tag API Usage

Title for the example goes here

Description of the example:

shortexamplecode();

Title for the second example goes here

Description of the example:

shortexamplecode();

Tag API overview

The Tag API has been implemented in lib/moodlelib.php.

examplefunction()

Example function description.

See also