If the object
ACO Section has been defined, it determines if the current user has the rights to complete
the specified task. If the ACO section value is not specified, task is used as the ACO
section value.
Parameters task The task to execute
Returns Returns true on authorized, false on not authorized
display( cachable : boolean=false ) : void
Attempts to display. Uses JRequest (view and layout) to determine the view name and
which template layout to use. If view is not known then the controller name is used.
layout determines which template to use, normally default. If cachable is true then
the global cache object is used to get and populate the display cache.
Parameters [cachable] Use cached response
execute( task : string ) : mixed
Executes the method mapped to task. If a mapped method for task does not exist, it
attempts to execute the default task. If a mapped method for the default task does not
exist, a 404 error is raised. When a mapped method is found, access rights are checked
using the authorize() method.
Pages:
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532