mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Refactor PHP.
This commit is contained in:
parent
d3d8e47dfc
commit
f78e6dfc64
1 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue