declared class properties

This commit is contained in:
benson
2023-04-29 21:15:52 +08:00
parent 13fd802180
commit a197f66d6d
16 changed files with 65 additions and 14 deletions

View File

@@ -8,6 +8,9 @@ abstract class searchBase
protected $tableTitles = [];
protected $rows = [];
protected $errors = [];
protected $searchUrl;
protected $crawler;
protected $client;
protected $actionLinks = [["name" => 'download', 'path' => '/index.php/apps/ncdownloader/new'], ['name' => 'clipboard']];
public function getTableTitles(): array