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