Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTagName('script');
     $this->setTagParams(array('language' => 'javascript', 'type' => 'text/javascript'));
 }
Esempio n. 2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTagName('link');
     $this->setTagParams(array('rel' => 'stylesheet', 'type' => 'text/css', 'media' => 'all'));
 }
Esempio n. 3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setAttribute(array('tagName' => 'xmp'));
 }