The rendered result is returned and stored in the object
output buffer. If tpl is specified, it is appended to the layout name with an underscore
separator, for example if tpl was 'item' and the template layout was 'default', the
template name would be 'default_item'.
Parameters [tpl] Template suffix
Returns Rendered template
setEscape( ) : void
Resets the escape callback functions and methods to use with the escape() method. If
provided with parameters, the parameters will be used as the function and methods to
use with the escape() method. Parameters must be strings or arrays with two elements,
a class and method name. For more information see http://php.net/manual/
function.call-user-func.php.
setLayout( layout : string ) : string
Sets the view layout, normally default.
Parameters layout View layout
Returns Previous layout
Appendix
[ 378 ]
setLayoutExt( value : string ) : string
Sets the layout extension to use.
Parameters Value JModel to associate
Returns Previous value
&setModel( &model : JModel, default : boolean=false ) : JModel
Registers a JModel subclass object with the view.
Pages:
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528