mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Refactor PHP.
This commit is contained in:
@@ -34,11 +34,10 @@ class Item {
|
||||
}
|
||||
|
||||
|
||||
public $app,
|
||||
$path, $url,
|
||||
$date, $size,
|
||||
$is_folder,
|
||||
$is_content_fetched;
|
||||
public $app;
|
||||
public $path, $url, $date, $size;
|
||||
public $is_folder, $is_content_fetched;
|
||||
public $md5, $sha1;
|
||||
|
||||
|
||||
private function __construct($app, $path) {
|
||||
|
Reference in New Issue
Block a user