Files
clinicpro/graphify-out/cache/ast/v0.8.44/33f57eb6ea216ea8173d4459cc6df3a2378487bfb7c681b3025c2606bee54ff0.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
33 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "label": "Representation.php", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L1"}, {"id": "entity_representation_representation", "label": "Representation", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L13"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L25"}, {"id": "collection", "label": "Collection", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L40"}, {"id": "entity_representation_representation_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70"}, {"id": "entity_representation_representation_normalizedomain", "label": ".normalizeDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L81"}, {"id": "entity_representation_representation_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L92"}, {"id": "entity_representation_representation_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L93"}, {"id": "entity_representation_representation_getuser", "label": ".getUser()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94"}, {"id": "entity_representation_representation_getfullname", "label": ".getFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L95"}, {"id": "entity_representation_representation_getmobilenumber", "label": ".getMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L96"}, {"id": "entity_representation_representation_getcityid", "label": ".getCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97"}, {"id": "entity_representation_representation_getcities", "label": ".getCities()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99"}, {"id": "entity_representation_representation_cityids", "label": ".cityIds()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101"}, {"id": "entity_representation_representation_getdomain", "label": ".getDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L102"}, {"id": "entity_representation_representation_isglobal", "label": ".isGlobal()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L103"}, {"id": "entity_representation_representation_getcommissionpercent", "label": ".getCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L104"}, {"id": "entity_representation_representation_getbankaccount", "label": ".getBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L105"}, {"id": "entity_representation_representation_isactive", "label": ".isActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L106"}, {"id": "entity_representation_representation_setfullname", "label": ".setFullName()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108"}, {"id": "entity_representation_representation_setmobilenumber", "label": ".setMobileNumber()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109"}, {"id": "entity_representation_representation_setcityid", "label": ".setCityId()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110"}, {"id": "entity_representation_representation_setcities", "label": ".setCities()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112"}, {"id": "entity_representation_representation_setdomain", "label": ".setDomain()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121"}, {"id": "entity_representation_representation_setisglobal", "label": ".setIsGlobal()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122"}, {"id": "entity_representation_representation_setcommissionpercent", "label": ".setCommissionPercent()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123"}, {"id": "entity_representation_representation_setbankaccount", "label": ".setBankAccount()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124"}, {"id": "entity_representation_representation_setactive", "label": ".setActive()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125"}, {"id": "entity_representation_representation_getibans", "label": ".getIbans()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L128"}, {"id": "entity_representation_representation_addiban", "label": ".addIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134"}, {"id": "entity_representation_representation_removeiban", "label": ".removeIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153"}, {"id": "entity_representation_representation_findverifiediban", "label": ".findVerifiedIban()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L164"}, {"id": "entity_representation_representation_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L174"}, {"id": "entity_representation_representation_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L176"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "user", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "city", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "arraycollection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "collection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "representationrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_representation_entity_representation_php", "target": "entity_representation_representation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L13", "weight": 1.0}, {"source": "entity_representation_representation", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "entity_representation_representation", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L40", "weight": 1.0, "context": "field"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70", "weight": 1.0}, {"source": "entity_representation_representation_construct", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L70", "weight": 1.0, "context": "parameter_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_normalizedomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L92", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94", "weight": 1.0}, {"source": "entity_representation_representation_getuser", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L94", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L95", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getmobilenumber", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcities", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99", "weight": 1.0}, {"source": "entity_representation_representation_getcities", "target": "collection", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L99", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_cityids", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L102", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_isglobal", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L103", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getcommissionpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L104", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L105", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_isactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L106", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setfullname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_representation_representation_setfullname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setmobilenumber", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_representation_representation_setmobilenumber", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_representation_representation_setcityid", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcities", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112", "weight": 1.0}, {"source": "entity_representation_representation_setcities", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L112", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setdomain", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setisglobal", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_representation_representation_setisglobal", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setcommissionpercent", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_representation_representation_setcommissionpercent", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setbankaccount", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_representation_representation_setbankaccount", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_setactive", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_representation_representation_setactive", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_getibans", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L128", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_addiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L134", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_removeiban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L153", "weight": 1.0, "context": "return_type"}, {"source": "entity_representation_representation", "target": "entity_representation_representation_findverifiediban", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L164", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L174", "weight": 1.0}, {"source": "entity_representation_representation", "target": "entity_representation_representation_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L176", "weight": 1.0}, {"source": "entity_representation_representation_getcityid", "target": "entity_representation_representation_cityids", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L97", "weight": 1.0}, {"source": "entity_representation_representation_cityids", "target": "entity_representation_representation_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation_cityids", "target": "entity_representation_representation_toarray", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L101", "weight": 1.0}, {"source": "entity_representation_representation_setfullname", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L108", "weight": 1.0}, {"source": "entity_representation_representation_setmobilenumber", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L109", "weight": 1.0}, {"source": "entity_representation_representation_setcityid", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L110", "weight": 1.0}, {"source": "entity_representation_representation_setcities", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L118", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "self", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setdomain", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_representation_representation_setisglobal", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L122", "weight": 1.0}, {"source": "entity_representation_representation_setcommissionpercent", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L123", "weight": 1.0}, {"source": "entity_representation_representation_setbankaccount", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L124", "weight": 1.0}, {"source": "entity_representation_representation_setactive", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L125", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L136", "weight": 1.0}, {"source": "entity_representation_representation_addiban", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L149", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L156", "weight": 1.0}, {"source": "entity_representation_representation_removeiban", "target": "entity_representation_representation_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L159", "weight": 1.0}, {"source": "entity_representation_representation_findverifiediban", "target": "entity_representation_representation_getibans", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L166", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_getcityid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L182", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_cityids", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L183", "weight": 1.0}, {"source": "entity_representation_representation_toarray", "target": "entity_representation_representation_getid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Representation/Entity/Representation.php", "source_location": "L185", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_representation_representation_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L72", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L76", "receiver": null}, {"caller_nid": "entity_representation_representation_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L77", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L84", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L84", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L85", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L86", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L87", "receiver": null}, {"caller_nid": "entity_representation_representation_normalizedomain", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L88", "receiver": null}, {"caller_nid": "entity_representation_representation_cityids", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_representation_representation_cityids", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L101", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L114", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "contains", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L116", "receiver": null}, {"caller_nid": "entity_representation_representation_setcities", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L116", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L137", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L141", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L141", "receiver": null}, {"caller_nid": "entity_representation_representation_addiban", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L146", "receiver": null}, {"caller_nid": "entity_representation_representation_removeiban", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L155", "receiver": null}, {"caller_nid": "entity_representation_representation_removeiban", "callee": "array_filter", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L155", "receiver": null}, {"caller_nid": "entity_representation_representation_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L174", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L184", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L184", "receiver": null}, {"caller_nid": "entity_representation_representation_toarray", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Representation/Entity/Representation.php", "source_location": "L185", "receiver": null}]}