예제 #1
0
 /**
 * Not yet implemented
 *
   public function set($key, $value)
   {
  $this->attributes->setNamedItem($key, $value);
  
  return $this;
   }
 */
 public function has($key)
 {
     return $this->attributes->getNamedItem($key) !== null;
 }