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