Exemplo n.º 1
0
 /**
  * @brief 编译标签
  * @param string $content 要编译的标签
  * @return string 编译后的标签
  */
 public function tagResolve($content)
 {
     $tagObj = new ITag();
     return $tagObj->resolve($content);
 }