コード例 #1
0
ファイル: class_datatype.php プロジェクト: MenZil-Team/anwiki
 protected function cleanValueFromPost($sValue)
 {
     $sValue = parent::cleanValueFromPost($sValue);
     $sValue = self::closeMinimizedEndTags($sValue);
     $sValue = AnwPlugins::vHook("datatype_xhtml_cleanvaluefrompost", $sValue);
     return $sValue;
 }