This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
youhk
/
youhk_test_repository
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
youhk_test_repo...
/
app
/
Interfaces
/
DormantInterface.php
DormantInterface.php
99 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
<?php
namespace App\Interfaces;
interface DormantInterface
{
function execute($gateToken);
}