for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace dokuwiki\ChangeLog;
/**
* handles changelog of a media file
*/
class MediaChangeLog extends ChangeLog
{
* Returns path to changelog
*
* @return string path to file
protected function getChangelogFilename()
return mediaMetaFN($this->id, '.changes');
}
* Returns path to current page/media
protected function getFilename()
return mediaFN($this->id);