mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 23:39:56 +02:00
refactor: action (#2836)
This commit is contained in:
parent
fad0dbb6ef
commit
ee80f4918e
9 changed files with 18 additions and 51 deletions
|
@ -15,14 +15,6 @@
|
|||
* Interface for action objects.
|
||||
*/
|
||||
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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue