Beispiel #1
0
    public function render()
    {
        return '<!DOCTYPE html>
' . parent::render();
    }
Beispiel #2
0
 public function __construct($params = array())
 {
     parent::__construct('body', $params);
 }