1 | <?php |
||
33 | class Authorized implements EventHandler |
||
34 | { |
||
35 | /** |
||
36 | * @var \EasyWeChat\OpenPlatform\Authorization |
||
37 | */ |
||
38 | protected $authorization; |
||
39 | |||
40 | /** |
||
41 | * Constructor. |
||
42 | * |
||
43 | * @param \EasyWeChat\OpenPlatform\Authorization $authorization |
||
44 | */ |
||
45 | 2 | public function __construct(Authorization $authorization) |
|
49 | |||
50 | /** |
||
51 | * {@inheritdoc}. |
||
52 | */ |
||
53 | public function handle(Collection $message) |
||
59 | } |
||
60 |