PHP 클래스 App\Console\Commands\TestOFX

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja

보호된 프로퍼티들

프로퍼티 타입 설명
$bankAccountService App\services\BankAccountService
$description string
$name string

공개 메소드들

메소드 설명
__construct ( BankAccountService $bankAccountService ) TestOFX constructor.
fire ( )

메소드 상세

__construct() 공개 메소드

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

fire() 공개 메소드

public fire ( )

프로퍼티 상세

$bankAccountService 보호되어 있는 프로퍼티

protected BankAccountService,App\Services $bankAccountService
리턴 App\services\BankAccountService

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string