MediaWiki
REL1_35
SVGMetadataExtractor.php
Go to the documentation of this file.
1
<?php
32
class
SVGMetadataExtractor
{
38
public
static
function
getMetadata
( $filename ) {
39
wfDeprecated
( __METHOD__,
'1.34'
);
40
41
$svg =
new
SVGReader
( $filename );
42
43
return
$svg->getMetadata();
44
}
45
}
wfDeprecated
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that $function is deprecated.
Definition
GlobalFunctions.php:1027
SVGMetadataExtractor
Definition
SVGMetadataExtractor.php:32
SVGMetadataExtractor\getMetadata
static getMetadata( $filename)
Definition
SVGMetadataExtractor.php:38
SVGReader
Definition
SVGReader.php:31
includes
media
SVGMetadataExtractor.php
Generated on Sat Apr 6 2024 00:07:32 for MediaWiki by
1.9.8