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

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

Detailed Description

Definition at line 26 of file cc_weblink.php.


Member Function Documentation

on_save ( ) [protected]

Reimplemented from XMLGenericDocument.

Reimplemented in url11_resurce_file.

Definition at line 63 of file cc_weblink.php.

Here is the call graph for this function:

set_title ( title)

Set the url title

Parameters:
string$title

Definition at line 46 of file cc_weblink.php.

Here is the call graph for this function:

set_url ( url,
target = '_self',
window_features = null 
)

Set the url specifics

Parameters:
string$url
string$target
string$window_features

Definition at line 57 of file cc_weblink.php.


Field Documentation

$ccnamespaces [protected]
Initial value:
 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.


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