1 | <?php |
||
8 | class ConfirmResetPasswordView implements HtmlElementInterface |
||
9 | { |
||
10 | use Renderable; |
||
11 | |||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | private $continueUrl; |
||
16 | |||
17 | /** |
||
18 | * ConfirmResetPasswordView constructor. |
||
19 | * |
||
20 | * @param string $continueUrl |
||
21 | */ |
||
22 | public function __construct($continueUrl) |
||
26 | } |
||
27 |