Example #1
0
 private function getDivTags($data)
 {
     list($tag_start, $tag_end) = $this->getTagCharacters(true);
     return NNTags::getDivTags($data['start_div'], $data['end_div'], $tag_start, $tag_end);
 }