コード例 #1
0
ファイル: Node.php プロジェクト: wb-crowdfusion/crowdfusion
 protected function _getTags($tags, $role = null)
 {
     if (is_null($role)) {
         return $tags;
     }
     return TagUtils::filterTags($tags, $role);
 }