*/ abstract class AbstractAfter { public function __construct() { } abstract public function execute(array $params = []); }