This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
mxf
/
auti_boofly_mush_api
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
6a87be6138
Branch-ok
Tag-ek
master
auti_boofly_...
/
crmeb
/
interfaces
/
ProviderInterface.php
ProviderInterface.php
110 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace crmeb\interfaces;
interface ProviderInterface
{
public function register($config);
}