inc/utility/Image.php @@ -153,4 +153,10 @@ } ); } public static function getData(int $imgID):array { return (new Image)->getImageData($imgID); } }