Files
clinicpro/graphify-out/cache/ast/v0.8.44/1ebb3cddcb54d163a9002feca21d51d488685fab13dc05c4207bf1fe76ac7b15.json
T
2026-07-15 13:48:47 +03:30

1 line
51 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": "L28"}, {"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": "L32"}, {"id": "controller_inventorycontroller_inventorycontroller_listitems", "label": ".listItems()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L43"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L43"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L43"}, {"id": "controller_inventorycontroller_inventorycontroller_listcategories", "label": ".listCategories()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L59"}, {"id": "controller_inventorycontroller_inventorycontroller_createitem", "label": ".createItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L70"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L70"}, {"id": "controller_inventorycontroller_inventorycontroller_updateitem", "label": ".updateItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L91"}, {"id": "controller_inventorycontroller_inventorycontroller_deleteitem", "label": ".deleteItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L113"}, {"id": "controller_inventorycontroller_inventorycontroller_listpackages", "label": ".listPackages()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L128"}, {"id": "controller_inventorycontroller_inventorycontroller_createpackage", "label": ".createPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L142"}, {"id": "controller_inventorycontroller_inventorycontroller_updatepackage", "label": ".updatePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L163"}, {"id": "controller_inventorycontroller_inventorycontroller_deletepackage", "label": ".deletePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L189"}, {"id": "controller_inventorycontroller_inventorycontroller_applyitemfields", "label": ".applyItemFields()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L205"}, {"id": "inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L205"}, {"id": "controller_inventorycontroller_inventorycontroller_owneditem", "label": ".ownedItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L227"}, {"id": "controller_inventorycontroller_inventorycontroller_ownedpackage", "label": ".ownedPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L238"}, {"id": "inventorypackage", "label": "InventoryPackage", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L238"}, {"id": "controller_inventorycontroller_inventorycontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L249"}], "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": "jsonresponse", "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": "request", "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": "route", "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": "currentuser", "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": "isgranted", "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": "attributes", "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": "controller_inventorycontroller_inventorycontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L28", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L30", "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": "L32", "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": "L43", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L43", "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": "L43", "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": "L59", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L59", "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": "L59", "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": "L70", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L70", "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": "L70", "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": "L70", "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": "L91", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L91", "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": "L91", "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": "L91", "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": "L113", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L113", "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": "L113", "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": "L128", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L128", "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": "L128", "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": "L142", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L142", "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": "L142", "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": "L142", "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": "L163", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L163", "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": "L163", "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": "L163", "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": "L189", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L189", "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": "L189", "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": "L205", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_applyitemfields", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L205", "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": "L227", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L227", "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": "L227", "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": "L238", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L238", "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": "L238", "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": "L249", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L249", "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": "L46", "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": "L62", "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": "L73", "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": "L85", "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": "L94", "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": "L107", "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": "L116", "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": "L131", "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": "L145", "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": "L166", "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": "L171", "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": "L192", "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": "L229", "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": "L240", "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": "L48", "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": "L51", "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": "L53", "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": "L54", "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": "L54", "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": "L55", "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": "L64", "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": "L67", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listcategories", "callee": "findConsumables", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L67", "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": "L75", "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": "L78", "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": "L78", "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": "L79", "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": "L81", "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": "L86", "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": "L88", "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": "L88", "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": "L96", "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": "L99", "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": "L99", "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": "L100", "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": "L101", "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": "L103", "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": "L105", "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": "L108", "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": "L110", "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": "L110", "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": "L118", "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": "L121", "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": "L123", "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": "L133", "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": "L136", "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": "L136", "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": "L137", "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": "L138", "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": "L147", "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": "L150", "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": "L150", "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": "L151", "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": "L153", "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": "L157", "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": "L158", "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": "L160", "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": "L160", "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": "L168", "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": "L172", "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": "L172", "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": "L174", "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": "L175", "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": "L177", "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": "L179", "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": "L181", "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": "L182", "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": "L184", "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": "L186", "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": "L186", "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": "L194", "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": "L197", "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": "L199", "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": "L207", "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": "L208", "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": "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": "L211", "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": "L212", "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": "L213", "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": "L215", "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": "L216", "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": "L218", "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": "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": "setAlertThreshold", "is_member_call": true, "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_owneditem", "callee": "findByUuid", "is_member_call": true, "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_owneditem", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L231", "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": "L231", "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": "L241", "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": "L242", "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": "L242", "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": "L251", "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": "L252", "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": "L255", "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": "L256", "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": "L259", "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": "L260", "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": "L262", "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": "L264", "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": "L266", "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": "L268", "receiver": null}]}