door card pass: create table and create model and console controller

This commit is contained in:
Schneider Roland
2023-02-08 19:42:42 +01:00
parent 3daa39a0b6
commit 4d44b1c2af
9 changed files with 307 additions and 19 deletions

View File

@@ -543,4 +543,9 @@ class Helper {
public static function isRestAllowVerifyOnly() {
return \Yii::$app->params ['rest_allow_verify_only'] == true;
}
public static function getDoorEntryStrategy(){
return Helper::getArrayValue(\Yii::$app->params ,'door_entry_strategy','strategy_key');
}
}