| 1 | <?php  | 
            ||
| 18 | class PincodePrompt extends Widget  | 
            ||
| 19 | { | 
            ||
| 20 | public $loadingText;  | 
            ||
| 21 | /**  | 
            ||
| 22 | * @var HasPINCode  | 
            ||
| 23 | */  | 
            ||
| 24 | private $hasPINCode;  | 
            ||
| 25 | |||
| 26 | public function __construct(HasPINCode $hasPINCode, $config = [])  | 
            ||
| 31 | |||
| 32 | public function run()  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @return bool  | 
            ||
| 41 | */  | 
            ||
| 42 | public function isPINFailed(): bool  | 
            ||
| 46 | }  | 
            ||
| 47 |