Moved registration processing into Frame/Action

This commit is contained in:
Deon George
2019-07-14 22:43:31 +10:00
parent 264747e2f3
commit aa6b2f3244
9 changed files with 316 additions and 217 deletions

View File

@@ -34,5 +34,5 @@ abstract class Action
return $o;
}
abstract public function handle(array $fielddata);
abstract public function handle();
}