# ActionInterface
Chevere\Interfaces\Action\ActionInterface
# Extends
# Description
Describes the component in charge of defining a single action.
# Methods
# __construct()
# getParameters()
Defines parameters.
RETURN
# getResponseDataParameters()
Defines expected response data parameters when executing run
method.
RETURN
# run()
Method called when running the action.
# Parameters
- ArgumentsInterface
$arguments
RETURN
# parameters()
Provides access to the parameters.
RETURN
# responseDataParameters()
Provides access to the expected response data parameters.
RETURN
# getArguments()
# Parameters
- mixed
...$namedArguments
RETURN
# getResponse()
Retrieves a new success response with type-hinted data.
# Parameters
- mixed
...$namedData
RETURN
# description()
Provides access to the description.
RETURN
string
# getDescription()
Defines the description.
RETURN
string