PHP 클래스 App\Http\Controllers\AppController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$accountRepo
$emailService
$mailer

공개 메소드들

메소드 설명
__construct ( AccountRepository $accountRepo, App\Ninja\Mailers\Mailer $mailer, EmailService $emailService )
doSetup ( )
emailBounced ( )
emailOpened ( )
install ( )
showSetup ( )
stats ( )
update ( )
updateSetup ( )

비공개 메소드들

메소드 설명
testDatabase ( $database )
testMail ( $mail )

메소드 상세

__construct() 공개 메소드

public __construct ( AccountRepository $accountRepo, App\Ninja\Mailers\Mailer $mailer, EmailService $emailService )
$accountRepo App\Ninja\Repositories\AccountRepository
$mailer App\Ninja\Mailers\Mailer
$emailService App\services\EmailService

doSetup() 공개 메소드

public doSetup ( )

emailBounced() 공개 메소드

public emailBounced ( )

emailOpened() 공개 메소드

public emailOpened ( )

install() 공개 메소드

public install ( )

showSetup() 공개 메소드

public showSetup ( )

stats() 공개 메소드

public stats ( )

update() 공개 메소드

public update ( )

updateSetup() 공개 메소드

public updateSetup ( )

프로퍼티 상세

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

protected $accountRepo

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

protected $emailService

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

protected $mailer