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');
 
   30 define(
"IL_NO_LICENSE",
'no_license');
 
   43                 $this->info_items = array();
 
   48                 $this->info_items = array();
 
   56                 $this->info_items[] = array(
 
   68                 return $this->info_items;
 
   74                                                         "ref_id" => $a_result[1],
 
   75                                                         "permission" => $a_result[2],
 
   76                                                         "cmd" => $a_result[3],
 
   77                                                         "user_id" => $a_result[4]
 
   79                 $this->result = $a_result[0];