Completely removed argc/argv
This commit is contained in:
@@ -58,10 +58,6 @@ class App
|
||||
{
|
||||
public $user;
|
||||
public $data = [];
|
||||
/** @deprecated 2019.09 - use App\Arguments->getArgv() or Arguments->get() */
|
||||
public $argv;
|
||||
/** @deprecated 2019.09 - use App\Arguments->getArgc() */
|
||||
public $argc;
|
||||
public $theme_info = [];
|
||||
// Allow themes to control internal parameters
|
||||
// by changing App values in theme.php
|
||||
@@ -254,9 +250,6 @@ class App
|
||||
$this->process = $process;
|
||||
$this->pConfig = $pConfig;
|
||||
|
||||
$this->argv = $args->getArgv();
|
||||
$this->argc = $args->getArgc();
|
||||
|
||||
$this->load();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user