<?phpnamespace eMacros;interface Applicable { public function apply(Scope $scope, GenericList $arguments);}