PHP Class App\Console\Commands\TestOFX

Inheritance: extends Illuminate\Console\Command
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$bankAccountService App\services\BankAccountService
$description string
$name string

Public Methods

Method Description
__construct ( BankAccountService $bankAccountService ) TestOFX constructor.
fire ( )

Method Details

__construct() public method

TestOFX constructor.
public __construct ( BankAccountService $bankAccountService )
$bankAccountService App\services\BankAccountService

fire() public method

public fire ( )

Property Details

$bankAccountService protected property

protected BankAccountService,App\Services $bankAccountService
return App\services\BankAccountService

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string