This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
PH
/
happ
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
a2f4a1a046
شاخهها
تگها
master
happ
/
crmeb
/
interfaces
/
ProviderInterface.php
ProviderInterface.php
121 B
تاريخچه
خام
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace crmeb\interfaces;
interface ProviderInterface
{
public function register($config);
}