Example #1
0
 /**
  * Set the attribute on all selected element nodes
  *
  * @see ArrayAccess::offsetSet()
  * @see FluentDOM::attr()
  * @example properties/attr-set.php Usage: Set attribute property
  * @param string $name
  * @param string $value
  */
 public function offsetSet($name, $value)
 {
     $this->_fd->attr($name, $value);
 }