PHP Class app\http\controllers\AccountGatewayController

Inheritance: extends BaseController
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$accountGatewayService

Public Methods

Method Description
__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 )

Protected Methods

Method Description
getWePayUpdateUri ( $accountGateway )
setupWePay ( $accountGateway, &$response )

Private Methods

Method Description
getViewModel ( $accountGateway = false )
testGateway ( $accountGateway )

Method Details

__construct() public method

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

bulk() public method

public bulk ( )

create() public method

Displays the form for account creation
public create ( )

edit() public method

public edit ( $publicId )

getDatatable() public method

public getDatatable ( )

getWePayUpdateUri() protected method

protected getWePayUpdateUri ( $accountGateway )

index() public method

public index ( )

resendConfirmation() public method

public resendConfirmation ( $publicId = false )

save() public method

Stores new account
public save ( $accountGatewayPublicId = false )

setupWePay() protected method

protected setupWePay ( $accountGateway, &$response )

show() public method

public show ( $publicId )

store() public method

public store ( )

update() public method

public update ( $publicId )

Property Details

$accountGatewayService protected property

protected $accountGatewayService