This method varies depending upon the subclass.
Parameters cache Cache document
params Associative array of options
Returns Rendered document
setBuffer( content : string ) : void
Sets the buffered contents of the document.
Parameters content Document contents
Appendix
[ 397 ]
setCharset( type : string='utf-8' ) : void
Sets the character set encoding. This does not convert content to the new character set.
Parameters [type] Character set
setDescription( description : string ) : void
Sets the document description.
Parameters description Document description
setDirection( dir : string='ltr' ) : void
Sets the text direction of the document, ltr (left-to-right) or rtl (right-to-left).
Parameters [dir] Text direction
setGenerator( generator : string ) : void
Sets the document generator; default is Joomla! 1.5 - Open Source Content Management.
Parameters generator Generator name
setLanguage( lang : string='en' ) : void
Sets the language of the document.
Parameters [lang] Language
setLineEnd( style : string ) : void
Sets the document EOL character string.
Pages:
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554