Moodle  2.2.1
http://www.collinsharper.com
portfolio_admin_form Class Reference
Inheritance diagram for portfolio_admin_form:
Collaboration diagram for portfolio_admin_form:

Public Member Functions

 definition ()
 validation ($data)

Protected Attributes

 $instance
 $plugin
 $portfolio
 $action
 $visible

Detailed Description

Admin config form

This form is extendable by plugins who want the admin to be able to configure more than just the name of the instance. This is NOT done by subclassing this class, see the docs for portfolio_plugin_base for more information: http://docs.moodle.org/dev/Writing_a_Portfolio_Plugin#has_admin_config

Definition at line 126 of file forms.php.


Member Function Documentation

Abstract method - always override!

Reimplemented from moodleform.

Definition at line 134 of file forms.php.

Here is the call graph for this function:

validation ( data)

Definition at line 197 of file forms.php.

Here is the call graph for this function:


Field Documentation

$action [protected]

Definition at line 131 of file forms.php.

$instance [protected]

Definition at line 128 of file forms.php.

$plugin [protected]

Definition at line 129 of file forms.php.

$portfolio [protected]

Definition at line 130 of file forms.php.

$visible [protected]

Definition at line 132 of file forms.php.


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