PHP 클래스 App\Console\Commands\ChargeRenewalInvoices

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

보호된 프로퍼티들

프로퍼티 타입 설명
$accountRepo App\Ninja\Repositories\AccountRepository
$description string
$mailer App\Ninja\Mailers\ContactMailer
$name string
$paymentService App\services\PaymentService

공개 메소드들

메소드 설명
__construct ( ContactMailer $mailer, AccountRepository $repo, PaymentService $paymentService ) ChargeRenewalInvoices constructor.
fire ( )

보호된 메소드들

메소드 설명
getArguments ( ) : array
getOptions ( ) : array

메소드 상세

__construct() 공개 메소드

ChargeRenewalInvoices constructor.
public __construct ( ContactMailer $mailer, AccountRepository $repo, PaymentService $paymentService )
$mailer App\Ninja\Mailers\ContactMailer
$repo App\Ninja\Repositories\AccountRepository
$paymentService App\services\PaymentService

fire() 공개 메소드

public fire ( )

getArguments() 보호된 메소드

protected getArguments ( ) : array
리턴 array

getOptions() 보호된 메소드

protected getOptions ( ) : array
리턴 array

프로퍼티 상세

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

protected AccountRepository,App\Ninja\Repositories $accountRepo
리턴 App\Ninja\Repositories\AccountRepository

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

protected string $description
리턴 string

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

protected ContactMailer,App\Ninja\Mailers $mailer
리턴 App\Ninja\Mailers\ContactMailer

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

protected string $name
리턴 string

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

protected PaymentService,App\Services $paymentService
리턴 App\services\PaymentService