|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
bookmark import export More...
Collaboration diagram for ilBookmarkImportExport: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 136 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:
|
static |
parse Netscape bookmark file
| int | filepointer @access private |
Definition at line 38 of file class.ilBookmarkImportExport.php.
References $id, $name, $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:
|
static |
converts charset of given string
| string | string to converte |
| string | from charset |
| string | to charset @access public |
Definition at line 214 of file class.ilBookmarkImportExport.php.
Referenced by __parseNetscape().
Here is the caller graph for this function:
|
static |
decode html entities of given string
| string | string to decode @access public |
Definition at line 182 of file class.ilBookmarkImportExport.php.
Referenced by __parseNetscape().
Here is the caller graph for this function:
|
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 111 of file class.ilBookmarkImportExport.php.
References $title, __parseExport(), date, ilBookmarkFolder\getObject(), and ilUtil\prepareFormOutput().
Referenced by ilBookmarkAdministrationGUI\export().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function: