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');
42 $this->info_items = array();
47 $this->info_items = array();
55 $this->info_items[] = array(
67 return $this->info_items;
73 "ref_id" => $a_result[1],
74 "permission" => $a_result[2],
75 "cmd" => $a_result[3],
76 "user_id" => $a_result[4]
78 $this->result = $a_result[0];