|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
bookmark import export More...
Collaboration diagram for ilBookmarkImportExport:Public Member Functions | |
| _parseFile ($file) | |
| parse Bookmark file static method returns 3 dimensional array of bookmarks and folders More... | |
| __parseNetscape (&$fp) | |
| parse Netscape bookmark file More... | |
| _exportBookmark ($obj_ids, $recursive=true, $title='') | |
| export bookmarks static method return html string More... | |
| __parseExport ($object, $depth=1, $recursive=true) | |
| recursive methode generates bookmark output for export More... | |
| _decodeEntities ($string) | |
| decode html entities of given string More... | |
| _convertCharset ($string, $from_charset='', $to_charset='UTF-8') | |
| converts charset of given string More... | |
| ilBookmarkImportExport::__parseExport | ( | $object, | |
$depth = 1, |
|||
$recursive = true |
|||
| ) |
recursive methode generates bookmark output for export
| array | node date |
| int | depth of recursion |
| bool | true for recursive export @access private |
Definition at line 138 of file class.ilBookmarkImportExport.php.
References $result, __parseExport(), ilBookmarkFolder\getObjects(), and ilUtil\prepareFormOutput().
Referenced by __parseExport(), and _exportBookmark().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmarkImportExport::__parseNetscape | ( | & | $fp | ) |
parse Netscape bookmark file
| int | filepointer @access private |
Definition at line 40 of file class.ilBookmarkImportExport.php.
References $ok, $result, $url, _convertCharset(), and _decodeEntities().
Referenced by _parseFile().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmarkImportExport::_convertCharset | ( | $string, | |
$from_charset = '', |
|||
$to_charset = 'UTF-8' |
|||
| ) |
converts charset of given string
| string | string to converte |
| string | from charset |
| string | to charset @access public |
Definition at line 215 of file class.ilBookmarkImportExport.php.
Referenced by __parseNetscape().
Here is the caller graph for this function:| ilBookmarkImportExport::_decodeEntities | ( | $string | ) |
decode html entities of given string
| string | string to decode @access public |
Definition at line 180 of file class.ilBookmarkImportExport.php.
Referenced by __parseNetscape().
Here is the caller graph for this function:| ilBookmarkImportExport::_exportBookmark | ( | $obj_ids, | |
$recursive = true, |
|||
$title = '' |
|||
| ) |
export bookmarks static method return html string
| array | array of bookmark ids to export |
| bool | true for recursive export |
| string | title of html page |
Definition at line 113 of file class.ilBookmarkImportExport.php.
References __parseExport(), and ilBookmarkFolder\getObject().
Referenced by ilBookmarkAdministrationGUI\export().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmarkImportExport::_parseFile | ( | $file | ) |
parse Bookmark file static method returns 3 dimensional array of bookmarks and folders
| string | file |
Definition at line 19 of file class.ilBookmarkImportExport.php.
References $file, and __parseNetscape().
Referenced by ilBookmarkAdministrationGUI\importFile().
Here is the call graph for this function:
Here is the caller graph for this function: