removeData() public static method

public static removeData ( $node, $name, $documentID )
Example #1
0
 /**
  * Enter description here...
  * 
  * @param <type> $key
  */
 public function removeData($key)
 {
     foreach ($this as $node) {
         phpQuery::removeData($node, $key, $this->getDocumentID());
     }
     return $this;
 }