Trigger, Action 역할 재정의

This commit is contained in:
2018-10-01 02:02:30 +09:00
parent 5f8e4ae10c
commit d2c5c856ab
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);
}
?>