aboutsummaryrefslogtreecommitdiff
path: root/lib/ActionInterface.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-06-22 18:30:37 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-22 18:30:37 +0200
commitee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf (patch)
tree59273deedb25b7477aab2852bd39922721f1457c /lib/ActionInterface.php
parentfad0dbb6efcd772670a4cfb27bac57473deec37b (diff)
downloadrss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.tar.gz
rss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.tar.zst
rss-bridge-ee80f4918e85cdc3c2c41e8e2c8b667c02b3f0bf.zip
refactor: action (#2836)
Diffstat (limited to 'lib/ActionInterface.php')
-rw-r--r--lib/ActionInterface.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ActionInterface.php b/lib/ActionInterface.php
index c38d057a..63088573 100644
--- a/lib/ActionInterface.php
+++ b/lib/ActionInterface.php
@@ -16,14 +16,6 @@
*/
interface ActionInterface {
/**
- * Set user data for the action to consume.
- *
- * @param array $userData An associative array of user data.
- * @return void
- */
- function setUserData($userData);
-
- /**
* Execute the action.
*
* Note: This function directly outputs data to the user.