<?phpnamespace ConcreteCoreFoundationProcessor;interface TaskInterface{ public function execute(ActionInterface $action); public function finish(ActionInterface $action);}