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

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

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

Свойство Тип Описание
$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