30 ?array $passed_query_params =
null,
31 ?array $passed_post_data =
null 43 return $this->
int(
"ref_id");
48 return $this->
int(
"user_id");
53 $item_ids = $this->
intArray(
"mcst_ids");
54 if (count($item_ids) === 1) {
55 return (
int) current($item_ids);
57 $item_id = $this->
int(
"mcst_ids");
61 return $this->
int(
"item_id");
66 return $this->
str(
"purpose");
71 return (
bool) $this->
int(
"presentation");
76 return $this->
str(
"event");
81 return $this->
str(
"player");
86 return $this->
int(
"mob_id");
91 return (
bool) $this->
int(
"autoplay");
98 if (count($ids) > 0) {
101 $ids = $this->
intArray(
"interruptive_items");
102 if (count($ids) > 0) {
110 return $this->
str(
"target_purpose");
115 return $this->
str(
"target_format");
120 return $this->
int(
"sec");
125 return $this->
str($purpose);
130 return $this->
str(
"defaultaccess");
135 return $this->
str(
"mimetypes");
140 return $this->
str($action_parameter);
Interface Observer Contains several chained tasks and infos about them.
trait BaseGUIRequest
Base gui request wrapper.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
initRequest(HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Query params and post data parameters are used for testing.