- Created a new JSON file containing the abstract syntax tree (AST) for the DoctorSecretary.php entity. - Included nodes representing the class, its methods, and properties with their respective source locations. - Established edges to illustrate relationships such as imports, references, and method calls within the entity.
1 line
57 KiB
JSON
1 line
57 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": "L46"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L46"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L46"}, {"id": "controller_inventorycontroller_inventorycontroller_listcategories", "label": ".listCategories()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L63"}, {"id": "controller_inventorycontroller_inventorycontroller_meta", "label": ".meta()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L75"}, {"id": "controller_inventorycontroller_inventorycontroller_createitem", "label": ".createItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L84"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L84"}, {"id": "controller_inventorycontroller_inventorycontroller_updateitem", "label": ".updateItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L106"}, {"id": "controller_inventorycontroller_inventorycontroller_deleteitem", "label": ".deleteItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L129"}, {"id": "controller_inventorycontroller_inventorycontroller_listpackages", "label": ".listPackages()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L145"}, {"id": "controller_inventorycontroller_inventorycontroller_createpackage", "label": ".createPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L160"}, {"id": "controller_inventorycontroller_inventorycontroller_updatepackage", "label": ".updatePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L182"}, {"id": "controller_inventorycontroller_inventorycontroller_deletepackage", "label": ".deletePackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L209"}, {"id": "controller_inventorycontroller_inventorycontroller_applyitemfields", "label": ".applyItemFields()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L226"}, {"id": "inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L226"}, {"id": "controller_inventorycontroller_inventorycontroller_owneditem", "label": ".ownedItem()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258"}, {"id": "controller_inventorycontroller_inventorycontroller_ownedpackage", "label": ".ownedPackage()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269"}, {"id": "inventorypackage", "label": "InventoryPackage", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269"}, {"id": "controller_inventorycontroller_inventorycontroller_resolveentity", "label": ".resolveEntity()", "file_type": "code", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L280"}], "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": "L46", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listitems", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L46", "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": "L46", "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": "L63", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listcategories", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L63", "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": "L63", "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": "L75", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_meta", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L75", "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": "L84", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L84", "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": "L84", "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": "L84", "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": "L106", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updateitem", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L106", "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": "L106", "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": "L106", "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": "L129", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deleteitem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L129", "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": "L129", "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": "L145", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_listpackages", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L145", "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": "L145", "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": "L160", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_createpackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L160", "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": "L160", "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": "L160", "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": "L182", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_updatepackage", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L182", "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": "L182", "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": "L182", "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": "L209", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_deletepackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L209", "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": "L209", "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": "L226", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_applyitemfields", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L226", "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": "L258", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_owneditem", "target": "inventoryitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L258", "weight": 1.0, "context": "return_type"}, {"source": "controller_inventorycontroller_inventorycontroller", "target": "controller_inventorycontroller_inventorycontroller_ownedpackage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_inventorycontroller_inventorycontroller_ownedpackage", "target": "inventorypackage", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L269", "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": "L280", "weight": 1.0}, {"source": "controller_inventorycontroller_inventorycontroller_resolveentity", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Controller/InventoryController.php", "source_location": "L280", "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": "L50", "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": "L67", "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": "L79", "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": "L88", "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": "L100", "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": "L110", "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": "L123", "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": "L133", "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": "L149", "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": "L164", "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": "L186", "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": "L191", "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": "L213", "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": "L234", "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": "L260", "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": "L271", "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": "L49", "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": "L52", "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": "L55", "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": "L57", "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": "L58", "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": "L58", "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": "L59", "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": "L66", "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": "L69", "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": "L72", "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": "L72", "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": "L78", "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": "L87", "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": "L90", "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": "L93", "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": "L93", "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": "L94", "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": "L96", "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": "L101", "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": "L103", "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": "L103", "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": "L109", "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": "L112", "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": "L115", "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": "L115", "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": "L116", "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": "L117", "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": "L119", "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": "L121", "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": "L124", "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": "L126", "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": "L126", "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": "L132", "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": "L135", "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": "L138", "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": "L140", "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": "L148", "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": "L151", "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": "L154", "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": "L154", "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": "L155", "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": "L156", "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": "L163", "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": "L166", "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": "L169", "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": "L169", "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": "L170", "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": "L172", "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": "L176", "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": "L177", "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": "L179", "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": "L179", "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": "L185", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_updatepackage", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L188", "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": "L192", "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": "L192", "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": "L194", "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": "L195", "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": "setTitle", "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_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": "L201", "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": "L202", "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": "L204", "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": "L206", "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": "L206", "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": "L212", "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": "L215", "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": "L218", "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": "L220", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_applyitemfields", "callee": "setConsumable", "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": "L232", "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": "L233", "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": "L234", "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": "L237", "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": "L239", "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": "L240", "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": "L241", "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": "L244", "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": "L246", "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": "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": "setStock", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Controller/InventoryController.php", "source_location": "L250", "receiver": null}, {"caller_nid": "controller_inventorycontroller_inventorycontroller_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": "L252", "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": "L253", "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": "L261", "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": "L262", "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": "L262", "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": "L272", "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": "L273", "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": "L273", "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": "L282", "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": "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": "L286", "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": "L287", "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": "L290", "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": "L291", "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": "L293", "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": "L295", "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": "L297", "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": "L299", "receiver": null}]} |