contraint 추가

This commit is contained in:
2018-09-02 13:46:57 +09:00
parent cf443e8531
commit e4cfebb044
6 changed files with 164 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace sammo\Constraint;
class NoOpeningPart extends Constraint{
class NoWanderingNation extends Constraint{
const REQ_VALUES = Constraint::REQ_NATION;
public function checkInputValues(bool $throwExeception=true){