コード例 #1
0
ファイル: CoreTest.php プロジェクト: noels/FluentDOM
 public function _getContentNodes($content, $includeTextNodes = TRUE, $limit = 0)
 {
     return parent::_getContentNodes($content, $includeTextNodes, $limit);
 }