Ejemplo n.º 1
0
 public function actionListExcludeTag()
 {
     $tagName = $this->getQuery('tagName');
     $accountId = $this->getAccountId();
     $helpdesks = HelpDesk::getExculdeTags([$tagName], $accountId);
     return $helpdesks;
 }