1 line
54 KiB
JSON
1 line
54 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "label": "InventoryController.php", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L1"}, {"id": "controller_inventorycontroller_inventorycontroller", "label": "InventoryController", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L29"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_inventorycontroller_inventorycontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L33"}, {"id": "controller_inventorycontroller_inventorycontroller_listitems", "label": ".listItems()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44"}, {"id": "controller_inventorycontroller_inventorycontroller_listcategories", "label": ".listCategories()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L60"}, {"id": "controller_inventorycontroller_inventorycontroller_meta", "label": ".meta()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L71"}, {"id": "controller_inventorycontroller_inventorycontroller_createitem", "label": ".createItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80"}, {"id": "controller_inventorycontroller_inventorycontroller_updateitem", "label": ".updateItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L101"}, {"id": "controller_inventorycontroller_inventorycontroller_deleteitem", "label": ".deleteItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L123"}, {"id": "controller_inventorycontroller_inventorycontroller_listpackages", "label": ".listPackages()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L138"}, {"id": "controller_inventorycontroller_inventorycontroller_createpackage", "label": ".createPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L152"}, {"id": "controller_inventorycontroller_inventorycontroller_updatepackage", "label": ".updatePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L173"}, {"id": "controller_inventorycontroller_inventorycontroller_deletepackage", "label": ".deletePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L199"}, {"id": "controller_inventorycontroller_inventorycontroller_applyitemfields", "label": ".applyItemFields()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L215"}, {"id": "inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L215"}, {"id": "controller_inventorycontroller_inventorycontroller_owneditem", "label": ".ownedItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L247"}, {"id": "controller_inventorycontroller_inventorycontroller_ownedpackage", "label": ".ownedPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258"}, {"id": "inventorypackage", "label": "InventoryPackage", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258"}, {"id": "controller_inventorycontroller_inventorycontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "useractivecontextrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "inventoryitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "inventorypackage", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "inventoryitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "inventorypackagerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "inventoryservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_controller_inventorycontroller_php", "target": "controller_inventorycontroller_inventorycontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L29", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L31", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L33", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_listitems", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L44", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_listcategories", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L60", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_meta", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L71", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_meta", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L71", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_createitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L80", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_updateitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L101", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L101", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L101", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L101", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_deleteitem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L123", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L123", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L123", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_listpackages", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L138", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L138", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L138", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_createpackage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L152", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L152", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L152", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L152", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_updatepackage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L173", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L173", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L173", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L173", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_deletepackage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L199", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L199", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L199", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_applyitemfields", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L215", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_applyitemfields", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L215", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_owneditem", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L247", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L247", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L247", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_ownedpackage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "inventorypackage", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L47", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L63", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_meta", "target": "inventoryitem", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L75", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L83", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "controller_inventorycontroller_inventorycontroller_applyitemfields", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L95", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "controller_inventorycontroller_inventorycontroller_owneditem", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L104", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "controller_inventorycontroller_inventorycontroller_applyitemfields", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L117", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "controller_inventorycontroller_inventorycontroller_owneditem", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L126", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L141", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L155", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "controller_inventorycontroller_inventorycontroller_ownedpackage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L176", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L181", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "controller_inventorycontroller_inventorycontroller_ownedpackage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L202", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_applyitemfields", "target": "inventoryitem", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L223", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L249", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "controller_inventorycontroller_inventorycontroller_resolveentity", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L260", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L49", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L52", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L54", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L55", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L55", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "stats", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L56", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listcategories", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listcategories", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L68", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listcategories", "callee": "findCategories", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L68", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_meta", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L88", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L89", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L98", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L106", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L113", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L115", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L120", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deleteitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deleteitem", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L131", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deleteitem", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L133", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L143", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "packageToArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L148", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L161", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "syncPackageItems", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L167", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L168", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L170", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "packageToArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L170", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L182", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "setTitle", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L191", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "syncPackageItems", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "packageToArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deletepackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L204", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deletepackage", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L207", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deletepackage", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L209", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L217", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setConsumable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L219", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L221", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L222", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setUnit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setCategory", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L235", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setPrice", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L236", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L238", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setStock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L239", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L241", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setAlertThreshold", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L242", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_owneditem", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_owneditem", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_owneditem", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_ownedpackage", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L261", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_ownedpackage", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L262", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_ownedpackage", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L262", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L271", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L272", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L276", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L279", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L282", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L284", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L286", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L288", "receiver": null}]} |