Explicitly declare this class variable
This commit is contained in:
parent
b3077d5bcd
commit
6e4ae229ef
@ -42,6 +42,9 @@ class UploadException extends SCoreException {}
|
|||||||
* This also includes transloaded files as well.
|
* This also includes transloaded files as well.
|
||||||
*/
|
*/
|
||||||
class Upload extends Extension {
|
class Upload extends Extension {
|
||||||
|
|
||||||
|
public $is_full;
|
||||||
|
|
||||||
// early, so it can stop the DataUploadEvent before any data handlers see it
|
// early, so it can stop the DataUploadEvent before any data handlers see it
|
||||||
public function get_priority() {return 40;}
|
public function get_priority() {return 40;}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user