Skip to content

Commit b34260e

Browse files
committed
Added private object variables to UploadHandler class.
1 parent 13931c7 commit b34260e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/upload.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
class UploadHandler
2121
{
2222
private $upload_dir;
23+
private $thumbnails_dir;
24+
private $thumbnail_max_width;
25+
private $thumbnail_max_height;
2326

2427
function __construct($upload_dir, $thumbnails_dir, $thumbnail_max_width, $thumbnail_max_height) {
2528
$this->upload_dir = $upload_dir;

0 commit comments

Comments
 (0)