This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
CopperWire
/
daktylos
Liatin
4
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
0.1-alpha
Ranting
Tag
deploy
master
0.1-alpha
daktylos
/
libs
/
IAction.class.php
IAction.class.php
55 B
Permalink
Riwayat
Mentahan
1
2
3
4
<?php
interface IAction {
public function execute();
}