PHP Class App\Http\Controllers\AccountGatewayController

Inheritance: extends BaseController
Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$accountGatewayService

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
getWePayUpdateUri ( $accountGateway )
setupWePay ( $accountGateway, &$response )

Private Methods

Méthode Description
getViewModel ( $accountGateway = false )
testGateway ( $accountGateway )

Method Details

__construct() public méthode

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

bulk() public méthode

public bulk ( )

create() public méthode

Displays the form for account creation
public create ( )

edit() public méthode

public edit ( $publicId )

getDatatable() public méthode

public getDatatable ( )

getWePayUpdateUri() protected méthode

protected getWePayUpdateUri ( $accountGateway )

index() public méthode

public index ( )

resendConfirmation() public méthode

public resendConfirmation ( $publicId = false )

save() public méthode

Stores new account
public save ( $accountGatewayPublicId = false )

setupWePay() protected méthode

protected setupWePay ( $accountGateway, &$response )

show() public méthode

public show ( $publicId )

store() public méthode

public store ( )

update() public méthode

public update ( $publicId )

Property Details

$accountGatewayService protected_oe property

protected $accountGatewayService