Files
clinicpro/graphify-out/cache/ast/v0.8.44/196a7389d6828be84bf9cef772cb40a5240e452e10cf28f161bd84e51d2e8cc8.json
T
hamed 0750bc9812 feat: add multi-city representation support and domain context resolution
- Created migration to add representation_cities table and domain, is_global fields to representations.
- Implemented SiteContextController to resolve domain to site context (city | representation | unknown).
- Developed DomainContext and DomainContextResolver services for domain mapping.
- Added tests for DomainContextResolver and commission logic based on domain ownership.
2026-07-09 07:26:58 +03:30

1 line
54 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "label": "RepresentationController.php", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L1"}, {"id": "controller_representationcontroller_representationcontroller", "label": "RepresentationController", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L22"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_representationcontroller_representationcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L26"}, {"id": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "label": ".applyRepresentationData()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39"}, {"id": "representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39"}, {"id": "controller_representationcontroller_representationcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93"}, {"id": "controller_representationcontroller_representationcontroller_get", "label": ".get()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192"}, {"id": "controller_representationcontroller_representationcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230"}, {"id": "controller_representationcontroller_representationcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317"}, {"id": "controller_representationcontroller_representationcontroller_dashboardmonthly", "label": ".dashboardMonthly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357"}, {"id": "controller_representationcontroller_representationcontroller_dashboardyearly", "label": ".dashboardYearly()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415"}, {"id": "controller_representationcontroller_representationcontroller_buildstats", "label": ".buildStats()", "file_type": "code", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "userrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "cityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representation", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jalalidateservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "inputvalidator", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "currentuser", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_controller_representationcontroller_php", "target": "controller_representationcontroller_representationcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L22", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L24", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L26", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L39", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L93", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_get", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_get", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L192", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L230", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L317", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardmonthly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L357", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_dashboardyearly", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L415", "weight": 1.0, "context": "return_type"}, {"source": "controller_representationcontroller_representationcontroller", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_buildstats", "target": "representation", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L492", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "target": "representation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L65", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_create", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L181", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_update", "target": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L283", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L404", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardmonthly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L411", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_get", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L470", "weight": 1.0}, {"source": "controller_representationcontroller_representationcontroller_dashboardyearly", "target": "controller_representationcontroller_representationcontroller_buildstats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Controller/RepresentationController.php", "source_location": "L477", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L43", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L45", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L51", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setCities", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L57", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setCityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L58", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L61", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L67", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "findByDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L70", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L73", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setDomain", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L78", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L81", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_applyrepresentationdata", "callee": "setIsGlobal", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L145", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L150", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "InputValidator", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L153", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L154", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "addRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L165", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L166", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L169", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L172", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L177", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L178", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L189", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L224", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_get", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L227", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L268", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L270", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L273", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L274", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L277", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setFullName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L280", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setBankAccount", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L281", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L290", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L295", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L297", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L301", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setCommissionPercent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L305", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L307", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L309", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L312", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L314", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L346", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L348", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L351", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L352", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L395", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L397", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L400", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L401", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L404", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L404", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonth", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L405", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L407", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardmonthly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L409", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L461", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L463", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "hasRole", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L466", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L467", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L470", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L470", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliMonthRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L474", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "jalaliYearRange", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L481", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_dashboardyearly", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L483", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L494", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L497", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L505", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "setParameters", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}, {"caller_nid": "controller_representationcontroller_representationcontroller_buildstats", "callee": "createQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Controller/RepresentationController.php", "source_location": "L512", "receiver": null}]}