PHP Класс App\Console\Commands\SendRecurringInvoices

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string
$invoiceRepo App\Ninja\Repositories\InvoiceRepository
$mailer App\Ninja\Mailers\ContactMailer
$name string
$paymentService App\services\PaymentService

Открытые методы

Метод Описание
__construct ( ContactMailer $mailer, InvoiceRepository $invoiceRepo, PaymentService $paymentService ) SendRecurringInvoices constructor.
fire ( )

Защищенные методы

Метод Описание
getArguments ( ) : array
getOptions ( ) : array

Описание методов

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

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 fire ( )

getArguments() защищенный Метод

protected getArguments ( ) : array
Результат array

getOptions() защищенный Метод

protected getOptions ( ) : array
Результат array

Описание свойств

$description защищенное свойство

protected string $description
Результат string

$invoiceRepo защищенное свойство

protected InvoiceRepository,App\Ninja\Repositories $invoiceRepo
Результат App\Ninja\Repositories\InvoiceRepository

$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