App\Console\Commands\TestOFX::__construct PHP Метод

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

TestOFX constructor.
public __construct ( BankAccountService $bankAccountService )
$bankAccountService App\services\BankAccountService
    public function __construct(BankAccountService $bankAccountService)
    {
        parent::__construct();
        $this->bankAccountService = $bankAccountService;
    }