Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Controller\HelloAssoApiController
Graphe d'héritage de App\Controller\HelloAssoApiController:

Fonctions membres publiques

 __construct (HttpClientInterface $client, Security $security, EntityManagerInterface $em, TranslatorInterface $translator, EventDispatcherInterface $eventDispatcher, LoggerInterface $logger, OperationUtils $operationUtils)
 
 synchroItems (int $pageIndex=1, int $pageSize=100, Request $request)
 
 authorize ()
 

Fonctions membres publiques statiques

static getCashOutStateAllowableValues ()
 
static getPaymentMeansAllowableValues ()
 
static getStateAllowableValues ()
 
static getTypeAllowableValues ()
 

Attributs publics

const CASH_OUT_STATE_MONEY_IN = 'MoneyIn'
 
const CASH_OUT_STATE_CANT_TRANSFER_RECEIVER_FULL = 'CantTransferReceiverFull'
 
const CASH_OUT_STATE_TRANSFERED = 'Transfered'
 
const CASH_OUT_STATE_REFUNDED = 'Refunded'
 
const CASH_OUT_STATE_REFUNDING = 'Refunding'
 
const CASH_OUT_STATE_WAITING_FOR_CASH_OUT_CONFIRMATION = 'WaitingForCashOutConfirmation'
 
const CASH_OUT_STATE_CASHED_OUT = 'CashedOut'
 
const CASH_OUT_STATE_UNKNOWN = 'Unknown'
 
const CASH_OUT_STATE_CONTESTED = 'Contested'
 
const PAYMENT_MEANS_NONE = 'None'
 
const PAYMENT_MEANS_CARD = 'Card'
 
const PAYMENT_MEANS_SEPA = 'Sepa'
 
const PAYMENT_MEANS_CHECK = 'Check'
 
const STATE_PENDING = 'Pending'
 
const STATE_AUTHORIZED = 'Authorized'
 
const STATE_REFUSED = 'Refused'
 
const STATE_UNKNOWN = 'Unknown'
 
const STATE_REGISTERED = 'Registered'
 
const STATE_ERROR = 'Error'
 
const STATE_REFUNDED = 'Refunded'
 
const STATE_REFUNDING = 'Refunding'
 
const STATE_WAITING = 'Waiting'
 
const STATE_CANCELED = 'Canceled'
 
const STATE_CONTESTED = 'Contested'
 
const STATE_WAITING_BANK_VALIDATION = 'WaitingBankValidation'
 
const STATE_WAITING_BANK_WITHDRAW = 'WaitingBankWithdraw'
 
const TYPE_OFFLINE = 'Offline'
 
const TYPE_CREDIT = 'Credit'
 
const TYPE_DEBIT = 'Debit'
 

Attributs protégés

 $client
 
 $em
 
 $security
 
 $translator
 
 $eventDispatcher
 
 $operationUtils
 

Documentation des fonctions membres

◆ getCashOutStateAllowableValues()

static App\Controller\HelloAssoApiController::getCashOutStateAllowableValues ( )
static

Gets allowable values of the enum.

Renvoie
string[]

◆ getPaymentMeansAllowableValues()

static App\Controller\HelloAssoApiController::getPaymentMeansAllowableValues ( )
static

Gets allowable values of the enum.

Renvoie
string[]

◆ getStateAllowableValues()

static App\Controller\HelloAssoApiController::getStateAllowableValues ( )
static

Gets allowable values of the enum.

Renvoie
string[]

◆ getTypeAllowableValues()

static App\Controller\HelloAssoApiController::getTypeAllowableValues ( )
static

Gets allowable values of the enum.

Renvoie
string[]

◆ synchroItems()

App\Controller\HelloAssoApiController::synchroItems ( int  $pageIndex = 1,
int  $pageSize = 100,
Request  $request 
)

@Route("/helloasso/sync/orders", name="helloasso_api_synchro") @SecurityS("(is_granted('ROLE_SUPER_ADMIN') or is_granted('ROLE_ADMIN_SIEGE') or is_granted('ROLE_TRESORIER'))")


La documentation de cette classe a été générée à partir du fichier suivant :