media: Mark public MediaHandler/ImageHandler methods as such
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 25 Feb 2019 09:16:30 +0000 (10:16 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 25 Feb 2019 09:16:30 +0000 (10:16 +0100)
commit867ec0704035708b91a3003275732a25e0f55644
tree533ebbfba846b65825b0e8f02b81c3715b15021e
parent4d0773cd01f08b05ceaaadd1c8d8cbca4756d0d0
media: Mark public MediaHandler/ImageHandler methods as such

Note I'm intentionally not touching the entire file, but only methods
I'm absolutely sure are already called from outside, e.g. from
MediaHandlerFactory, and must be public because of this.

I'm intentionally not doing anything with private or protected in this
patch, as such changes are much more fragile.

This is a direct follow up for the changes proposed in Iaa4f60d.

Change-Id: Ida817b289ddd5e9a8c162cc1fa3335c639a0bbe5
15 files changed:
includes/media/BitmapHandler.php
includes/media/BitmapHandler_ClientOnly.php
includes/media/BmpHandler.php
includes/media/DjVuHandler.php
includes/media/ExifBitmapHandler.php
includes/media/GIFHandler.php
includes/media/ImageHandler.php
includes/media/JpegHandler.php
includes/media/MediaHandler.php
includes/media/PNGHandler.php
includes/media/SvgHandler.php
includes/media/TiffHandler.php
includes/media/TransformationalImageHandler.php
includes/media/XCFHandler.php
tests/phpunit/mocks/media/MockDjVuHandler.php