Presentation of ecs uril (http://...campusconnect/courselinks)
More...
◆ __construct()
ilECSUriList::__construct |
( |
| ) |
|
◆ add()
ilECSUriList::add |
( |
|
$a_uri, |
|
|
|
$a_link_id |
|
) |
| |
Add uri.
- Parameters
-
string | $a_uri | |
int | $a_link_id | |
Definition at line 49 of file class.ilECSUriList.php.
51 #$GLOBALS['ilLog']->write(__METHOD__.': '.$a_uri.', '.$a_link_id); 52 $this->uris[$a_link_id] = $a_uri;
◆ getLinkIds()
ilECSUriList::getLinkIds |
( |
| ) |
|
Get link ids.
- Returns
- <type>
Definition at line 59 of file class.ilECSUriList.php.
References array.
61 return (
array) array_keys($this->uris);
Create styles array
The data for the language used.
◆ getUris()
ilECSUriList::getUris |
( |
| ) |
|
◆ $uris
ilECSUriList::$uris = array() |
The documentation for this class was generated from the following file: