Refactor PHP.
This commit is contained in:
parent
d3d8e47dfc
commit
f78e6dfc64
@ -34,11 +34,10 @@ class Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public $app,
|
public $app;
|
||||||
$path, $url,
|
public $path, $url, $date, $size;
|
||||||
$date, $size,
|
public $is_folder, $is_content_fetched;
|
||||||
$is_folder,
|
public $md5, $sha1;
|
||||||
$is_content_fetched;
|
|
||||||
|
|
||||||
|
|
||||||
private function __construct($app, $path) {
|
private function __construct($app, $path) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user