PHP Class Owl\Http\ViewComposers\MailNotifySettingComposer

Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$mailNotifyService Owl\Services\MailNotifyService
$notifyEnable boolean
$userService Owl\Services\UserService

Méthodes publiques

Méthode Description
__construct ( Illuminate\Contracts\Config\Repository $config, UserService $userService, MailNotifyService $mailNotifyService )
compose ( Illuminate\View\View $view )

Méthodes protégées

Méthode Description
renderCss ( ) : Illuminate\View\View | null メール通知コンポーネント用CSS読み込み用Viewを返す
renderHtml ( ) : Illuminate\View\View | null Configに合わせてメール通知HTMLコンポーネントを返す
renderJs ( ) : Illuminate\View\View | null メール通知コンポーネント用JS読み込み用Viewを返す

Method Details

__construct() public méthode

public __construct ( Illuminate\Contracts\Config\Repository $config, UserService $userService, MailNotifyService $mailNotifyService )
$config Illuminate\Contracts\Config\Repository
$userService Owl\Services\UserService
$mailNotifyService Owl\Services\MailNotifyService

compose() public méthode

public compose ( Illuminate\View\View $view )
$view Illuminate\View\View

renderCss() protected méthode

メール通知コンポーネント用CSS読み込み用Viewを返す
protected renderCss ( ) : Illuminate\View\View | null
Résultat Illuminate\View\View | null | null

renderHtml() protected méthode

Configに合わせてメール通知HTMLコンポーネントを返す
protected renderHtml ( ) : Illuminate\View\View | null
Résultat Illuminate\View\View | null | null

renderJs() protected méthode

メール通知コンポーネント用JS読み込み用Viewを返す
protected renderJs ( ) : Illuminate\View\View | null
Résultat Illuminate\View\View | null | null

Property Details

$mailNotifyService protected_oe property

protected MailNotifyService,Owl\Services $mailNotifyService
Résultat Owl\Services\MailNotifyService

$notifyEnable protected_oe property

protected bool $notifyEnable
Résultat boolean

$userService protected_oe property

protected UserService,Owl\Services $userService
Résultat Owl\Services\UserService