This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Authenticator extends \Nette\Object implements NS\IAuthenticator{ | |
| /** @var database */ | |
| private $db; | |
| /** @var salt */ | |
| private $salt; | |
| public function __construct(\DibiConnection $connection) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This file is part of Mana | |
| * | |
| * Copyright (C) 2012 Pavel Kouřil (http://pavelkouril.cz) | |
| * | |
| * Distributed under MIT License | |
| */ | |
| namespace Mana\NetteAddons\QrCode; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This file is part of Mana | |
| * | |
| * Copyright (C) 2012 Pavel Kouřil (http://pavelkouril.cz) | |
| * | |
| * Distributed under MIT License | |
| */ | |
| namespace Mana\NetteAddons\QrCode; |