ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
feed.php File Reference

Go to the source code of this file.

Variables

global $DIC
 
 $getPar
 
 $requested_user_id = $getPar("user_id", "int")
 
 $requested_ref_id = $getPar("ref_id", "int")
 
 $requested_purpose = $getPar("purpose", "string")
 
 $requested_blog_id = $getPar("blog_id", "string")
 
 $requested_hash = $getPar("hash", "string")
 

Variable Documentation

◆ $DIC

global $DIC

Definition at line 28 of file feed.php.

◆ $getPar

$getPar
Initial value:
= static function (string $key, string $func) {
global $DIC;
return $DIC->http()->wrapper()->query()->has($key)
? $DIC->http()->wrapper()->query()->retrieve(
$key,
$DIC->refinery()->kindlyTo()->$func()
) : ($func === "int" ? 0 : '');
}
global $DIC
Definition: feed.php:28

Definition at line 30 of file feed.php.

◆ $requested_blog_id

$requested_blog_id = $getPar("blog_id", "string")

Definition at line 42 of file feed.php.

◆ $requested_hash

$requested_hash = $getPar("hash", "string")

Definition at line 43 of file feed.php.

◆ $requested_purpose

$requested_purpose = $getPar("purpose", "string")

Definition at line 41 of file feed.php.

◆ $requested_ref_id

$requested_ref_id = $getPar("ref_id", "int")

◆ $requested_user_id

$requested_user_id = $getPar("user_id", "int")