Trigger 추가 수정

This commit is contained in:
2018-10-01 03:02:03 +09:00
parent f301344587
commit 0ee4593608
10 changed files with 53 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace sammo;
abstract class GeneralTrigger extends ObjectTrigger{
abstract public function __construct(General $general);
}
?>