Uploads extends AppController
Allows access to files uploaded to the uploads directory, which likely resides above a publically accessible directory
Table of Contents
Methods
| avatar() | Handle user avatars |
| index() | Can not access this resource |
| invoices() | Handle invoice logos and backgrounds |
| preAction() | Pre-action setup method that is called before the index method, or the set controller action |
| themes() | Handle theme logos |
| getDefaultAvatar() | Streams the default avatar image |
Methods
avatar()
Handle user avatars
public
avatar() : mixed
index()
Can not access this resource
public
index() : mixed
invoices()
Handle invoice logos and backgrounds
public
invoices() : mixed
preAction()
Pre-action setup method that is called before the index method, or the set controller action
public
preAction() : mixed
themes()
Handle theme logos
public
themes() : mixed
getDefaultAvatar()
Streams the default avatar image
private
getDefaultAvatar() : mixed