改名
This commit is contained in:
@@ -26,6 +26,14 @@ class Input
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getCommandName()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
@@ -49,7 +57,6 @@ class Input
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return false|string
|
||||
*/
|
||||
@@ -68,7 +75,7 @@ class Input
|
||||
{
|
||||
$arrays = [];
|
||||
$parameters = array_slice($parameters, 1);
|
||||
// $this->_command = array_shift($parameters);
|
||||
$this->_command = array_shift($parameters);
|
||||
foreach ($parameters as $parameter) {
|
||||
$explode = explode('=', $parameter);
|
||||
if (count($explode) < 2) {
|
||||
|
||||
Reference in New Issue
Block a user