]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Documentation update in File class file
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 4 May 2016 09:44:14 +0000 (11:44 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 4 May 2016 09:44:14 +0000 (11:44 +0200)
classes/File.php

index 4489b4ecc18d81b46c55725e594d9973ad3410cc..c85d919fd742e918e29e75a1dc4012bc28be86b1 100644 (file)
@@ -478,6 +478,8 @@ class File extends Managed_DataObject
      * @param $width  int   Max width of thumbnail in pixels. (if null, use common_config values)
      * @param $height int   Max height of thumbnail in pixels. (if null, square-crop to $width)
      * @param $crop   bool  Crop to the max-values' aspect ratio
+     * @param $force_still  bool    Don't allow fallback to showing original (such as animated GIF)
+     * @param $upscale      mixed   Whether or not to scale smaller images up to larger thumbnail sizes. (null = site default)
      *
      * @return File_thumbnail
      *