PHP Класс app\http\controllers\AccountGatewayController

Наследование: extends BaseController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$accountGatewayService

Открытые методы

Метод Описание
__construct ( AccountGatewayService $accountGatewayService )
bulk ( )
create ( ) Displays the form for account creation
edit ( $publicId )
getDatatable ( )
index ( )
resendConfirmation ( $publicId = false )
save ( $accountGatewayPublicId = false ) Stores new account
show ( $publicId )
store ( )
update ( $publicId )

Защищенные методы

Метод Описание
getWePayUpdateUri ( $accountGateway )
setupWePay ( $accountGateway, &$response )

Приватные методы

Метод Описание
getViewModel ( $accountGateway = false )
testGateway ( $accountGateway )

Описание методов

__construct() публичный метод

public __construct ( AccountGatewayService $accountGatewayService )
$accountGatewayService App\services\AccountGatewayService

bulk() публичный метод

public bulk ( )

create() публичный метод

Displays the form for account creation
public create ( )

edit() публичный метод

public edit ( $publicId )

getDatatable() публичный метод

public getDatatable ( )

getWePayUpdateUri() защищенный метод

protected getWePayUpdateUri ( $accountGateway )

index() публичный метод

public index ( )

resendConfirmation() публичный метод

public resendConfirmation ( $publicId = false )

save() публичный метод

Stores new account
public save ( $accountGatewayPublicId = false )

setupWePay() защищенный метод

protected setupWePay ( $accountGateway, &$response )

show() публичный метод

public show ( $publicId )

store() публичный метод

public store ( )

update() публичный метод

public update ( $publicId )

Описание свойств

$accountGatewayService защищенное свойство

protected $accountGatewayService