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

Public Member Functions | |
| load_xml_resource ($path_to_file) | |
| update_sources ($html, $root_path= '') | |
| full_path ($path, $dir_sep=DIRECTORY_SEPARATOR) | |
| include_titles ($html) | |
| get_external_xml ($identifier) | |
| move_files ($files, $destination_folder) | |
| move_all_files () | |
| generate_random_string ($length=6) | |
| truncate_text ($text, $max, $remove_html) | |
Static Public Member Functions | |
| static | safexml ($value) |
Protected Member Functions | |
| prepare_content ($content) | |
| get_all_files () | |
Definition at line 26 of file entities.class.php.
| full_path | ( | $ | path, |
| $ | dir_sep = DIRECTORY_SEPARATOR |
||
| ) |
Reimplemented in cc_forum, and cc11_forum.
Definition at line 116 of file entities.class.php.
| generate_random_string | ( | $ | length = 6 | ) |
Definition at line 301 of file entities.class.php.
| get_all_files | ( | ) | [protected] |
Reimplemented in entities11.
Definition at line 235 of file entities.class.php.

| get_external_xml | ( | $ | identifier | ) |
Reimplemented in entities11.
Definition at line 188 of file entities.class.php.

| include_titles | ( | $ | html | ) |
Definition at line 160 of file entities.class.php.
| load_xml_resource | ( | $ | path_to_file | ) |
| move_all_files | ( | ) |
Definition at line 282 of file entities.class.php.
| move_files | ( | $ | files, |
| $ | destination_folder | ||
| ) |
| prepare_content | ( | $ | content | ) | [protected] |
Definition at line 40 of file entities.class.php.
| static safexml | ( | $ | value | ) | [static] |
Prepares convert for inclusion into XML
| string | $value |
Definition at line 32 of file entities.class.php.

| truncate_text | ( | $ | text, |
| $ | max, | ||
| $ | remove_html | ||
| ) |
Definition at line 321 of file entities.class.php.
| update_sources | ( | $ | html, |
| $ | root_path = '' |
||
| ) |
Definition at line 84 of file entities.class.php.