コード例 #1
0
ファイル: Node.php プロジェクト: wb-crowdfusion/crowdfusion
 public function removeInTagInternal(Tag $tag)
 {
     $this->fields['InTags'] = TagUtils::deleteTags($this->fields['InTags'], $tag, true);
 }