Documentation

RestShopifyController
in package
implements IController

Table of Contents

Interfaces

IController

Properties

$cacheService  : CacheService
$clientRepository  : ClientRepository
$cookies  : Cookies
$em  : EntityManager
$fieldWithError  : mixed
$integrationService  : IntegrationService
$jiraApiService  : JiraApiService
$request  : Request
$response  : Response
$saveFileService  : SaveFileService
$uniqueIntegrationSelectionService  : UniqueIntegrationSelectionService

Methods

__construct()  : mixed
callbackAction()  : ResponseInterface
generateUrlAction()  : mixed
uploadAction()  : mixed
getParams()  : mixed
saveInfo()  : mixed

Properties

Methods

__construct()

public __construct(JiraApiService $jiraApiService, Request $request, ClientRepository $clientRepository, SaveFileService $saveFileService, EntityManager $em, IntegrationService $integrationService, UniqueIntegrationSelectionService $uniqueIntegrationSelectionService, Response $response, Cookies $cookies, CacheService $cacheService) : mixed
Parameters
$jiraApiService : JiraApiService
$request : Request
$clientRepository : ClientRepository
$saveFileService : SaveFileService
$em : EntityManager
$integrationService : IntegrationService
$uniqueIntegrationSelectionService : UniqueIntegrationSelectionService
$response : Response
$cookies : Cookies
$cacheService : CacheService

callbackAction()

public callbackAction() : ResponseInterface
Return values
ResponseInterface

generateUrlAction()

public generateUrlAction(int $userId, int $userModuleId) : mixed
Parameters
$userId : int
$userModuleId : int

        
On this page

Search results