Moodle  2.2.1
http://www.collinsharper.com
grade_plugin_info Class Reference

Public Member Functions

 __construct ($id, $link, $string, $parent=null)

Data Fields

 $id
 $link
 $string
 $parent

Detailed Description

Definition at line 570 of file lib.php.


Constructor & Destructor Documentation

__construct ( id,
link,
string,
parent = null 
)

Constructor

Parameters:
int$idA unique id for this plugin
string$linkA URL to access this plugin
string$stringThe name of this plugin
object$parentAnother grade_plugin_info object, parent of the current one
Returns:
void

Definition at line 606 of file lib.php.


Field Documentation

$id

Definition at line 576 of file lib.php.

$link

Definition at line 582 of file lib.php.

$parent

Definition at line 594 of file lib.php.

$string

Definition at line 588 of file lib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations