1 | <?php |
||
5 | class Iys |
||
6 | { |
||
7 | public $config; |
||
8 | |||
9 | public function __construct() |
||
13 | |||
14 | /** |
||
15 | * Marka işlemleri. |
||
16 | * |
||
17 | * @return Brand |
||
18 | */ |
||
19 | public function brands() |
||
23 | |||
24 | /** |
||
25 | * İzin işlemleri. |
||
26 | * |
||
27 | * @return Consent |
||
28 | */ |
||
29 | public function consents() |
||
33 | |||
34 | /** |
||
35 | * Bayi işlemleri. |
||
36 | * |
||
37 | * @return Retailer |
||
38 | */ |
||
39 | public function retailers() |
||
43 | } |
||
44 |