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

1 line
51 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "label": "DoctorRepository.php", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L1"}, {"id": "repository_doctorrepository_doctorrepository", "label": "DoctorRepository", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L15"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_doctorrepository_doctorrepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L17"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L17"}, {"id": "repository_doctorrepository_doctorrepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L22"}, {"id": "doctor", "label": "Doctor", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L22"}, {"id": "repository_doctorrepository_doctorrepository_findbyuser", "label": ".findByUser()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L27"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L27"}, {"id": "repository_doctorrepository_doctorrepository_findonebymobile", "label": ".findOneByMobile()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L32"}, {"id": "repository_doctorrepository_doctorrepository_findwithfilters", "label": ".findWithFilters()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L43"}, {"id": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "label": ".findLocationsByDoctors()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L159"}, {"id": "repository_doctorrepository_doctorrepository_indexlocationrows", "label": ".indexLocationRows()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L204"}, {"id": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "label": ".doctorIdsViaClinicLocation()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L229"}, {"id": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "label": ".findByClinicWithFilters()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L246"}, {"id": "repository_doctorrepository_doctorrepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L299"}, {"id": "repository_doctorrepository_doctorrepository_remove", "label": ".remove()", "file_type": "code", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L307"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "weeklyschedule", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "clinic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "doctor", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "paginator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_doctor_repository_doctorrepository_php", "target": "repository_doctorrepository_doctorrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L15", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L17", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L17", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L22", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findbyuuid", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L27", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findbyuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L27", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository_findbyuser", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L27", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findonebymobile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L32", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findonebymobile", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L32", "weight": 1.0, "context": "return_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L43", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L159", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_indexlocationrows", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L204", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L229", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L246", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L299", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_save", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L299", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository", "target": "repository_doctorrepository_doctorrepository_remove", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L307", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_remove", "target": "doctor", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L307", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_doctorrepository_doctorrepository_construct", "target": "doctor", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L19", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findwithfilters", "target": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L58", "weight": 1.0}, {"source": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "target": "repository_doctorrepository_doctorrepository_indexlocationrows", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Doctor/Repository/DoctorRepository.php", "source_location": "L181", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_doctorrepository_doctorrepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L19", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L24", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyuser", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L29", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "getOneOrNullResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findonebymobile", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L34", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L47", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L51", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L51", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L51", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L51", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L56", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orX", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "expr", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L59", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L61", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L64", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L66", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orX", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "expr", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L69", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L71", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L72", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L76", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L77", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L77", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L80", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L81", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L81", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L83", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L84", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L84", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L86", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L87", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L87", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L89", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L90", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L90", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L96", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L104", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L106", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "$bookable", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L106", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L109", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L116", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "addOrderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L120", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L120", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L120", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "$bookable", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L120", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "count", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L124", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L125", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L135", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L161", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L183", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_diff", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L183", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L183", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findlocationsbydoctors", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L185", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_indexlocationrows", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L208", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "join", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L233", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L243", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_unique", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L243", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L243", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_doctoridsviacliniclocation", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L243", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L250", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "distinct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "leftJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L254", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L262", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L262", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L264", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L265", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L265", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L267", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L268", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L268", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L270", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L271", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L271", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L273", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L274", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L274", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L281", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L281", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L281", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "addSelect", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L281", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L287", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "iterator_to_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L288", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_findbyclinicwithfilters", "callee": "ceil", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L295", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L301", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L301", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L303", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L303", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L309", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L311", "receiver": null}, {"caller_nid": "repository_doctorrepository_doctorrepository_remove", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Doctor/Repository/DoctorRepository.php", "source_location": "L311", "receiver": null}]}