PHP Class App\Http\Controllers\AppController

Inheritance: extends Controller
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

Property Type Description
$accountRepo
$emailService
$mailer

Public Methods

Method Description
__construct ( AccountRepository $accountRepo, App\Ninja\Mailers\Mailer $mailer, EmailService $emailService )
doSetup ( )
emailBounced ( )
emailOpened ( )
install ( )
showSetup ( )
stats ( )
update ( )
updateSetup ( )

Private Methods

Method Description
testDatabase ( $database )
testMail ( $mail )

Method Details

__construct() public method

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 method

public doSetup ( )

emailBounced() public method

public emailBounced ( )

emailOpened() public method

public emailOpened ( )

install() public method

public install ( )

showSetup() public method

public showSetup ( )

stats() public method

public stats ( )

update() public method

public update ( )

updateSetup() public method

public updateSetup ( )

Property Details

$accountRepo protected property

protected $accountRepo

$emailService protected property

protected $emailService

$mailer protected property

protected $mailer