![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| addNote () | |
| doExecute (ipsRegistry $registry) | |
| editNote () | |
| removeNote () | |
| rotateImage ($direction) | |
Protected Member Functions | |
| _addMap () | |
| _fetchUploads () | |
| _imageDetail () | |
| _moveDialogue () | |
| _removeMap () | |
| _removeUpload () | |
| _setAsCover () | |
| _setAsPhoto () | |
| _addMap | ( | ) | [protected] |
Adds a map to the image.
protected
| _fetchUploads | ( | ) | [protected] |
Fetches all uploads for this 'session'
protected
| _imageDetail | ( | ) | [protected] |
Returns image detail... for an image..
protected
| _moveDialogue | ( | ) | [protected] |
Returns image detail... for an image..
protected
| _removeMap | ( | ) | [protected] |
Removes a map to the image.
protected
| _removeUpload | ( | ) | [protected] |
Fetches all uploads for this 'session'
protected
| _setAsCover | ( | ) | [protected] |
Sets an image as a photo.
protected
| _setAsPhoto | ( | ) | [protected] |
Sets an image as a photo.
protected
| addNote | ( | ) |
Adds a new note to an image
public
| doExecute | ( | ipsRegistry $ | registry | ) |
Main function executed automatically by the controller
| object | $registry | Registry object |
Reimplemented from ipsAjaxCommand.
| editNote | ( | ) |
Edit an existing image note
public
| removeNote | ( | ) |
Remove an existing image note
public
| rotateImage | ( | $ | direction | ) |
Rotates an image via ajax Source could be upload table or image table
public
| string | $direction | right or left |