Example #1
0
 public function __construct($attr = array())
 {
     parent::__construct('style', $attr);
     $this['type'] = 'text/css';
 }
Example #2
0
 public function addMeta($name, $content)
 {
     return $this->appendChild(yHtmlTag::create('meta', array('name' => $name, 'content' => $content)));
 }
Example #3
0
 public function __construct($attr = array())
 {
     parent::__construct('meta', $attr, true);
 }