|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| set_title ($title) | |
| set_url ($url, $target='_self', $window_features=null) | |
Data Fields | |
| const | deafultname = 'weblink.xml' |
Protected Member Functions | |
| on_save () | |
Protected Attributes | |
| $rootns = 'wl' | |
| $rootname = 'wl:webLink' | |
| $ccnamespaces | |
| $ccnsnames = array('wl' => 'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_5/imswl_v1p0_localised.xsd') | |
| $url = null | |
| $title = null | |
| $href = null | |
| $target = '_self' | |
| $window_features = null | |
Definition at line 26 of file cc_weblink.php.
| on_save | ( | ) | [protected] |
Reimplemented from XMLGenericDocument.
Reimplemented in url11_resurce_file.
Definition at line 63 of file cc_weblink.php.

| set_title | ( | $ | title | ) |
Set the url title
| string | $title |
Definition at line 46 of file cc_weblink.php.

| set_url | ( | $ | url, |
| $ | target = '_self', |
||
| $ | window_features = null |
||
| ) |
Set the url specifics
| string | $url | |
| string | $target | |
| string | $window_features |
Definition at line 57 of file cc_weblink.php.
$ccnamespaces [protected] |
array('wl' => 'http://www.imsglobal.org/xsd/imswl_v1p0', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance')
Reimplemented from general_cc_file.
Reimplemented in url11_resurce_file.
Definition at line 31 of file cc_weblink.php.
$ccnsnames = array('wl' => 'http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_5/imswl_v1p0_localised.xsd') [protected] |
Reimplemented from general_cc_file.
Reimplemented in url11_resurce_file.
Definition at line 33 of file cc_weblink.php.
$href = null [protected] |
Definition at line 37 of file cc_weblink.php.
$rootname = 'wl:webLink' [protected] |
Reimplemented from general_cc_file.
Reimplemented in url11_resurce_file.
Definition at line 30 of file cc_weblink.php.
$rootns = 'wl' [protected] |
Reimplemented from general_cc_file.
Definition at line 29 of file cc_weblink.php.
$target = '_self' [protected] |
Definition at line 38 of file cc_weblink.php.
$title = null [protected] |
Definition at line 36 of file cc_weblink.php.
$url = null [protected] |
Definition at line 35 of file cc_weblink.php.
$window_features = null [protected] |
Definition at line 39 of file cc_weblink.php.
| const deafultname = 'weblink.xml' |
Definition at line 27 of file cc_weblink.php.