PHP Class App\Console\Commands\ChargeRenewalInvoices

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$accountRepo App\Ninja\Repositories\AccountRepository
$description string
$mailer App\Ninja\Mailers\ContactMailer
$name string
$paymentService App\services\PaymentService

Méthodes publiques

Méthode Description
__construct ( ContactMailer $mailer, AccountRepository $repo, PaymentService $paymentService ) ChargeRenewalInvoices constructor.
fire ( )

Méthodes protégées

Méthode Description
getArguments ( ) : array
getOptions ( ) : array

Method Details

__construct() public méthode

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 méthode

public fire ( )

getArguments() protected méthode

protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

protected getOptions ( ) : array
Résultat array

Property Details

$accountRepo protected_oe property

protected AccountRepository,App\Ninja\Repositories $accountRepo
Résultat App\Ninja\Repositories\AccountRepository

$description protected_oe property

protected string $description
Résultat string

$mailer protected_oe property

protected ContactMailer,App\Ninja\Mailers $mailer
Résultat App\Ninja\Mailers\ContactMailer

$name protected_oe property

protected string $name
Résultat string

$paymentService protected_oe property

protected PaymentService,App\Services $paymentService
Résultat App\services\PaymentService