24 define(
"IL_NO_PERMISSION",
"no_permission");
25 define(
"IL_MISSING_PRECONDITION",
"missing_precondition");
26 define(
"IL_NO_OBJECT_ACCESS",
"no_object_access");
27 define(
"IL_NO_PARENT_ACCESS",
"no_parent_access");
28 define(
"IL_DELETED",
'object_deleted');
29 define(
"IL_STATUS_INFO",
'object_status');
46 $this->info_items = array();
51 $this->info_items = array();
59 $this->info_items[] = array(
71 return $this->info_items;
77 "ref_id" => $a_result[1],
78 "permission" => $a_result[2],
79 "cmd" => $a_result[3],
80 "user_id" => $a_result[4]
82 $this->result = $a_result[0];
getInfoItems()
get all info items
addInfoItem($a_type, $a_text, $a_data="")
add an info item