1 | <?php |
||
7 | class AppRoles |
||
8 | { |
||
9 | /** |
||
10 | * @var array |
||
11 | */ |
||
12 | protected $appRoles = []; |
||
13 | |||
14 | /** |
||
15 | * AppRoles constructor. |
||
16 | */ |
||
17 | 1 | public function __construct(array $appRoles) |
|
21 | |||
22 | 1 | public function getAppRoles(): array |
|
26 | |||
27 | /** |
||
28 | * @return \Kerox\Messenger\Model\Callback\AppRoles |
||
29 | */ |
||
30 | 1 | public static function create(array $callbackData): self |
|
34 | } |
||
35 |