Public Member Functions | |
| __construct () | |
| loadPortlet ($label) | |
| loadAll ($visibility=false) | |
| addPortlet ($label, $name, $rank=null, $visible=true) | |
| moveUp ($label) | |
| moveDown ($label) | |
| setVisible ($label) | |
| setInvisible ($label) | |
Data Fields | |
| const | UP = 'up' |
| const | DOWN = 'down' |
| const | VISIBLE = 'visible' |
| const | INVISIBLE = 'invisible' |
Private Member Functions | |
| movePortlet ($label, $direction) | |
| setVisibility ($label, $visibility) | |
Private Attributes | |
| $tblDesktopPortlet | |
Definition at line 45 of file portlet.lib.php.
| __construct | ( | ) |
Definition at line 54 of file portlet.lib.php.
| addPortlet | ( | $ | label, | |
| $ | name, | |||
| $ | rank = null, |
|||
| $ | visible = true | |||
| ) |
Definition at line 107 of file portlet.lib.php.
| loadAll | ( | $ | visibility = false |
) |
Definition at line 84 of file portlet.lib.php.
| loadPortlet | ( | $ | label | ) |
Definition at line 62 of file portlet.lib.php.
| moveDown | ( | $ | label | ) |
Definition at line 214 of file portlet.lib.php.
| movePortlet | ( | $ | label, | |
| $ | direction | |||
| ) | [private] |
Definition at line 132 of file portlet.lib.php.
| moveUp | ( | $ | label | ) |
Definition at line 209 of file portlet.lib.php.
| setInvisible | ( | $ | label | ) |
Definition at line 236 of file portlet.lib.php.
| setVisibility | ( | $ | label, | |
| $ | visibility | |||
| ) | [private] |
Definition at line 219 of file portlet.lib.php.
| setVisible | ( | $ | label | ) |
Definition at line 231 of file portlet.lib.php.
$tblDesktopPortlet [private] |
Definition at line 47 of file portlet.lib.php.
| const DOWN = 'down' |
Definition at line 50 of file portlet.lib.php.
| const INVISIBLE = 'invisible' |
Definition at line 52 of file portlet.lib.php.
| const UP = 'up' |
Definition at line 49 of file portlet.lib.php.
| const VISIBLE = 'visible' |
Definition at line 51 of file portlet.lib.php.
1.6.3