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

Public Member Functions

 __construct ($text, moodle_url $url)

Data Fields

 $url
 $text

Detailed Description

This class represents a target for where a block can go when it is being moved.

This needs to be rendered as a form with the given hidden from fields, and clicking anywhere in the form should submit it. The form action should be $PAGE->url.

Since:
Moodle 2.0

Definition at line 2215 of file outputcomponents.php.


Constructor & Destructor Documentation

__construct ( text,
moodle_url url 
)

Constructor

Parameters:
string$text
moodle_url$url

Definition at line 2232 of file outputcomponents.php.


Field Documentation

$text

Definition at line 2225 of file outputcomponents.php.

$url

Definition at line 2220 of file outputcomponents.php.


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