コード例 #1
0
ファイル: Node.php プロジェクト: ivansky/php-dom-query
 public function find(Query &$query)
 {
     return $query->select($this->children);
 }