コード例 #1
0
ファイル: Content.php プロジェクト: techart/tao
 protected function stdunset($data)
 {
     $res = parent::stdunset($data);
     return $this->punset($res, 'formats', 'switch style', 'extra_formats', 'teaser split');
 }
コード例 #2
0
ファイル: HTML.php プロジェクト: techart/tao
 protected function stdunset($data)
 {
     $res = parent::stdunset($data);
     return $this->punset($res, 'widget', 'redactor', 'imagelist', 'htmlpurifier');
 }