From: Mikael Nordfeldth Date: Wed, 7 May 2014 07:51:37 +0000 (+0200) Subject: width and height are now properties in the File class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a7a4eeef09ee8929bb9ca563eb2bc52d198d202f;p=quix0rs-gnu-social.git width and height are now properties in the File class --- diff --git a/classes/File.php b/classes/File.php index d8b20ea678..4e85e542d5 100644 --- a/classes/File.php +++ b/classes/File.php @@ -33,6 +33,8 @@ class File extends Managed_DataObject public $date; // int(4) public $protected; // int(4) public $filename; // varchar(255) + public $width; // int(4) + public $height; // int(4) public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP public static function schemaDef()