20 lines
150 B
PHP
20 lines
150 B
PHP
<?php
|
|
|
|
|
|
use yii\base\Model;
|
|
|
|
class FingerPrintEnterForm extends Model
|
|
{
|
|
|
|
public $fingerPrint;
|
|
|
|
|
|
|
|
public function enterDoor()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|