ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilPermanentLink Class Reference
+ Collaboration diagram for ilPermanentLink:

Static Public Member Functions

static getActiveBookmarks ()
 

Detailed Description

Definition at line 8 of file class.ilPermanentLink.php.

Member Function Documentation

◆ getActiveBookmarks()

static ilPermanentLink::getActiveBookmarks ( )
static

Definition at line 10 of file class.ilPermanentLink.php.

10 {
11 global $ilDB;
12
13 $q = 'SELECT sbm_title, sbm_link, sbm_icon, sbm_active FROM bookmark_social_bm WHERE sbm_active = 1 ORDER BY sbm_title';
14 $rset = $ilDB->query($q);
15
16 $rows = array();
17
18 while ($row = $ilDB->fetchObject($rset))
19 $rows[] = $row;
20
21 return $rows;
22 }
global $ilDB

References $ilDB, and $row.

Referenced by ilPermanentLinkGUI\_getBookmarksSelectionList().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: