ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
bookmark import export More...
Static Public Member Functions | |
static | _parseFile ($file) |
parse Bookmark file static method returns 3 dimensional array of bookmarks and folders More... | |
static | __parseNetscape (&$fp) |
parse Netscape bookmark file More... | |
static | _exportBookmark ($obj_ids, $recursive=true, $title='') |
export bookmarks static method return html string More... | |
static | __parseExport ($object, $depth=1, $recursive=true) |
recursive methode generates bookmark output for export More... | |
static | _decodeEntities ($string) |
decode html entities of given string More... | |
static | _convertCharset ($string, $from_charset='', $to_charset='UTF-8') |
converts charset of given string More... | |
|
static |
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().
|
static |
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().
|
static |
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().
|
static |
decode html entities of given string
string | string to decode @access public |
Definition at line 180 of file class.ilBookmarkImportExport.php.
Referenced by __parseNetscape().
|
static |
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 $title, __parseExport(), and ilBookmarkFolder\getObject().
Referenced by ilBookmarkAdministrationGUI\export().
|
static |
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().