Property | Type | Description | |
---|---|---|---|
$mailNotifyService | |||
$notifyEnable | boolean | ||
$userService |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Config\Repository $config, |
||
compose ( Illuminate\View\View $view ) |
Method | Description | |
---|---|---|
renderCss ( ) : Illuminate\View\View | null | メール通知コンポーネント用CSS読み込み用Viewを返す | |
renderHtml ( ) : Illuminate\View\View | null | Configに合わせてメール通知HTMLコンポーネントを返す | |
renderJs ( ) : Illuminate\View\View | null | メール通知コンポーネント用JS読み込み用Viewを返す |
public __construct ( Illuminate\Contracts\Config\Repository $config, |
||
$config | Illuminate\Contracts\Config\Repository | |
$userService | ||
$mailNotifyService |
protected renderHtml ( ) : Illuminate\View\View | null | ||
return | Illuminate\View\View | null | | null |
protected MailNotifyService,Owl\Services $mailNotifyService | ||
return |