Clean up constructors and other method signatures

This commit is contained in:
Kijin Sung 2020-05-18 20:37:16 +09:00
parent 2cbfd4500c
commit 564563f56c
8 changed files with 175 additions and 124 deletions

View file

@ -36,6 +36,8 @@ class board extends ModuleObject
{
Context::addSSLAction('dispTempSavedList');
}
parent::__construct();
}
/**