From d8a1055bffe804405300b08dd4c55c36966fc35c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 12 Oct 2021 02:25:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20DummyGeneral=EC=97=90=20=EC=9C=A0?= =?UTF-8?q?=EC=82=B0=20=EA=B4=80=EB=A0=A8=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20?= =?UTF-8?q?=ED=95=A8=EC=88=98=EA=B0=80=20=EB=88=84=EB=9D=BD=EB=90=9C=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/DummyGeneral.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hwe/sammo/DummyGeneral.php b/hwe/sammo/DummyGeneral.php index 6f1c0901..ba004103 100644 --- a/hwe/sammo/DummyGeneral.php +++ b/hwe/sammo/DummyGeneral.php @@ -42,6 +42,22 @@ class DummyGeneral extends General{ 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{ if($this->logger){ $this->initLogger(1, 1);