Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪个类用于使用标签 ID 检索标签详细信息?任何人都知道解决方案,请帮助我。我必须在必须创建一项活动的基础上检查标记的元素名称?
请检查:
api/v2/Tag.php
这些问题的更好地方是civicrm 论坛。
既然问了这个问题,就发布了一个改进的版本
$result = civicrm_api3 ("Tag","get", array ("id"=> $yourid, "sequential"=>1));
应该得到你想要的。