PHP 클래스 App\Http\Controllers\AccountGatewayController

상속: extends BaseController
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$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