1 line
60 KiB
JSON
1 line
60 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": "L30"}, {"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": "L34"}, {"id": "controller_inventorycontroller_inventorycontroller_listitems", "label": ".listItems()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L47"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L47"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L47"}, {"id": "controller_inventorycontroller_inventorycontroller_listcategories", "label": ".listCategories()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L65"}, {"id": "controller_inventorycontroller_inventorycontroller_meta", "label": ".meta()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L78"}, {"id": "controller_inventorycontroller_inventorycontroller_createitem", "label": ".createItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L87"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L87"}, {"id": "controller_inventorycontroller_inventorycontroller_updateitem", "label": ".updateItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L110"}, {"id": "controller_inventorycontroller_inventorycontroller_deleteitem", "label": ".deleteItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L134"}, {"id": "controller_inventorycontroller_inventorycontroller_listpackages", "label": ".listPackages()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L151"}, {"id": "controller_inventorycontroller_inventorycontroller_createpackage", "label": ".createPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L167"}, {"id": "controller_inventorycontroller_inventorycontroller_updatepackage", "label": ".updatePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L190"}, {"id": "controller_inventorycontroller_inventorycontroller_deletepackage", "label": ".deletePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L218"}, {"id": "controller_inventorycontroller_inventorycontroller_applyitemfields", "label": ".applyItemFields()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L236"}, {"id": "inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L236"}, {"id": "controller_inventorycontroller_inventorycontroller_owneditem", "label": ".ownedItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L268"}, {"id": "controller_inventorycontroller_inventorycontroller_ownedpackage", "label": ".ownedPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L279"}, {"id": "inventorypackage", "label": "InventoryPackage", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L279"}, {"id": "controller_inventorycontroller_inventorycontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L290"}], "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": "secretaryaccesschecker", "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": "errorcodes", "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": "basecontroller", "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": "appexception", "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": "jsonresponse", "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": "request", "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": "route", "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": "currentuser", "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": "isgranted", "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": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L23", "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": "L30", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L32", "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": "L34", "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": "L47", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L47", "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": "L47", "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": "L65", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L65", "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": "L65", "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": "L78", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_meta", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L78", "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": "L87", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L87", "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": "L87", "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": "L87", "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": "L110", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L110", "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": "L110", "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": "L110", "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": "L134", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L134", "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": "L134", "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": "L151", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L151", "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": "L151", "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": "L167", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L167", "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": "L167", "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": "L167", "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": "L190", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L190", "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": "L190", "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": "L190", "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": "L218", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L218", "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": "L218", "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": "L236", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_applyitemfields", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L236", "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": "L268", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L268", "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": "L268", "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": "L279", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L279", "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": "L279", "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": "L290", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L290", "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": "L52", "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": "L70", "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": "L82", "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": "L92", "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": "L104", "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": "L115", "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": "L128", "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": "L139", "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": "L156", "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": "L172", "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": "L195", "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": "L200", "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": "L223", "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": "L244", "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": "L270", "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": "L281", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L50", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listitems", "callee": "denyUnlessGranted", "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": "error", "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": "findByEntity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L57", "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": "L59", "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": "L60", "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": "L60", "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": "L61", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listcategories", "callee": "denyUnlessGranted", "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": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L69", "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": "L72", "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": "L75", "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": "L75", "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": "L81", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createitem", "callee": "denyUnlessGranted", "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": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L94", "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": "L97", "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": "L97", "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": "L98", "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": "L100", "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": "L105", "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": "L107", "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": "L107", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updateitem", "callee": "denyUnlessGranted", "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": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L114", "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": "L117", "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": "L120", "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": "L120", "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": "L121", "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": "L122", "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": "L124", "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": "L126", "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": "L129", "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": "L131", "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": "L131", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deleteitem", "callee": "denyUnlessGranted", "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_deleteitem", "callee": "denyUnlessGranted", "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_deleteitem", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L141", "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": "L144", "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": "L146", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_listpackages", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L155", "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": "L158", "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": "L161", "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": "L161", "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": "L162", "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": "L163", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_createpackage", "callee": "denyUnlessGranted", "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": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L171", "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": "L174", "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": "L177", "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": "L177", "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": "L178", "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": "L180", "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": "L184", "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": "L185", "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": "L187", "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": "L187", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "denyUnlessGranted", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "denyUnlessGranted", "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": "error", "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_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": "L201", "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": "L201", "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": "L203", "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": "L204", "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": "L206", "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": "L208", "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": "L210", "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": "L211", "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": "L213", "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": "L215", "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": "L215", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_deletepackage", "callee": "denyUnlessGranted", "is_member_call": true, "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_deletepackage", "callee": "denyUnlessGranted", "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_deletepackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L225", "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": "L228", "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": "L230", "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": "trim", "is_member_call": false, "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": "setConsumable", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L240", "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": "L242", "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": "L243", "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": "L244", "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": "L247", "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": "L249", "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": "L250", "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": "L251", "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": "L254", "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": "L256", "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": "L257", "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": "L259", "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": "L260", "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": "L262", "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": "L263", "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": "L271", "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": "L272", "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": "L272", "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": "L282", "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": "L283", "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": "L283", "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": "L292", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_resolveentity", "callee": "memberClinicId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L293", "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": "L297", "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": "L300", "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": "L301", "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": "L304", "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": "L305", "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": "L307", "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": "L309", "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": "L311", "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": "L313", "receiver": null}]} |