public function __construct($key, $value)
 {
     $attributes = array("key" => $key, "value" => $value);
     parent::__construct("header", $attributes, null);
 }
示例#2
0
 public function __construct($name, $parameters, $meta = null)
 {
     $children = $this->metaChildrenAppend($meta, null, null);
     parent::__construct($name, $parameters, $children, null);
 }