1 | <?php |
||
14 | class FirebaseParser implements ParserInterface |
||
15 | { |
||
16 | /** |
||
17 | * @var Configuration |
||
18 | */ |
||
19 | protected $config; |
||
20 | |||
21 | /** |
||
22 | * @param Configuration $config |
||
23 | */ |
||
24 | 3 | public function __construct(Configuration $config) |
|
28 | |||
29 | /** |
||
30 | * @inheritDoc |
||
31 | */ |
||
32 | 3 | public function parseToken($token) |
|
45 | } |
||
46 |