Parameters task Task name
method Method name
setAccessControl( section : string, value : string=null ) : void
Sets the object authorization ACO and ACO value. This is used by the authorize method.
Parameters section ACO section
[value] ACO value
Appendix
[ 382 ]
setMessage( text : string ) : void
Sets the object redirect message. This is only used if the redirect method is called.
Parameters text Redirect message
setRedirect( url : string, msg : string=null, type : string='message' ) :
void
Sets the object redirect options. This is only used if the redirect method is called.
Parameters url Redirect URI
[msg] Redirect message
[type] Message type
_addPath( type : string, path : mixed ) : void
Adds paths to search for JModel or JView subclass files. type can be 'view' or 'model'.
path can be a string or an array of strings.
Parameters type Type of path
path Path or array of paths
_createFileName ( type : string, parts : array=array() ) : string
Gets a filename based on type and parts. type can be 'view' or 'model'.
Pages:
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535