mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 23:06:46 +02:00
Refactor PHP.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user