PHP 클래스 App\Ninja\Mailers\ContactMailer

상속: extends App\Ninja\Mailers\Mailer
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$variableFields array

보호된 프로퍼티들

프로퍼티 타입 설명
$templateService App\services\TemplateService

공개 메소드들

메소드 설명
__construct ( TemplateService $templateService ) ContactMailer constructor.
sendInvoice ( Invoice $invoice, boolean $reminder = false, boolean $pdfString = false ) : boolean | null | string
sendLicensePaymentConfirmation ( $name, $email, $amount, $license, $productId )
sendPaymentConfirmation ( Payment $payment )

보호된 메소드들

메소드 설명
generatePassword ( integer $length = 9 ) : string

비공개 메소드들

메소드 설명
sendInvitation ( Invitation $invitation, Invoice $invoice, $body, $subject, $pdfString, $documentStrings ) : boolean | string

메소드 상세

__construct() 공개 메소드

ContactMailer constructor.
public __construct ( TemplateService $templateService )
$templateService App\services\TemplateService

generatePassword() 보호된 메소드

protected generatePassword ( integer $length = 9 ) : string
$length integer
리턴 string

sendInvoice() 공개 메소드

public sendInvoice ( Invoice $invoice, boolean $reminder = false, boolean $pdfString = false ) : boolean | null | string
$invoice app\models\Invoice
$reminder boolean
$pdfString boolean
리턴 boolean | null | string

sendLicensePaymentConfirmation() 공개 메소드

public sendLicensePaymentConfirmation ( $name, $email, $amount, $license, $productId )
$name
$email
$amount
$license
$productId

sendPaymentConfirmation() 공개 메소드

public sendPaymentConfirmation ( Payment $payment )
$payment app\models\Payment

프로퍼티 상세

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

protected TemplateService,App\Services $templateService
리턴 App\services\TemplateService

$variableFields 공개적으로 정적으로 프로퍼티

public static array $variableFields
리턴 array