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

Static Public Member Functions

static make ($shortname, $params=array())

Data Fields

 $name
 $url
 $description

Protected Member Functions

 __construct ($name, moodle_url $url, $description)

Detailed Description

Class to encapsulate one of the functionalities that this plugin offers.

Definition at line 77 of file locallib.php.


Constructor & Destructor Documentation

__construct ( name,
moodle_url url,
description 
) [protected]

Constructor to set the fields.

Definition at line 88 of file locallib.php.


Member Function Documentation

static make ( shortname,
params = array() 
) [static]

Make an action with standard values.

Parameters:
string$shortnameinternal name of the action. Used to get strings and build a URL.
array$paramsany URL params required.

Definition at line 100 of file locallib.php.

Here is the call graph for this function:


Field Documentation

Definition at line 83 of file locallib.php.

$name

Definition at line 79 of file locallib.php.

$url

Definition at line 81 of file locallib.php.


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