fix: DummyGeneral에 유산 관련 포인트 함수가 누락된 부분 수정
This commit is contained in:
@@ -42,6 +42,22 @@ class DummyGeneral extends General{
|
|||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getInheritancePoint(string $key, &$aux = null, bool $forceCalc = false){
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function setInheritancePoint(string $key, $value, $aux = null){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function increaseInheritancePoint(string $key, $value, $aux = null){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function mergeTotalInheritancePoint(){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
function applyDB($db):bool{
|
function applyDB($db):bool{
|
||||||
if($this->logger){
|
if($this->logger){
|
||||||
$this->initLogger(1, 1);
|
$this->initLogger(1, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user