Trigger, Action 역할 재정의

This commit is contained in:
2018-10-01 02:02:30 +09:00
parent 731a6e9587
commit 89ecbe34ed
70 changed files with 372 additions and 262 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace sammo;
interface iGeneralTrigger extends iObjectTrigger{
public function __construct(General $general);
}
?>