Files
clinicpro/graphify-out/cache/ast/v0.8.44/3835c0d26cf2af6937ccb1990a2a097e0696bc03c144ca9863867906de1b3a94.json
T

1 line
7.7 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_doctorinsurance_php", "label": "DoctorInsurance.php", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L1"}, {"id": "entity_doctorinsurance_doctorinsurance", "label": "DoctorInsurance", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L9"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L20"}, {"id": "insurance", "label": "Insurance", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L24"}, {"id": "entity_doctorinsurance_doctorinsurance_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L31"}, {"id": "entity_doctorinsurance_doctorinsurance_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L37"}, {"id": "entity_doctorinsurance_doctorinsurance_getdoctor", "label": ".getDoctor()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L38"}, {"id": "entity_doctorinsurance_doctorinsurance_getinsurance", "label": ".getInsurance()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L39"}, {"id": "entity_doctorinsurance_doctorinsurance_getprice", "label": ".getPrice()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L40"}, {"id": "entity_doctorinsurance_doctorinsurance_setprice", "label": ".setPrice()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L42"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L42"}, {"id": "entity_doctorinsurance_doctorinsurance_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L44"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_doctorinsurance_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_doctorinsurance_php", "target": "doctorinsurancerepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_doctorinsurance_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_doctorinsurance_php", "target": "entity_doctorinsurance_doctorinsurance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L9", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L20", "weight": 1.0, "context": "field"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "insurance", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L24", "weight": 1.0, "context": "field"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L31", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance_construct", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_doctorinsurance_doctorinsurance_construct", "target": "insurance", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L37", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_getdoctor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L38", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance_getdoctor", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L38", "weight": 1.0, "context": "return_type"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_getinsurance", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L39", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance_getinsurance", "target": "insurance", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L39", "weight": 1.0, "context": "return_type"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_getprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L40", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_setprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L42", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance_setprice", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L42", "weight": 1.0, "context": "return_type"}, {"source": "entity_doctorinsurance_doctorinsurance", "target": "entity_doctorinsurance_doctorinsurance_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L44", "weight": 1.0}, {"source": "entity_doctorinsurance_doctorinsurance_toarray", "target": "entity_doctorinsurance_doctorinsurance_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/DoctorInsurance.php", "source_location": "L48", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_doctorinsurance_doctorinsurance_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php", "source_location": "L50", "receiver": null}, {"caller_nid": "entity_doctorinsurance_doctorinsurance_toarray", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/DoctorInsurance.php", "source_location": "L51", "receiver": null}]}