width and height are now properties in the File class

This commit is contained in:
Mikael Nordfeldth 2014-05-07 09:51:37 +02:00
parent b59beb50e6
commit a7a4eeef09
1 changed files with 2 additions and 0 deletions

View File

@ -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()