- Created new AST JSON file for the doctor service API documentation, detailing endpoints, parameters, and responses. - Added AST JSON file for the TagController, including methods and their relationships with imported classes. - Introduced AST JSON file for the SmsLog entity, outlining its methods and dependencies.
1 line
23 KiB
JSON
1 line
23 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "label": "TagController.php", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L1"}, {"id": "controller_tagcontroller_tagcontroller", "label": "TagController", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L15"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_tagcontroller_tagcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L18"}, {"id": "controller_tagcontroller_tagcontroller_list", "label": ".list()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L22"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L22"}, {"id": "controller_tagcontroller_tagcontroller_create", "label": ".create()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L31"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L31"}, {"id": "controller_tagcontroller_tagcontroller_update", "label": ".update()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L50"}, {"id": "controller_tagcontroller_tagcontroller_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L68"}, {"id": "controller_tagcontroller_tagcontroller_adminlist", "label": ".adminList()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L81"}, {"id": "controller_tagcontroller_tagcontroller_slugify", "label": ".slugify()", "file_type": "code", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L108"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "tag", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "tagrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_tag_controller_tagcontroller_php", "target": "controller_tagcontroller_tagcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L15", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L16", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L18", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L22", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_list", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L22", "weight": 1.0, "context": "return_type"}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L31", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_create", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_tagcontroller_tagcontroller_create", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L31", "weight": 1.0, "context": "return_type"}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L50", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_update", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L50", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_tagcontroller_tagcontroller_update", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L50", "weight": 1.0, "context": "return_type"}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L68", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_delete", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L68", "weight": 1.0, "context": "return_type"}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_adminlist", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L81", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_adminlist", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L81", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_tagcontroller_tagcontroller_adminlist", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L81", "weight": 1.0, "context": "return_type"}, {"source": "controller_tagcontroller_tagcontroller", "target": "controller_tagcontroller_tagcontroller_slugify", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L108", "weight": 1.0}, {"source": "controller_tagcontroller_tagcontroller_create", "target": "controller_tagcontroller_tagcontroller_slugify", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Tag/Controller/TagController.php", "source_location": "L41", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_tagcontroller_tagcontroller_list", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L25", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_list", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L25", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_list", "callee": "findActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L25", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_list", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L26", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L35", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L35", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L36", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L38", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L44", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L46", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L47", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_create", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L47", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L54", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L56", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L60", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L60", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L61", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "setSlug", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L61", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L64", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_update", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L65", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_delete", "callee": "find", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L72", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_delete", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L77", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_delete", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L78", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L86", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L89", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "strtoupper", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L96", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L99", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L100", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "paginated", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L102", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_adminlist", "callee": "toArray", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L103", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_slugify", "callee": "mb_strtolower", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_slugify", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_slugify", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L111", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_slugify", "callee": "preg_replace", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L112", "receiver": null}, {"caller_nid": "controller_tagcontroller_tagcontroller_slugify", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Tag/Controller/TagController.php", "source_location": "L113", "receiver": null}]} |