[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Ui/ -> MediaDiff.php (summary)

(no description)

File Size: 326 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MediaDiff:: (8 methods):
  __construct()
  setChangeLog()
  handle()
  preProcess()
  show()
  showDiffViewSelector()
  showImageDiff()
  showFileDiff()


Class: MediaDiff  - X-Ref

DokuWiki MediaDiff Interface

__construct($id)   X-Ref
MediaDiff Ui constructor

param: string $id media id

setChangeLog()   X-Ref
No description

handle()   X-Ref
Handle requested revision(s) and diff view preferences

return: void

preProcess()   X-Ref
Prepare revision info of comparison pair


show()   X-Ref
Shows difference between two revisions of media

author: Kate Arzamastseva <pshns@ukr.net>

showDiffViewSelector()   X-Ref
Print form to choose diff view type
the dropdown is to be added through JavaScript, see lib/scripts/media.js


showImageDiff()   X-Ref
Prints two images side by side
and slider

author: Kate Arzamastseva <pshns@ukr.net>

showFileDiff()   X-Ref
Shows difference between two revisions of media file

author: Kate Arzamastseva <pshns@ukr.net>