PHP Class App\Console\Commands\SendRecurringInvoices

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

Protected Properties

Property Type Description
$description string
$invoiceRepo App\Ninja\Repositories\InvoiceRepository
$mailer App\Ninja\Mailers\ContactMailer
$name string
$paymentService App\services\PaymentService

Public Methods

Method Description
__construct ( ContactMailer $mailer, InvoiceRepository $invoiceRepo, PaymentService $paymentService ) SendRecurringInvoices constructor.
fire ( )

Protected Methods

Method Description
getArguments ( ) : array
getOptions ( ) : array

Method Details

__construct() public method

SendRecurringInvoices constructor.
public __construct ( ContactMailer $mailer, InvoiceRepository $invoiceRepo, PaymentService $paymentService )
$mailer App\Ninja\Mailers\ContactMailer
$invoiceRepo App\Ninja\Repositories\InvoiceRepository
$paymentService App\services\PaymentService

fire() public method

public fire ( )

getArguments() protected method

protected getArguments ( ) : array
return array

getOptions() protected method

protected getOptions ( ) : array
return array

Property Details

$description protected property

protected string $description
return string

$invoiceRepo protected property

protected InvoiceRepository,App\Ninja\Repositories $invoiceRepo
return App\Ninja\Repositories\InvoiceRepository

$mailer protected property

protected ContactMailer,App\Ninja\Mailers $mailer
return App\Ninja\Mailers\ContactMailer

$name protected property

protected string $name
return string

$paymentService protected property

protected PaymentService,App\Services $paymentService
return App\services\PaymentService