generalSource 폐기
This commit is contained in:
@@ -36,8 +36,6 @@ abstract class BaseCommand{
|
||||
|
||||
protected $runnableConstraints = null;
|
||||
protected $reservableConstraints = null;
|
||||
|
||||
protected $generalSource = null;
|
||||
|
||||
protected $logger;
|
||||
|
||||
@@ -54,17 +52,6 @@ abstract class BaseCommand{
|
||||
|
||||
}
|
||||
|
||||
public function setGeneralSource(?array $generalSource){
|
||||
$this->generalSource = $generalSource;
|
||||
}
|
||||
|
||||
protected function getGeneralObjFromGeneralSource(int $generalNo):?General{
|
||||
if($this->generalSource === null){
|
||||
return null;
|
||||
}
|
||||
return $this->generalSource[$generalNo]??null;
|
||||
}
|
||||
|
||||
protected function resetTestCache():void{
|
||||
$this->runnable = null;
|
||||
$this->reservable = null;
|
||||
|
||||
Reference in New Issue
Block a user