diff options
Diffstat (limited to 'lib/ActionInterface.php')
-rw-r--r-- | lib/ActionInterface.php | 8 |
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. |