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