1 | <?php |
||
13 | final class Security implements Common |
||
14 | { |
||
15 | private $client; |
||
16 | |||
17 | /** |
||
18 | * Security constructor. |
||
19 | * |
||
20 | * @param Client $client |
||
21 | * @throws Exception |
||
22 | */ |
||
23 | 1 | public function __construct(Client $client) |
|
31 | |||
32 | public function getUrl($method, array $params = []) |
||
57 | |||
58 | public function getDemoUrl($type, $id) |
||
62 | |||
63 | public function getAutologinUrl($uid, $time, $fio = null, $email = null, $redirect = null) { |
||
75 | } |